This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7ad59c4e2cb752b10c45501aaa0db04c50a850db
test2
/
source
/
blender
/
gpu
History
Campbell Barton
8ef934c73f
ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect).
...
add BLI_pophead/tail, since getting the first element from a list and removing it is a common task.
2013-08-26 23:37:08 +00:00
..
intern
ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect).
2013-08-26 23:37:08 +00:00
shaders
Fix GLSL not showing shading properly on the backside of faces. Now it flips
2013-06-24 13:46:34 +00:00
CMakeLists.txt
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
GPU_buffers.h
replace hashes with sets where possible.
2013-08-25 20:03:45 +00:00
GPU_draw.h
BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() and bge.render.getMipmapping().
2013-04-14 00:40:24 +00:00
GPU_extensions.h
move editmesh functions out editderivedmesh.c into editmesh.c
2013-04-16 05:46:17 +00:00
GPU_material.h
Fix for [
#34754
] "Revision 55527 provokes glitchy GLSL shadow map rendering" reported by Alain Ducharme. Per material uniforms and per object uniforms are now better separated.
2013-04-04 03:55:43 +00:00
GPU_simple_shader.h
OpenGL: more work on fixed function lighting implementation as GLSL.
2013-03-10 15:38:23 +00:00
SConscript
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00