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
d7155295bbcfd4606d2fead0d700820d8dc1ffeb
goo-engine
/
source
/
blender
/
gpu
/
intern
T
History
Nicholas Bishop
3dd449ae4f
Bugfix: don't read from a write-only VBO when updating grid buffers.
2012-02-23 10:35:23 +00:00
..
gpu_buffers.c
Bugfix: don't read from a write-only VBO when updating grid buffers.
2012-02-23 10:35:23 +00:00
gpu_codegen.c
remove ARB_texture_gather from bicubic bump map dependencies. It will be needed when/if monochrome images are supported
2012-01-18 00:03:09 +00:00
gpu_codegen.h
Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplayer from crashing on exit and restart.
2011-12-23 07:10:01 +00:00
gpu_draw.c
Fix related to
#30152
, rainbow colours produced when loading hdr image to 3D viewport/ the Nyan cat bug.
2012-02-14 13:25:23 +00:00
gpu_extensions.c
Fix
#30131
: mac UI font corruption in release candidate, refined test for
2012-02-10 17:12:44 +00:00
gpu_material.c
replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.
2012-02-19 05:11:24 +00:00
gpu_shader_material.glsl
Fix
#30071
: crash with cycles glsl, textures functions (which are stubs still)
2012-02-08 16:48:26 +00:00
gpu_shader_material.glsl.c
Fix
#30071
: crash with cycles glsl, textures functions (which are stubs still)
2012-02-08 16:48:26 +00:00
gpu_shader_vertex.glsl
…
gpu_shader_vertex.glsl.c
…