index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.
Paul Berry
2013-02-04
1
-61
/
+24
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-6
/
+0
*
mesa: Array uniform name length includes length of [0]
Ian Romanick
2013-01-18
1
-0
/
+10
*
mesa: Refactor getting a uniform's name to a helper function
Ian Romanick
2013-01-18
1
-1
/
+1
*
mesa/es3: Allow transpose matrix uniforms in GLES3
Ian Romanick
2013-01-11
1
-1
/
+2
*
glsl: add cast to silence signed/unsigned comparision warning
Brian Paul
2013-01-01
1
-1
/
+1
*
mesa: add bounds checking for uniform array access
Frank Henigman
2012-12-21
1
-13
/
+13
*
mesa/uniform_query: Don't write to *params if there is an error
Matt Turner
2012-12-13
1
-1
/
+5
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-1
/
+1
*
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