summaryrefslogtreecommitdiff
path: root/src/mesa/main/uniforms.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_PROGRAM_CONSTANTS for GLSL programs for st/mesaMarek Olšák1-0/+4
2017-06-14mesa: add support for glUniformHandleui64*ARB()Samuel Pitoiset1-0/+4
2017-06-14mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset1-0/+12
2017-05-11mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset1-3/+0
2017-01-26mesa: Arrange _mesa_uniform parameters to match the call sitesIan Romanick1-5/+3
2017-01-26mesa: Arrange _mesa_uniform_matrix parameters to match the call sitesIan Romanick1-5/+4
2017-01-20mapi: Add support for ARB_gpu_shader_int64.Dave Airlie1-0/+82
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2016-01-26nir: move glsl_types.{cpp,h} to compilerEmil Velikov1-1/+1
2015-10-16nir: remove dependency on glslRob Clark1-1/+1
2015-10-01mesa: clean up #includes in uniforms.hBrian Paul1-3/+3
2015-09-25mesa: add glShaderStorageBlockBinding()Samuel Iglesias Gonsalvez1-0/+4
2015-09-02mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick1-1/+1
2015-07-30mesa: remove now unused _mesa_get_uniform_locationTimothy Arceri1-4/+0
2015-05-30mesa: remove unused function declarationTimothy Arceri1-4/+0
2015-04-16mesa: remove unused _mesa_get_uniform_nameTapani Pälli1-5/+0
2015-02-19mesa: add double uniform support. (v5)Dave Airlie1-1/+2
2015-02-19glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie1-0/+89
2014-11-10mesa/main: Pass the data that _mesa_uniform actually wantsIan Romanick1-1/+3
2014-10-24mesa: Silence unused parameter warning in _mesa_init_shader_programIan Romanick1-1/+1
2014-08-07mesa: Fold _mesa_uniform_merge_location_offset into its only callerIan Romanick1-44/+0
2014-08-07mesa: Fold _mesa_uniform_split_location_offset into its only callerIan Romanick1-19/+0
2014-05-02glsl: make static constant variables "static const"Chia-I Wu1-1/+1
2014-03-25mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_validGregory Hainaut1-0/+2
2014-03-10mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul1-12/+12
2014-03-10mesa/glsl: introduce a remap table for uniform locationsTapani Pälli1-18/+25
2014-02-21mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut1-0/+83
2013-10-29glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez1-0/+3
2013-06-25glsl: Fix gl_shader_program::UniformLocationBaseScale assert.Vinson Lee1-1/+1
2013-06-12glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick1-3/+5
2013-06-12glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick1-2/+4
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-02-04mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry1-0/+4
2013-01-18mesa: Refactor getting a uniform's name to a helper functionIan Romanick1-0/+5
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-23/+23
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-4/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-97/+81
2012-09-28mesa: Don't set uniform dispatch pointers for many things in ES2 or coreIan Romanick1-1/+2
2012-09-18glsl: make _mesa_builtin_uniform_desc staticDave Airlie1-2/+0
2012-07-20mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.Eric Anholt1-0/+7
2012-07-20mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt1-2/+2
2012-01-11linker: Calculate the sampler to texture target mapping during linkingIan Romanick1-1/+2
2012-01-11mesa: Validate sampler settings using uniform storageIan Romanick1-0/+3
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca1-0/+11
2011-11-08mesa: fix signed/unsigned integer comparison warningsBrian Paul1-1/+1
2011-11-07mesa: Rewrite the way uniforms are tracked and handledIan Romanick1-1/+3
2011-11-07mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functionsIan Romanick1-0/+11
2011-11-07mesa: Add _mesa_propagate_uniforms_to_driver_storageIan Romanick1-0/+5
2011-11-07mesa: Move {split,merge}_location_offset to uniforms.hIan Romanick1-0/+51