summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_instruction.h
AgeCommit message (Expand)Author
2011-03-02mesa: increase INST_INDEX_BITS to 12Brian Paul
2010-12-06mesa: Bump the number of bits in the register index.José Fonseca
2010-08-16Merge branch 'glsl2'Ian Romanick
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-11mesa: Clean up header file inclusion in prog_instruction.h.Vinson Lee
2010-07-29mesa: update table of opcodes used by GLSLBrian Paul
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-09mesa: add basic support for 2D register arrays to mesaZack Rusin
2010-07-02mesa: updated instruction commentsBrian Paul
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul