| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/glsl: remove hack to reset sampler units to zero | Timothy Arceri | 2017-01-06 | 1 | -5/+16 |
* | st/mesa/glsl: add new is_arb_asm flag in gl_program | Timothy Arceri | 2017-01-06 | 1 | -3/+6 |
* | glsl/mesa: add reference to gl_shader_program_data from gl_program | Timothy Arceri | 2016-12-31 | 1 | -0/+2 |
* | mesa/compiler: add stage to shader_info | Timothy Arceri | 2016-12-30 | 1 | -0/+1 |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -18/+18 |
* | mesa: make use of ralloc when creating ARB asm gl_program fields | Timothy Arceri | 2016-11-17 | 1 | -11/+6 |
* | st/mesa/r200/i915/i965: use rzalloc() to create gl_program | Timothy Arceri | 2016-11-03 | 1 | -2/+2 |
* | glsl/st/mesa: use common system values read field | Timothy Arceri | 2016-10-26 | 1 | -2/+2 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 1 | -12/+9 |
* | i965/mesa/st/swrast: set fs shader_info directly and switch to using it | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | i965/mesa/st: eliminate gl_compute_program | Timothy Arceri | 2016-10-26 | 1 | -5/+2 |
* | mesa/i965/i915/r200: eliminate gl_vertex_program | Timothy Arceri | 2016-10-26 | 1 | -9/+6 |
* | i965/mesa/st: eliminate gl_geometry_program | Timothy Arceri | 2016-10-26 | 1 | -4/+1 |
* | i965/mesa/st: eliminate gl_tess_eval_program | Timothy Arceri | 2016-10-26 | 1 | -5/+2 |
* | i965/mesa/st: eliminate gl_tess_ctrl_program | Timothy Arceri | 2016-10-26 | 1 | -2/+2 |
* | program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement. | Matt Turner | 2016-03-02 | 1 | -1/+0 |
* | mesa: use geometric helper for computing min samples | Ilia Mirkin | 2016-02-02 | 1 | -3/+4 |
* | program: convert _mesa_init_gl_program() to take struct gl_program * | Emil Velikov | 2015-10-15 | 1 | -29/+26 |
* | mesa: remove unused functions in program.c | Brian Paul | 2015-10-14 | 1 | -51/+0 |
* | program: remove _mesa_init_*_program wrappers | Marek Olšák | 2015-10-09 | 1 | -115/+18 |
* | program: remove other unused functions | Marek Olšák | 2015-10-09 | 1 | -134/+0 |
* | program: remove unused cloning and combining functions | Marek Olšák | 2015-10-09 | 1 | -250/+0 |
* | program: remove unused function _mesa_find_line_column | Marek Olšák | 2015-10-09 | 1 | -43/+0 |
* | mesa: Add locking to programs. | Matt Turner | 2015-09-25 | 1 | -8/+11 |
* | mesa: Remove debugging code from _mesa_reference_*. | Matt Turner | 2015-09-25 | 1 | -14/+0 |
* | mesa: add misc tessellation shader support | Fabian Bieler | 2015-07-23 | 1 | -0/+27 |
* | mesa: add tessellation shader init functions. | Fabian Bieler | 2015-07-23 | 1 | -0/+32 |
* | mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM | Marek Olšák | 2015-06-05 | 1 | -6/+6 |
* | mesa: remove useless gl_compute_program_state::Current | Marek Olšák | 2015-06-05 | 1 | -3/+0 |
* | mesa: remove unused geometry shader variables | Marek Olšák | 2015-06-05 | 1 | -9/+0 |
* | mesa/cs: Update program.c for compute shaders. | Paul Berry | 2015-05-02 | 1 | -0/+3 |
* | i965: Create NIR during LinkShader() and ProgramStringNotify(). | Kenneth Graunke | 2015-04-11 | 1 | -0/+5 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 1 | -3/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -20/+20 |
* | mesa: Delete ctx->GeometryProgram.Cache. | Kenneth Graunke | 2014-08-29 | 1 | -2/+0 |
* | mesa: whitespace, 80-column wrapping in program.c | Brian Paul | 2014-08-11 | 1 | -8/+11 |
* | mesa: simplify/rename _mesa_init_program_struct() | Brian Paul | 2014-08-11 | 1 | -34/+35 |
* | glsl: Store info about geometry shaders that emit vertices to non-zero streams. | Iago Toral Quiroga | 2014-06-30 | 1 | -0/+1 |
* | mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program. | Iago Toral Quiroga | 2014-06-20 | 1 | -0/+1 |
* | mesa: switch to c11 mutex functions | Brian Paul | 2014-03-03 | 1 | -4/+4 |
* | mesa: initialize gl_geometry_program Invocations field | Jordan Justen | 2014-02-20 | 1 | -0/+1 |
* | mesa/cs: Create the gl_compute_program struct, and the code to initialize it. | Paul Berry | 2014-02-05 | 1 | -0/+20 |
* | i965: Add an option to ignore sample qualifier | Anuj Phogat | 2014-01-21 | 1 | -2/+3 |
* | mesa: Index into ctx->Const.Program[] rather than using ad-hoc code. | Paul Berry | 2014-01-09 | 1 | -15/+2 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -13/+13 |
* | mesa: Clean up nomenclature for pipeline stages. | Paul Berry | 2014-01-08 | 1 | -1/+1 |
* | mesa: Require per-sample shading if the `sample` qualifier is used. | Chris Forbes | 2013-12-07 | 1 | -0/+8 |
* | mesa: Dynamically allocate the storage for program local parameters. | Eric Anholt | 2013-11-15 | 1 | -1/+11 |
* | mesa: Remove PROGRAM_ENV_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -3/+0 |
* | mesa: Remove PROGRAM_LOCAL_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -3/+0 |