summaryrefslogtreecommitdiff
path: root/src/mesa/program
AgeCommit message (Expand)Author
2010-08-10mesa: additional program limit assertionsBrian Paul
2010-08-04mesa: increase the relative address offset limit to 4096 in ARB_vp/fpMarek Olšák
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-31mesa: Remove unnecessary headers.Vinson Lee
2010-07-30mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-07-29mesa: implement RCC opcodeBrian Paul
2010-07-29mesa: update table of opcodes used by GLSLBrian Paul
2010-07-21Regenerate program/lex.yy.cCarl Worth
2010-07-21Avoid more warnings in flex-generated code.Carl Worth
2010-07-21Avoid warnings in flex-generated code.Carl Worth
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-10mesa: make uniform work with geometry shadersZack Rusin
2010-07-09mesa: add basic support for 2D register arrays to mesaZack Rusin
2010-07-02mesa: updated instruction commentsBrian Paul
2010-07-02mesa: Silence warning.José Fonseca
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul