| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: make use of ralloc when creating ARB asm gl_program fields | Timothy Arceri | 2016-11-17 | 1 | -23/+0 |
* | mesa: remove unused Comment field in prog_instruction | Timothy Arceri | 2016-11-17 | 1 | -9/+0 |
* | prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE | Ian Romanick | 2016-05-10 | 1 | -4/+0 |
* | program: Remove OPCODE_TXP_NV. | Matt Turner | 2016-03-01 | 1 | -1/+0 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -3/+0 |
* | program: Remove OPCODE_KIL_NV. | Matt Turner | 2016-03-01 | 1 | -1/+0 |
* | program: Replace gl_inst_opcode with enum prog_opcode. | Matt Turner | 2015-06-03 | 1 | -5/+5 |
* | program: Shrink and rename SaturateMode field to Saturate. | Matt Turner | 2015-06-03 | 1 | -1/+1 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 1 | -1/+1 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -6/+6 |
* | program: Delete dead _mesa_realloc_instructions. | Matt Turner | 2014-12-08 | 1 | -17/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2014-12-08 | 1 | -7/+1 |
* | mesa: Drop unused NV_fragment_program opcodes. | Eric Anholt | 2014-11-24 | 1 | -10/+0 |
* | mesa: Drop unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 1 | -2/+0 |
* | mesa: Use realloc() instead of _mesa_realloc() and remove the latter. | Matt Turner | 2014-09-24 | 1 | -3/+2 |
* | Eliminate several cases of multiplication in arguments to calloc | Carl Worth | 2014-09-03 | 1 | -1/+1 |
* | 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 | -9/+0 |
* | mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes. | Kenneth Graunke | 2012-11-07 | 1 | -2/+0 |
* | mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -7/+0 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -4/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+2 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -0/+352 |