glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass.
[mesa.git] / src / mesa / program / ir_to_mesa.cpp
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 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 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-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 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