This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
d4fa68e448a1808c6ca5628840a8940aefe263b3
test
/
source
/
blender
/
gpu
/
intern
History
Campbell Barton
8227b3d463
remove/comment unused vars
...
also removed unnecessary NULL checks (where the pointer was used later without checking).
2011-01-13 04:53:55 +00:00
..
gpu_buffers.c
variable 'pool' could be accessed as NULL, globalPool was allocated but not assigned before use.
2011-01-08 10:13:59 +00:00
gpu_codegen.c
split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h.
2011-01-07 18:36:47 +00:00
gpu_codegen.h
Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,.
2010-12-03 17:05:21 +00:00
gpu_draw.c
remove/comment unused vars
2011-01-13 04:53:55 +00:00
gpu_extensions.c
remove references to BKE_utildefines where its not needed.
2011-01-07 19:18:31 +00:00
gpu_material.c
remove references to BKE_utildefines where its not needed.
2011-01-07 19:18:31 +00:00
gpu_shader_material.glsl
after discussion with brecht reverting this commit, will pass on feedback to the patch author
2010-08-06 18:40:05 +00:00
gpu_shader_material.glsl.c
after discussion with brecht reverting this commit, will pass on feedback to the patch author
2010-08-06 18:40:05 +00:00
gpu_shader_vertex.glsl
Merge of first part of changes from the apricot branch, especially
2008-09-04 20:51:28 +00:00
gpu_shader_vertex.glsl.c
Fix glsl vertex shader string that was not 0 terminated, no idea
2008-09-15 11:39:49 +00:00
Makefile
Update address in license block.
2010-08-10 21:22:26 +00:00