This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0a4eb24ca0e0cf7e4e1b615e0929ec50bf030d74
goo-engine
/
source
/
blender
/
gpu
/
intern
T
History
Campbell Barton
d240206c88
fix for crash with GLSL material when image couldn't be loaded.
...
also quiet pep8 warnings.
2011-02-10 14:59:17 +00:00
..
gpu_buffers.c
remove unused vars & avoid some clang warnings.
2011-01-14 21:06:28 +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
fix for crash with GLSL material when image couldn't be loaded.
2011-02-10 14:59:17 +00:00
gpu_shader_material.glsl
fix: latest shader wasn't working on itel gfx-cards
2011-02-08 13:40:54 +00:00
gpu_shader_material.glsl.c
fix: latest shader wasn't working on itel gfx-cards
2011-02-08 13:40:54 +00:00
gpu_shader_vertex.glsl
…
gpu_shader_vertex.glsl.c
…