| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -9/+9 |
* | prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE | Ian Romanick | 2016-05-10 | 1 | -72/+0 |
* | program: Clean up after condition code removal. | Matt Turner | 2016-03-02 | 1 | -5/+3 |
* | program: Remove NV_fragment_program Abs support. | Matt Turner | 2016-03-01 | 1 | -15/+0 |
* | program: Remove incorrect comment about OPCODE_TXD. | Matt Turner | 2016-03-01 | 1 | -1/+1 |
* | program: Remove OPCODE_TXP_NV. | Matt Turner | 2016-03-01 | 1 | -20/+0 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -129/+16 |
* | program: Remove OPCODE_KIL_NV. | Matt Turner | 2016-03-01 | 1 | -5/+0 |
* | program: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -15/+15 |
* | program: Use exp2(x) instead of pow(2.0, x). | Matt Turner | 2015-07-29 | 1 | -2/+2 |
* | program: Shrink and rename SaturateMode field to Saturate. | Matt Turner | 2015-06-03 | 1 | -1/+1 |
* | mesa: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+0 |
* | mesa/program: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -15/+15 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 1 | -9/+9 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -2/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -14/+14 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | mesa: remove comparisons that are always true | Jan Vesely | 2015-01-21 | 1 | -1/+0 |
* | mesa: remove unused functions in prog_execute.c | Brian Paul | 2014-12-01 | 1 | -74/+0 |
* | mesa: Drop unused NV_fragment_program opcodes. | Eric Anholt | 2014-11-24 | 1 | -144/+0 |
* | mesa: Drop unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 1 | -12/+0 |
* | mesa: Drop USE_IEEE define. | Matt Turner | 2014-08-07 | 1 | -5/+0 |
* | mesa: Remove PROGRAM_ENV_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -5/+0 |
* | mesa: Remove PROGRAM_LOCAL_PARAM enum. | Eric Anholt | 2013-11-15 | 1 | -5/+0 |
* | mesa: Return ZeroVec/dummyReg instead of NULL pointer | Anuj Phogat | 2013-06-28 | 1 | -4/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 1 | -135/+0 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+3 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -11/+0 |
* | mesa: Remove PROGRAM_WRITE_ONLY register type. | Kenneth Graunke | 2012-10-16 | 1 | -3/+0 |
* | mesa: Remove support for named parameters. | Kenneth Graunke | 2012-10-16 | 1 | -2/+0 |
* | mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -61/+0 |
* | mesa: use F_TO_I() instead of IROUND() | Brian Paul | 2012-05-19 | 1 | -10/+10 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -7/+7 |
* | mesa: set Q=1 for OPCODE_TEX execution | Brian Paul | 2011-08-19 | 1 | -0/+8 |
* | mesa: Bump instruction execution limit to 65536 | Ian Romanick | 2011-08-16 | 1 | -1/+1 |
* | mesa: support boolean and integer-based parameters in prog_parameter | Bryan Cain | 2011-08-01 | 1 | -1/+1 |
* | Merge branch 'draw-instanced' | Brian Paul | 2011-01-15 | 1 | -0/+4 |
|\ |
|
| * | mesa: implement system values in program interpreter | Brian Paul | 2010-12-10 | 1 | -0/+4 |
* | | mesa: more program debug code | Brian Paul | 2010-12-14 | 1 | -0/+12 |
|/ |
|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: more prog_execute.c debug code | Brian Paul | 2010-09-01 | 1 | -0/+7 |
* | prog_execute: Implement OPCODE_TXL | Ian Romanick | 2010-08-24 | 1 | -0/+16 |
* | Merge branch 'master' into glsl2 | Ian Romanick | 2010-08-13 | 1 | -1/+55 |
|\ |
|
| * | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 1 | -1/+0 |