| Commit message (Expand) | Author | Age | Files | Lines |
* | prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE | Ian Romanick | 2016-05-10 | 1 | -4/+0 |
* | program: Remove NV_fragment_program Abs support. | Matt Turner | 2016-03-01 | 1 | -4/+1 |
* | 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 | -77/+1 |
* | program: Remove OPCODE_KIL_NV. | Matt Turner | 2016-03-01 | 1 | -1/+0 |
* | program: Remove RelAddr2 support. | Matt Turner | 2016-03-01 | 1 | -16/+0 |
* | program: Replace gl_inst_opcode with enum prog_opcode. | Matt Turner | 2015-06-03 | 1 | -7/+7 |
* | program: Remove dead Aux field from prog_instruction. | Matt Turner | 2015-06-03 | 1 | -3/+0 |
* | program: Shrink and rename SaturateMode field to Saturate. | Matt Turner | 2015-06-03 | 1 | -14/+2 |
* | nir: Implement a Mesa IR -> NIR translator. | Kenneth Graunke | 2015-03-27 | 1 | -0/+2 |
* | mesa: reorder prog_instruction | Dave Airlie | 2015-03-21 | 1 | -3/+3 |
* | program: Delete dead _mesa_realloc_instructions. | Matt Turner | 2014-12-08 | 1 | -4/+0 |
* | 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/program: Make prog_instruction.h and program.h safe to include from C++. | Paul Berry | 2013-08-23 | 1 | -0/+8 |
* | 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 | -11/+0 |
* | mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes. | Kenneth Graunke | 2012-11-07 | 1 | -2/+0 |
* | mesa: Remove yet more remnants of NV_fragment_program. | Kenneth Graunke | 2012-10-16 | 1 | -8/+5 |
* | mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3. | Eric Anholt | 2012-10-15 | 1 | -9/+0 |
* | mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -7/+0 |
* | mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only). | Eric Anholt | 2012-10-08 | 1 | -1/+1 |
* | mesa, i965: prepare for more than 8 texture targets | Chia-I Wu | 2011-11-03 | 1 | -1/+1 |
* | mesa: document instructions ir_to_mesa emits | Marek Olšák | 2011-05-09 | 1 | -14/+14 |
* | mesa: increase INST_INDEX_BITS to 12 | Brian Paul | 2011-03-02 | 1 | -1/+1 |
* | mesa: Bump the number of bits in the register index. | José Fonseca | 2010-12-06 | 1 | -1/+1 |
* | Merge branch 'glsl2' | Ian Romanick | 2010-08-16 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into glsl2 | Ian Romanick | 2010-08-13 | 1 | -8/+8 |
| |\ |
|
| * | | Merge remote branch 'origin/master' into glsl2 | Eric Anholt | 2010-07-26 | 1 | -1/+1 |
* | | | mesa: Clean up header file inclusion in prog_instruction.h. | Vinson Lee | 2010-08-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | mesa: update table of opcodes used by GLSL | Brian Paul | 2010-07-29 | 1 | -8/+8 |
|/ |
|
* | mesa: add comments and change Index2D to just Index2 | Zack Rusin | 2010-07-13 | 1 | -3/+13 |
* | mesa: add basic support for 2D register arrays to mesa | Zack Rusin | 2010-07-09 | 1 | -0/+6 |
* | mesa: updated instruction comments | Brian Paul | 2010-07-02 | 1 | -4/+3 |
* | 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/+437 |