index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_uniform.c
Age
Commit message (
Expand
)
Author
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2008-11-11
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-10
mesa: track initialization status of uniform variables. Plus, asst clean-ups.
Brian Paul
2008-11-05
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
mesa: add Initialized field to gl_uniform struct, for debugging purposes only
Brian Paul
2008-11-05
mesa: add Initialized field to gl_uniform struct, for debugging purposes only
Brian Paul
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-06-28
mesa: added null ptr checks
Brian Paul
2008-06-28
mesa: added null ptr checks
Brian Paul
2008-05-31
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-14
mesa: new functions for managing list/index of uniforms
Brian Paul
2008-04-04
mesa: new functions for managing list/index of uniforms
Brian