index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
uniform_query.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Use a new, more specific hook for shader uniform changes.
Kenneth Graunke
2012-08-25
1
-1
/
+2
*
mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.
Eric Anholt
2012-07-20
1
-2
/
+13
*
mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.
Eric Anholt
2012-07-20
1
-0
/
+62
*
mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().
Eric Anholt
2012-07-20
1
-10
/
+15
*
mesa: Throw error on glGetActiveUniform inside Begin/End.
Eric Anholt
2012-05-17
1
-0
/
+2
*
mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
2012-05-14
1
-0
/
+10
*
mesa: Fix memory leak in _mesa_get_uniform_location.
Vinson Lee
2012-03-23
1
-1
/
+3
*
mesa: add back glGetnUniform*v() overflow error reporting
Dylan Noblesmith
2012-03-13
1
-4
/
+12
*
linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
2012-01-11
1
-8
/
+5
*
linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
2012-01-11
1
-1
/
+1
*
mesa: Validate sampler settings using uniform storage
Ian Romanick
2012-01-11
1
-0
/
+43
*
mesa: fix signed/unsigned comparison warnings
Brian Paul
2011-12-26
1
-2
/
+2
*
mesa: Only update sampler uniforms that are used by the shader stage
Ian Romanick
2011-11-16
1
-3
/
+19
*
mesa: silence uninitialized var warning
Brian Paul
2011-11-10
1
-1
/
+1
*
mesa,glsl,mapi: Put extern "C" { ... } where appropriate.
José Fonseca
2011-11-09
1
-3
/
+3
*
mesa: fix signed/unsigned integer comparison warnings
Brian Paul
2011-11-08
1
-4
/
+8
*
Delete code made dead by previous uniform related patches
Ian Romanick
2011-11-07
1
-531
/
+0
*
mesa: Add missing check for glUniform*v count > 1 on non-array
Ian Romanick
2011-11-07
1
-0
/
+9
*
mesa: Rewrite the way uniforms are tracked and handled
Ian Romanick
2011-11-07
1
-208
/
+430
*
mesa: Add log_uniform and log_program_parameters to dump data
Ian Romanick
2011-11-07
1
-0
/
+72
*
mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions
Ian Romanick
2011-11-07
1
-0
/
+1
*
mesa: Add _mesa_propagate_uniforms_to_driver_storage
Ian Romanick
2011-11-07
1
-0
/
+117
*
mesa: Move most of uniforms.c to uniform_query.cpp
Ian Romanick
2011-11-07
1
-0
/
+945
*
mesa: Use glsl_type::gl_type in glGetActiveUniform
Ian Romanick
2011-10-18
1
-2
/
+4
*
mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
Ian Romanick
2011-10-18
1
-0
/
+78