summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderapi.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add infrastructure for "hidden" uniforms.Kenneth Graunke2014-11-061-2/+4
* mesa: Remove context parameter from dd_function_table::NewShaderProgramIan Romanick2014-10-241-1/+1
* glsl: Add context-level controls for whether temporaries have real namesIan Romanick2014-09-301-0/+3
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-1/+1
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-3/+2
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-2/+2
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* glsl: Store info about geometry shaders that emit vertices to non-zero streams.Iago Toral Quiroga2014-06-301-0/+1
* mesa: Fix substitution of large shadersCody Northrop2014-06-101-3/+14
* mesa: propagate FragDepthLayout to gl_programChia-I Wu2014-05-091-0/+5
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-021-140/+6
* mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick2014-05-021-6/+0
* mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_programGregory Hainaut2014-03-251-11/+16
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-17/+19
* mesa/sso: replace Shader binding point with _ShaderGregory Hainaut2014-03-251-3/+94
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-2/+2
* mesa: Move MESA_GLSL=dump output to stderr.Kenneth Graunke2014-03-021-9/+11
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-221-1/+1
* mesa/sso: Implement _mesa_CreateShaderProgramvGregory Hainaut2014-02-211-1/+6
* mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXTGregory Hainaut2014-02-211-8/+18
* mesa/sso: Add support for GL_PROGRAM_SEPARABLE queryGregory Hainaut2014-02-211-0/+25
* mesa: Add a mutex and refcounting to gl_shader_stateGregory Hainaut2014-02-211-0/+8
* mesa: Make get_shader_flags publicly availableGregory Hainaut2014-02-211-3/+3
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-211-0/+11
* main/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgramiv supportJordan Justen2014-02-201-0/+6
* mesa: initialize gl_geometry_program Invocations fieldJordan Justen2014-02-201-0/+1
* mesa: assorted clean-ups in detach_shader()Brian Paul2014-02-121-12/+12
* mesa: update assertion in detach_shader() for geom shadersBrian Paul2014-02-081-0/+1
* main/cs: Implement query for COMPUTE_WORK_GROUP_SIZE.Paul Berry2014-02-051-0/+18
* mesa/cs: Handle compute shader local size during linking.Paul Berry2014-02-051-0/+7
* mesa/cs: Handle compute shaders in _mesa_use_program().Paul Berry2014-02-051-0/+1
* mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements.Paul Berry2014-02-051-0/+5
* mesa: Change redundant code into loops in shaderapi.c.Paul Berry2014-01-211-30/+9
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-6/+6
* main: Allow ctx == NULL in _mesa_validate_shader_target().Paul Berry2014-01-211-3/+10
* mesa: Make validate_shader_target() non-static.Paul Berry2014-01-211-4/+4
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-2/+2
* mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.Paul Berry2014-01-081-4/+4
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-7/+7
* Rename overloads of _mesa_glsl_shader_target_name().Paul Berry2013-12-301-3/+3
* mesa: fix a typo in glDetachShader error messageTapani Pälli2013-12-121-1/+1
* mesa: for GLSL_DUMP_ON_ERROR, also dump the info logBrian Paul2013-11-061-0/+2
* mesa: Drop unused return value from use_shader_programGregory Hainaut2013-10-301-5/+3
* mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-291-0/+6
* mesa: Fix geometry shader program queries.Paul Berry2013-10-241-60/+40
* glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry2013-10-241-5/+3
* mesa: Remove warning that geometry shader support is experimental.Paul Berry2013-10-121-6/+0
* mesa: Disallow relinking if a program is used by an active XFB object.Kenneth Graunke2013-09-121-7/+8
* glsl: During linking, record whether a GS uses EndPrimitive().Paul Berry2013-09-111-0/+1