mesa.git
2010-07-30 Eric Anholtglsl2: Fix the implementation of atan(y, x).
2010-07-30 Carl Worthast: Initialize location data in constructor of all...
2010-07-30 Eric Anholtir_to_mesa: Add the function name as a comment to BGNSU...
2010-07-30 Eric Anholtglsl2: Update the callee pointer of calls to newly...
2010-07-30 Kenneth Graunkeglsl2: Initialize ir_function_signature::is_built_in.
2010-07-30 Kenneth Graunkeglcpp: Don't look for backslashes before the beginning...
2010-07-29 Eric Anholtglsl2: Do ir_if_return on the way out, not the way in.
2010-07-29 Eric Anholtglsl2: Make sure functions end with a return before...
2010-07-29 Eric Anholtglsl2: Make ir_if_return handle if () { return } else...
2010-07-29 Eric Anholtglsl2: Refactor a bit of ir_if_return for the next...
2010-07-29 Eric Anholtir_to_mesa: Don't emit a duplicate return at the end...
2010-07-29 Eric Anholtglsl2: Allow use of _mesa_print_ir without a parse...
2010-07-29 Eric Anholtir_constant_variable: Don't mark variable from outside...
2010-07-29 Eric Anholtglsl2: When dumping IR for debug, indent nested blocks.
2010-07-29 Eric Anholtglsl2: When dumping IR for debug, skip all the empty...
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-29 Eric Anholtglsl2: Fix spelling of "initializer."
2010-07-29 Eric Anholtglsl2: Remove an inlined unvalued return statement.
2010-07-29 Eric Anholtglsl2: Actually fix glsl-version-define.
2010-07-29 Eric Anholtglcpp: Add __VERSION__ define to the current language...
2010-07-29 Eric Anholtglcpp: Print integer tokens as decimal, not hex.
2010-07-29 Eric Anholtglsl2: Make lowp, mediump, highp, and precision identif...
2010-07-28 Kenneth Graunkeglsl2/Makefile: Append to DEFINES rather than replacing...
2010-07-28 Eric Anholtir_to_mesa: Respect the driver if it rejects a shader.
2010-07-28 Kenneth Graunkeglsl2: Fix outerProduct builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "outerProdu...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "mix" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "transpose...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "smoothstep...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "clamp...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "step"...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "faceforwar...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "refract...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "reflect...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "normalize...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "matrixComp...
2010-07-28 Kenneth Graunkeir_constant_expression: Simplify code that implements...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "length...
2010-07-28 Kenneth Graunkeir_constant_expression: Extract dot product calculation...
2010-07-28 Kenneth Graunkeir_constant_expression: Remove support for dot products...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "greaterTha...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "greaterTha...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "lessThanEq...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "lessThan...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "notEqual...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "equal...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "distance...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "degrees...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "radians...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "tanh"...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "tan" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "sinh"...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for the "cosh"...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for "atan" builtins.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for "acos" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for "asin" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for "any" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for "all" builtin.
2010-07-28 Kenneth Graunkeir_constant_expression: Implement builtins that wrap...
2010-07-28 Kenneth Graunkeir_constant_expression: Add support for builtins dFdx...
2010-07-28 Kenneth Graunkeast_function: Set constant_value on return value tempor...
2010-07-28 Kenneth Graunkeir_constant_expression: Stub out support for constant...
2010-07-28 Kenneth Graunkeir_constant_expression: Use Mesa's MIN2/MAX2 instead...
2010-07-28 Kenneth Graunkeir_algebraic: Use ir_constant::zero.
2010-07-28 Kenneth Graunkeglsl2: Add new ir_constant::zero static method.
2010-07-28 Eric Anholtglsl2: Add the define for ARB_fragment_coord_convention...
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-28 Ian Romanickglsl2: Perform some semantic checking of ARB_fcc layout...
2010-07-28 Ian Romanickglsl2: Parser support for GL_ARB_fragment_coord_conventions
2010-07-28 Eric Anholtglsl2: Fail linking where the FS reads a varying that...
2010-07-28 Eric Anholtglsl2: Unmark unwritten varyings as varying.
2010-07-28 Carl Worthglcpp: Add generated source files.
2010-07-28 Carl Worthglsl: Ignore glsl_compiler and glsl_parser.output files.
2010-07-28 Carl Worthglsl: Add generated files from flex/bison.
2010-07-28 Carl Worthglcpp: Add expected output for a recently-added test.
2010-07-28 Eric Anholtir_to_mesa: Add remaining state variable (builtin unifo...
2010-07-28 Eric Anholtglsl2: Add the remaining builtin uniforms.
2010-07-28 Eric Anholtglsl2: Size builtin arrays according to the context...
2010-07-28 Carl Worthglcpp: Explicitly expect 0 shift/reduce conflicts.
2010-07-28 Carl Worthglcpp: Remove 2 shift/reduce conflicts from the grammar.
2010-07-27 Eric Anholtglsl2: When stealing var->constant_value, steal its...
2010-07-27 Eric Anholtir_to_mesa: Provide a restricted type size to _mesa_add...
2010-07-27 Eric Anholtglsl2: Actually use the linked dead code eliminator.
2010-07-27 Eric Anholtglsl2: Don't dereference a NULL var in CE handling...
2010-07-27 Eric Anholtir_to_mesa: Add support for array constants.
2010-07-27 Eric Anholtglsl2: Use ir_dead_code's linked version after linking.
2010-07-27 Eric Anholtglsl2: Fix the linked version of ir_dead_code.
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 Anholtglsl2: Talloc type names.
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_validate: Check the types of expression operations.
2010-07-27 Eric Anholtglsl2: Fix missing visit_continue return in ir_validate.
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 Anholtglsl2: Also steal the constant components of aggregate...
2010-07-27 Kenneth Graunkeglsl2: Steal ir_variable's constant_value field.
next