gallium/st: place value check before value is use
[mesa.git] / src / mesa / program /
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-31 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Eric Anholtir_to_mesa: Add the function name as a comment to BGNSU...
2010-07-30 Brian Paulmesa: added gl_program::IndirectRegisterFiles field
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
2010-07-29 Eric Anholtir_to_mesa: Don't emit a duplicate return at the end...
2010-07-29 Brian Paulmesa: implement RCC opcode
2010-07-29 Brian Paulmesa: update table of opcodes used by GLSL
2010-07-28 Eric Anholtir_to_mesa: Respect the driver if it rejects a shader.
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-28 Eric Anholtir_to_mesa: Add remaining state variable (builtin unifo...
2010-07-27 Eric Anholtir_to_mesa: Provide a restricted type size to _mesa_add...
2010-07-27 Eric Anholtir_to_mesa: Add support for array constants.
2010-07-27 Eric Anholtglsl2: Make the dead code handler make its own talloc...
2010-07-27 Eric Anholtmesa: Allow large temporary indices coming into the...
2010-07-27 Eric Anholtir_to_mesa: Set the swizzle on constant struct src...
2010-07-27 Eric Anholtir_to_mesa: Fix stray "break" that broke functions...
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.
2010-07-27 Eric Anholtir_to_mesa: Fix up handling of void function returns.
2010-07-27 Eric Anholtir_to_mesa: Actually allocate the right size for consta...
2010-07-27 Eric Anholtir_to_mesa: Add support for structure constants.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Carl WorthRegenerate program/lex.yy.c
2010-07-21 Carl WorthAvoid more warnings in flex-generated code.
2010-07-21 Carl WorthAvoid warnings in flex-generated code.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-14 Zack Rusinmesa: add comments and change Index2D to just Index2
2010-07-10 Zack Rusinmesa: make uniform work with geometry shaders
2010-07-10 Zack Rusinmesa: add basic support for 2D register arrays to mesa
2010-07-03 Brian Paulmesa: updated instruction comments
2010-07-02 José Fonsecamesa: Silence warning.
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/