summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_execute.c
Commit message (Expand)AuthorAgeFilesLines
* prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLEIan Romanick2016-05-101-72/+0
* program: Clean up after condition code removal.Matt Turner2016-03-021-5/+3
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-15/+0
* program: Remove incorrect comment about OPCODE_TXD.Matt Turner2016-03-011-1/+1
* program: Remove OPCODE_TXP_NV.Matt Turner2016-03-011-20/+0
* program: Remove condition-code and precision support.Matt Turner2016-03-011-129/+16
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-5/+0
* program: Avoid double promotion.Matt Turner2015-07-291-15/+15
* program: Use exp2(x) instead of pow(2.0, x).Matt Turner2015-07-291-2/+2
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-1/+1
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-241-1/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-15/+15
* mesa: replace FLOORF with floorfBrian Paul2015-02-241-9/+9
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-2/+3
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-14/+14
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* mesa: remove comparisons that are always trueJan Vesely2015-01-211-1/+0
* mesa: remove unused functions in prog_execute.cBrian Paul2014-12-011-74/+0
* mesa: Drop unused NV_fragment_program opcodes.Eric Anholt2014-11-241-144/+0
* mesa: Drop unused SFL/STR opcodes.Eric Anholt2014-11-241-12/+0
* mesa: Drop USE_IEEE define.Matt Turner2014-08-071-5/+0
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-5/+0
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-5/+0
* mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat2013-06-281-4/+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 unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák2013-04-241-135/+0
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* Remove OpenVMS supportMatt Turner2012-11-161-11/+0
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-161-3/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-2/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-61/+0
* mesa: use F_TO_I() instead of IROUND()Brian Paul2012-05-191-10/+10
* mesa: s/INLINE/inline/Brian Paul2011-10-011-7/+7
* mesa: set Q=1 for OPCODE_TEX executionBrian Paul2011-08-191-0/+8
* mesa: Bump instruction execution limit to 65536Ian Romanick2011-08-161-1/+1
* mesa: support boolean and integer-based parameters in prog_parameterBryan Cain2011-08-011-1/+1
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+4
|\
| * mesa: implement system values in program interpreterBrian Paul2010-12-101-0/+4
* | mesa: more program debug codeBrian Paul2010-12-141-0/+12
|/
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: more prog_execute.c debug codeBrian Paul2010-09-011-0/+7
* prog_execute: Implement OPCODE_TXLIan Romanick2010-08-241-0/+16
* Merge branch 'master' into glsl2Ian Romanick2010-08-131-1/+55
|\
| * mesa: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
| * mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1