glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.
[mesa.git] / src / mesa / program /
2010-08-14 Eric Anholtglsl2: Move ir_to_mesa handling to driver CompileShader...
2010-08-14 Eric Anholtglsl2: Move the common optimization passes to a helper...
2010-08-12 Ian Romanickglsl2: Use Elements from main/compiler.h instead of...
2010-08-12 Brian Paulmesa: check for null shader->InfoLog before printing
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-06 Eric Anholtglsl2: Move gl_program->InputsRead/OutputsWritten setti...
2010-08-06 Eric Anholtir_to_mesa: Add support for sampler arrays.
2010-08-06 Eric Anholtglsl2: Don't assert in a couple of places when encounte...
2010-08-06 Eric Anholtir_to_mesa: Give the expected size for _mesa_add_attrib...
2010-08-06 Ian Romanickir_to_mesa: Handle texture-array samplers
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtir_to_mesa: Don't do function inlining until linking.
2010-08-05 Eric Anholtglsl2: Don't try to dump GLSL IR for a shader that...
2010-08-05 Eric Anholtir_to_mesa: Remove debug force-enablement of EmitNoIfs.
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-08-05 Eric Anholtir_to_mesa: Print shader source and compiled IR under...
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-04 Eric Anholtir_to_mesa: Clean up the mapping of samplers to Mesa...
2010-08-04 Eric Anholtmesa: Don't null deref looking for Mesa IR code at...
2010-08-04 Eric Anholtglsl2: Skip talloc_parent in constant_expression of...
2010-08-03 Eric Anholtir_to_mesa: Add support for 1.20 uniform initializers.
2010-08-03 Eric AnholtInitialize a couple of HasIndex2 fields on Mesa IR...
2010-08-03 Eric Anholtir_to_mesa: Support for struct uniforms.
2010-08-03 Eric Anholtir_to_mesa: Add a constructor for ir_to_mesa_src_reg.
2010-08-02 Ian RomanickKeep a local copy of the symbol name in the symbol...
2010-08-01 Eric Anholtir_to_mesa: Add support for MESA_GLSL=log.
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-30 Eric Anholtir_to_mesa: Add the function name as a comment to BGNSU...
2010-07-29 Eric Anholtir_to_mesa: Don't emit a duplicate return at the end...
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/