mesa.git
2010-08-04 Aras Pranckeviciusglsl2: add gl_LightModel built-in uniform.
2010-08-04 Eric Anholtglsl2: Don't try to assign locations for samplers durin...
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-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
2010-08-04 Aras Pranckeviciusglsl2: Set ir_discard::ir_type when cloning it
2010-08-03 Eric Anholtglsl2: Fix ir_validate validating null variable names.
2010-08-03 Eric Anholtglsl2: No need to strdup the name passed in to ir_varia...
2010-08-03 Eric Anholtglsl2: Fix typo in clamp() constant builtin using uint...
2010-08-03 Eric Anholtir_to_mesa: Add support for 1.20 uniform initializers.
2010-08-03 Eric Anholtglsl2: Don't consider uniform initializers as constant...
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-03 Carl Worthglsl2: Use talloc_zero_size instead of talloc_size...
2010-08-02 Ian Romanickglsl_type: Use string key for array type hash
2010-08-02 Ian RomanickKeep a local copy of the symbol name in the symbol...
2010-08-02 Ian Romanickglsl2: Clean-up two 'unused variable' warnings
2010-08-02 Ian Romanickglsl2: Make glsl_types::ctx private again
2010-08-02 Eric Anholtglsl2: Fix expression type in builtin tan().
2010-08-02 Eric Anholtglsl2: Add validation that talloc ownership of ir_...
2010-08-02 Eric Anholtglsl2: Fix validation for ir_unop_not.
2010-08-02 Eric Anholtglsl2: Add support for floating constants like "1f".
2010-08-02 Eric Anholtglsl2: Initialize the ARB_fcc fields of ir_variable.
2010-08-02 Eric Anholtglsl2: Also initialize the identifier field of paramete...
2010-08-02 Eric Anholtglsl2: Fix spelling of "precision" in error output.
2010-08-02 Eric Anholtglsl2: Don't add mesa/program/ as an include dir. ...
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-08-02 Aras Pranckeviciusglsl2: initialize is_array and array_size of ast_parame...
2010-08-02 Eric Anholtglsl2: Make non-square matrix keywords not keywords...
2010-08-01 Eric Anholtir_to_mesa: Add support for MESA_GLSL=log.
2010-08-01 Eric Anholtglcpp: Add a testcase for the failure in compiling...
2010-07-31 Eric Anholtglsl2: Do algebraic optimizations after linking as...
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-31 Eric Anholtglsl2: Factor out the variable refcounting part of...
2010-07-31 Aras Pranckeviciusglsl2: Fix stack smash when ternary selection is used.
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...
next