aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/uniforms.h
Commit message (Expand)AuthorAgeFilesLines
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-131-1/+1
* mesa: add KHR_no_error support for glGetUniformLocation()Timothy Arceri2017-06-291-0/+2
* mesa: add KHR_no_error support for glShaderStorageBlockBinding()Samuel Pitoiset2017-06-281-0/+6
* mesa: add KHR_no_error support for glUniformBlockBinding()Samuel Pitoiset2017-06-281-0/+5
* mesa: don't flag _NEW_PROGRAM_CONSTANTS for GLSL programs for st/mesaMarek Olšák2017-06-221-0/+4
* mesa: add support for glUniformHandleui64*ARB()Samuel Pitoiset2017-06-141-0/+4
* mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset2017-06-141-0/+12
* mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset2017-05-111-3/+0
* mesa: Arrange _mesa_uniform parameters to match the call sitesIan Romanick2017-01-261-5/+3
* mesa: Arrange _mesa_uniform_matrix parameters to match the call sitesIan Romanick2017-01-261-5/+4
* mapi: Add support for ARB_gpu_shader_int64.Dave Airlie2017-01-201-0/+82
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-1/+1
* nir: remove dependency on glslRob Clark2015-10-161-1/+1
* mesa: clean up #includes in uniforms.hBrian Paul2015-10-011-3/+3
* mesa: add glShaderStorageBlockBinding()Samuel Iglesias Gonsalvez2015-09-251-0/+4
* mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick2015-09-021-1/+1
* mesa: remove now unused _mesa_get_uniform_locationTimothy Arceri2015-07-301-4/+0
* mesa: remove unused function declarationTimothy Arceri2015-05-301-4/+0
* mesa: remove unused _mesa_get_uniform_nameTapani Pälli2015-04-161-5/+0
* mesa: add double uniform support. (v5)Dave Airlie2015-02-191-1/+2
* glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie2015-02-191-0/+89
* mesa/main: Pass the data that _mesa_uniform actually wantsIan Romanick2014-11-101-1/+3
* mesa: Silence unused parameter warning in _mesa_init_shader_programIan Romanick2014-10-241-1/+1
* mesa: Fold _mesa_uniform_merge_location_offset into its only callerIan Romanick2014-08-071-44/+0
* mesa: Fold _mesa_uniform_split_location_offset into its only callerIan Romanick2014-08-071-19/+0
* glsl: make static constant variables "static const"Chia-I Wu2014-05-021-1/+1
* mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_validGregory Hainaut2014-03-251-0/+2
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-101-12/+12
* mesa/glsl: introduce a remap table for uniform locationsTapani Pälli2014-03-101-18/+25
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-211-0/+83
* glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-291-0/+3
* glsl: Fix gl_shader_program::UniformLocationBaseScale assert.Vinson Lee2013-06-251-1/+1
* glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick2013-06-121-3/+5
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-06-121-2/+4
* 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/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry2013-02-041-0/+4
* mesa: Refactor getting a uniform's name to a helper functionIan Romanick2013-01-181-0/+5
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-23/+23
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-4/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-97/+81
* mesa: Don't set uniform dispatch pointers for many things in ES2 or coreIan Romanick2012-09-281-1/+2
* glsl: make _mesa_builtin_uniform_desc staticDave Airlie2012-09-181-2/+0
* mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.Eric Anholt2012-07-201-0/+7
* mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt2012-07-201-2/+2
* linker: Calculate the sampler to texture target mapping during linkingIan Romanick2012-01-111-1/+2
* mesa: Validate sampler settings using uniform storageIan Romanick2012-01-111-0/+3
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-0/+11
* mesa: fix signed/unsigned integer comparison warningsBrian Paul2011-11-081-1/+1