aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Delete ctx->GeometryProgram.Cache.Kenneth Graunke2014-08-291-2/+0
* mesa: whitespace, 80-column wrapping in program.cBrian Paul2014-08-111-8/+11
* mesa: simplify/rename _mesa_init_program_struct()Brian Paul2014-08-111-34/+35
* glsl: Store info about geometry shaders that emit vertices to non-zero streams.Iago Toral Quiroga2014-06-301-0/+1
* mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga2014-06-201-0/+1
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-4/+4
* mesa: initialize gl_geometry_program Invocations fieldJordan Justen2014-02-201-0/+1
* mesa/cs: Create the gl_compute_program struct, and the code to initialize it.Paul Berry2014-02-051-0/+20
* i965: Add an option to ignore sample qualifierAnuj Phogat2014-01-211-2/+3
* mesa: Index into ctx->Const.Program[] rather than using ad-hoc code.Paul Berry2014-01-091-15/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-13/+13
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-1/+1
* mesa: Require per-sample shading if the `sample` qualifier is used.Chris Forbes2013-12-071-0/+8
* mesa: Dynamically allocate the storage for program local parameters.Eric Anholt2013-11-151-1/+11
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-3/+0
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-3/+0
* mesa: Add a helper function _mesa_get_min_invocations_per_fragment()Anuj Phogat2013-11-011-0/+32
* mesa: Drop an extra copy-and-pasted copy in the program clone function.Eric Anholt2013-09-231-1/+0
* mesa: Convert some runtime asserts to static asserts.Eric Anholt2013-09-231-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* 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: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-5/+5
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* mesa: use GLbitfield64 when copying program inputsBrian Paul2013-01-251-2/+2
* mesa: add some casts to silence MSVC warningsBrian Paul2013-01-251-14/+14
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-3/+0
* mesa: Remove the gl_program::Resident flag.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-1/+0
* mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.Eric Anholt2012-10-151-1/+0
* mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2012-10-151-6/+0
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-6/+2
* mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-12/+0
* mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden2012-09-151-6/+0
* mesa: remove FEATURE_es2_glsl and related defines.Oliver McFadden2012-09-151-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: Add UsesDFdy to struct gl_fragment_program.Paul Berry2012-07-191-0/+2
* mesa: use gl_program cast wrappersBrian Paul2012-07-181-17/+12
* mesa, i965: prepare for more than 8 texture targetsChia-I Wu2011-11-031-1/+1
* mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt2011-10-181-1/+1
* mesa: Remove unused gl_program::AttributesIan Romanick2011-10-041-5/+0
* mesa: Remove unused field gl_program::VaryingIan Romanick2011-09-301-5/+0
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-3/+5
|\
| * mesa: support boolean and integer-based parameters in prog_parameterBryan Cain2011-08-011-1/+2
| * mesa: fix segfault when no Mesa IR is generatedBryan Cain2011-08-011-2/+3