summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/programopt.c
Commit message (Expand)AuthorAgeFilesLines
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-131-4/+4
* mesa: remove _mesa from static function namesTimothy Arceri2017-05-311-4/+4
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-34/+35
* mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri2016-11-171-6/+6
* glsl/st/mesa: use common system values read fieldTimothy Arceri2016-10-261-1/+1
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-261-4/+4
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-6/+6
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-16/+15
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-22/+20
* program: Remove OPCODE_TXP_NV.Matt Turner2016-03-011-1/+0
* program: add a helper for rewriting FP position input to sysvalMarek Olšák2016-01-081-0/+27
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-3/+3
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program.Matt Turner2015-02-111-91/+0
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-1/+1
* mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner2014-01-211-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke2013-05-121-1/+1
* 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
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-7/+7
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-9/+9
* mesa: Remove remnants of PROGRAM_VARYING.Kenneth Graunke2012-10-161-5/+2
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-2/+2
* mesa: Don't append fog code for programs that don't output color.José Fonseca2011-05-111-0/+6
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-211-12/+21
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-2/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+669