index
:
compute-test
master
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-13
switch from gles 3.2 to gl core 4.5, to real compute shader, and bump workgro...
Paul Duncan
1
-17
/
+20
2017-05-13
cleanups, more tests
Paul Duncan
2
-19
/
+73
2017-05-13
refactor data storage, add _OPENMP guards, fix MAX_TIMES bug
Paul Duncan
1
-44
/
+71
2017-05-13
add CONTEXT_DEBUG_FLAG
Paul Duncan
1
-2
/
+12
2017-05-13
add debug target
Paul Duncan
1
-1
/
+4
2017-05-12
refactor logging
Paul Duncan
1
-17
/
+72
2017-05-12
add PARTICLE_BUFFER_DECLARATION
Paul Duncan
1
-18
/
+15
2017-05-12
add comments
Paul Duncan
1
-0
/
+7
2017-05-12
add update_particles() and USE_COMPUTE_SHADER
Paul Duncan
1
-72
/
+120
2017-05-12
add compute shader (busted)
Paul Duncan
1
-21
/
+77
2017-05-12
add init_particles(), use SSBO
Paul Duncan
2
-22
/
+65
2017-05-12
use shader storage instead of uniform buffer, remove hard-coded particle count
Paul Duncan
1
-20
/
+24
2017-05-12
add instanced draw with uniform buffer
Paul Duncan
1
-4
/
+27
2017-05-11
add context_t and handle_events()
Paul Duncan
1
-147
/
+115
2017-05-11
refactor link_program
Paul Duncan
1
-7
/
+60
2017-05-11
fix hidpi support, add comments
Paul Duncan
1
-3
/
+34
2017-05-11
add fps timer, openmp
Paul Duncan
2
-5
/
+78
2017-05-11
switch from glfw to sdl2
Paul Duncan
2
-83
/
+103
2017-05-11
initial commit
Paul Duncan
3
-0
/
+280