mesa.git
2010-06-29 Ian Romanickglsl2: Always emit matrix constructors inline
2010-06-29 Ian Romanickglsl2: Always emit vector constructors inline
2010-06-29 Ian Romanickir_swizzle: Add new constructor, refactor constructors
2010-06-29 Kenneth Graunkeglsl2: Update TODO.
2010-06-29 Kenneth Graunkeglsl2: Check for non-void functions that don't have...
2010-06-29 Kenneth Graunkeglsl2: Reject return types with qualifiers.
2010-06-29 Kenneth Graunkeglsl2: Add a method for querying if an AST type has...
2010-06-29 Kenneth Graunkeglsl2: Check that returned expressions match the functi...
2010-06-29 Ian Romanickglsl2: Invoke preprocessor before calling the compiler...
2010-06-28 Eric Anholtir_to_mesa: Actually initialize the undef register...
2010-06-28 Eric Anholtir_to_mesa: Support user-defined varyings using the...
2010-06-28 Eric Anholtir_to_mesa: Actually add the header file for the interface.
2010-06-28 Eric Anholtir_to_mesa: Fix binop_sqrt for multi-channel and negati...
2010-06-28 Eric Anholtir_to_mesa: Fix indexes of temps used in expressions.
2010-06-28 Eric Anholtir_to_mesa: Notify the driver when we generate new...
2010-06-28 Eric Anholtir_to_mesa: Add support for the pow expression.
2010-06-28 Eric Anholtir_to_mesa: Fix EmitCondCodes for boolean vars as condi...
2010-06-28 Eric Anholtir_to_mesa: Respect EmitCondCodes for IF statements.
2010-06-28 Eric Anholtir_to_mesa: Traverse the "else" instrs after "else...
2010-06-28 Eric Anholtir_to_mesa: Fix matrix * scalar multiplication.
2010-06-28 Eric Anholtir_to_mesa: Check the right element for matrix * scalar...
2010-06-28 Eric Anholtglsl2: Add support for some builtin matrices.
2010-06-28 Eric Anholtir_to_mesa: Fix copy and wasted InputsRead/OutputsWritt...
2010-06-28 Kenneth GraunkeUse a more sensible context in copy propagation.
2010-06-28 Kenneth GraunkeUse more sensible contexts in ir_dead_code_local.
2010-06-28 Ian Romanickglsl2: Add option to stand-alone GLSL compiler to dump...
2010-06-28 Ian Romanickglsl2: Use i2b and f2b IR opcodes for casting int or...
2010-06-26 Eric Anholtglsl2: Add support for non-float constants in Mesa IR.
2010-06-26 Eric Anholtglsl2: Take out the spamming of debug flags I'd added.
2010-06-26 Eric Anholtglsl2: Don't clear swizzles for Mesa IR constants after...
2010-06-26 Kenneth Graunkeir_reader: Free memory for S-Expressions earlier.
2010-06-25 Eric Anholtglsl2: Start trying to hook up uniforms.
2010-06-25 Eric Anholtglsl2: Associate the GLenum for the type with builtin...
2010-06-25 Eric Anholtglsl2: Use the parser state as the talloc context for...
2010-06-25 Eric Anholtglsl2: Emit OPCODE_END at the end of the Mesa program.
2010-06-25 Eric Anholtglsl2: Hook up constant parameters in ir_to_mesa.
2010-06-25 Eric Anholtglsl2: Set InputsRead and OutputsWritten on the generat...
2010-06-25 Eric Anholtglsl2: Start integrating ir_to_mesa.cpp into shader_api.h
2010-06-25 Eric Anholtglsl2: Use Mesa types instead of duping them into our...
2010-06-25 Eric Anholtglsl2: Fix dependencies. (at least partially)
2010-06-25 Eric Anholtglsl2: Replace the GLSL compiler with the glsl2 project.
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-25 Eric Anholtglsl2: Remove files that had been imported for standalone.
2010-06-24 Eric Anholtglsl2: Stop .gitignoring the old standalone build system.
2010-06-24 Eric Anholtglsl2: Move the Mesa IR codegen into mesa/shader/
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Add a README file for the new compiler.
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...
2010-06-24 Eric AnholtMerge branch 'mesa'
2010-06-24 Eric AnholtMove the talloc_parent lookup down in a few hot paths.
2010-06-24 Eric AnholtMerge remote branch 'cworth/master'
2010-06-24 Eric Anholtir_to_mesa: Handle a limited subset of matrix multiplic...
2010-06-24 Eric Anholtir_to_mesa: Handle constant matrices.
2010-06-24 Eric Anholtir_to_mesa: Fix copy-and-wasted second argument to...
2010-06-24 Eric Anholtir_to_mesa: Don't allocate temps for swizzles.
2010-06-24 Eric Anholtir_to_mesa: Set up storage for uniform vars.
2010-06-24 Eric Anholtir_to_mesa: Move the classes into the file now that...
2010-06-24 Eric Anholtir_to_mesa: Remove old monoburg structure.
2010-06-24 Eric Anholtir_to_mesa: Restrict dst writemasks like we did in...
2010-06-24 Eric Anholtir_to_mesa: Fix copy-and-wasted DIV instruction sequence.
2010-06-24 Eric Anholtir_to_mesa: Remove the BURG code.
2010-06-24 Eric Anholtir_to_mesa: Fix mapping of FS texcoord inputs and color...
2010-06-24 Eric Anholtir_to_mesa: Try to fix up the dereference handling...
2010-06-24 Eric Anholtir_to_mesa: Implement min and max expressions.
2010-06-24 Eric Anholtir_to_mesa: Don't assert over assignments with a consta...
2010-06-24 Eric Anholtir_to_mesa: Add support for trunc/ceil/floor.
2010-06-24 Eric Anholtir_to_mesa: Implement neg expression.
2010-06-24 Eric Anholtir_to_mesa: Add sin/cos.
2010-06-24 Eric Anholtir_to_mesa: Start trying to support struct storage.
2010-06-24 Eric Anholtir_to_mesa: Fix up array indexing.
2010-06-24 Eric Anholtir_to_mesa: Remove stale comment about monoburg.
2010-06-24 Eric Anholtir_to_mesa: Add support for variable indexing of tempor...
2010-06-24 Eric Anholtir_to_mesa: Clean up some handling of builtins and...
2010-06-24 Eric Anholtir_to_mesa: Add support for loops.
2010-06-24 Eric AnholtMake loop jump mode public so I can switch on it.
2010-06-24 Eric Anholtir_to_mesa: Add logic_or and logic_and to get CorrectFu...
2010-06-24 Eric Anholtir_to_mesa: add logic_xor to get CorrectParse2.vert...
2010-06-24 Eric Anholtir_to_mesa: add logic_not and f2b to get CorrectParse2...
2010-06-24 Eric Anholtir_to_mesa: Add support for ir_if.
2010-06-24 Eric Anholtir_to_mesa: Add support for comparison operations.
2010-06-24 Eric Anholtir_to_mesa: Introduce shorthand for common Mesa IR...
2010-06-24 Eric Anholtir_to_mesa: Add ir_unop_f2i -> OPCODE_TRUNC.
2010-06-24 Eric Anholtir_to_mesa: Add codegen for rsq expression operation.
2010-06-24 Eric Anholtir_to_mesa: Add exp/log expression operations.
2010-06-24 Eric Anholtir_to_mesa: Add (almost) the rest of the builtin varyings.
2010-06-24 Eric Anholtir_to_mesa: Support gl_Position output.
2010-06-24 Eric Anholtir_to_mesa: Support gl_FragData[] output.
2010-06-24 Eric Anholtir_to_mesa: Support gl_FragData[] output.
2010-06-24 Eric Anholtir_to_mesa: Start doing some int support.
2010-06-24 Eric Anholtir_to_mesa: Fix bugs in swizzle handling for scalar...
2010-06-24 Eric Anholtir_to_mesa: Fix copy'n'paste bug where divide multiplie...
2010-06-24 Eric Anholtir_to_mesa: Emit more reduced writemasks for ops on...
2010-06-24 Eric Anholtir_to_mesa: Handle swizzles on LHS of assignment (write...
2010-06-24 Eric Anholtir_to_mesa: Produce multiple scalar ops when required...
2010-06-24 Eric Anholtir_to_mesa: Get temps allocated at the right times.
2010-06-24 Eric Anholtir_to_mesa: Make the first temp index we use 1 to show...
2010-06-24 Eric Anholtir_to_mesa: Fix up the assign rule to use left and...
2010-06-24 Eric Anholtir_to_mesa: Do my best to explain how the codegen rules...
2010-06-24 Eric Anholtir_to_mesa: Print out the ir along with the Mesa IR.
2010-06-24 Eric Anholtir_to_mesa: Fix up src reg swizzling.
next