summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/uniform_query.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Uniform logging is very, very unlikelyIan Romanick2014-11-101-2/+2
* mesa: Don't check for API_OPENGLES in _mesa_uniform_matrixIan Romanick2014-11-101-4/+4
* mesa: Rework array error checks in validate_uniform_parametersIan Romanick2014-11-101-19/+22
* mesa: Get some gl_shader_program::LinkStatus checking out of the main pathIan Romanick2014-11-101-6/+19
* mesa: Rework location == -1 error checkingIan Romanick2014-11-101-38/+38
* mesa: Minor clean ups in _mesa_uniformIan Romanick2014-11-101-23/+9
* mesa: Remove GLSL_TYPE_SAMPLER checkIan Romanick2014-11-101-2/+1
* mesa/main: Pass the data that _mesa_uniform actually wantsIan Romanick2014-11-101-70/+3
* mesa: Silence unused parameter warning in _mesa_init_shader_programIan Romanick2014-10-241-2/+1
* glsl: Delete unused gl_uniform_driver_format enum values.Kenneth Graunke2014-10-211-25/+2
* mesa: validate sampler uniforms during gluniform callsTapani Pälli2014-10-201-35/+9
* mesa: check that uniform exists in glUniform* functionsTapani Pälli2014-09-151-8/+8
* mesa: Upload boolean uniforms using UniformBooleanTrue.Matt Turner2014-08-181-2/+2
* mesa: Fold _mesa_uniform_merge_location_offset into its only callerIan Romanick2014-08-071-3/+1
* mesa: Fold _mesa_uniform_split_location_offset into its only callerIan Romanick2014-08-071-3/+6
* mesa: Use MAX2 to calculate maximum uniform elementIan Romanick2014-08-071-3/+1
* mesa: Have validate_uniform_parameters return the gl_uniform_storage pointerIan Romanick2014-08-071-31/+30
* mesa: Fix the name in the error messageIan Romanick2014-07-231-1/+1
* mesa: support inactive uniforms in glUniform* functionsTapani Pälli2014-06-161-0/+15
* mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_validGregory Hainaut2014-03-251-0/+77
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-2/+2
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-101-3/+3
* mesa/glsl: introduce a remap table for uniform locationsTapani Pälli2014-03-101-3/+4
* mesa: Handle binding of uniforms to image units with glUniform*().Francisco Jerez2014-02-121-0/+36
* mesa: Remove _mesa_progshader_enum_to_string(), which is no longer used.Paul Berry2014-01-081-1/+1
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-3/+3
* Rename overloads of _mesa_glsl_shader_target_name().Paul Berry2013-12-301-1/+1
* mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-291-2/+12
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-7/+2
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-06-121-1/+1
* mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák2013-05-281-12/+12
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry2013-02-041-61/+24
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-6/+0
* mesa: Array uniform name length includes length of [0]Ian Romanick2013-01-181-0/+10
* mesa: Refactor getting a uniform's name to a helper functionIan Romanick2013-01-181-1/+1
* mesa/es3: Allow transpose matrix uniforms in GLES3Ian Romanick2013-01-111-1/+2
* glsl: add cast to silence signed/unsigned comparision warningBrian Paul2013-01-011-1/+1
* mesa: add bounds checking for uniform array accessFrank Henigman2012-12-211-13/+13
* mesa/uniform_query: Don't write to *params if there is an errorMatt Turner2012-12-131-1/+5
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-251-1/+2
* mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.Eric Anholt2012-07-201-2/+13
* mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.Eric Anholt2012-07-201-0/+62
* mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt2012-07-201-10/+15
* mesa: Throw error on glGetActiveUniform inside Begin/End.Eric Anholt2012-05-171-0/+2
* mesa: GLES specifies restrictions on uniform matrix transpose.Oliver McFadden2012-05-141-0/+10
* mesa: Fix memory leak in _mesa_get_uniform_location.Vinson Lee2012-03-231-1/+3