Estudios sobre fractales, OpenCL y optimización de procesos en paralelo
Find a file
2018-06-05 18:56:20 +02:00
.gitignore Started adapting to OpenCL 2.0 2017-05-24 15:26:17 +02:00
font.ttf Now it display a message of progress... 2013-09-01 14:40:48 +02:00
frag_shader.glsl First commit 2013-08-29 19:31:20 +02:00
interactive.c Modified to compile against SDL 2.0 2013-09-06 19:33:06 +02:00
julia_kernel.cl Added to repo the julia kernel too 2013-09-01 02:58:48 +02:00
main.c Merge branch 'master' of ssh://eonbeta.servegame.com:222/resetreboot/mandelbrot_study 2018-06-05 18:56:20 +02:00
Makefile Started adapting to OpenCL 2.0 2017-05-24 15:26:17 +02:00
mandel_classic.c Modified to compile against SDL 2.0 2013-09-06 19:33:06 +02:00
mandelbrot_inter_kernel.cl Added interactive executable... 2013-09-01 23:22:01 +02:00
mandelbrot_kernel.cl Made sure cardioid check and period-2 check worked and added it to the OpenCL version. Made the calculation the same as the classic in OpenCL version too. 2013-09-01 02:57:00 +02:00
README.md Create README.md 2013-09-02 09:07:48 +02:00
test.c Fixed warnings. 2013-09-01 00:54:00 +02:00
vector_add_kernel.cl First commit 2013-08-29 19:31:20 +02:00

mandelbrot_study

Estudios sobre fractales, OpenCL y optimización de procesos en paralelo