summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01builtins: Add ftransform().Eric Anholt
2010-06-01Allow arrays of floats as varyings.Eric Anholt
2010-06-01gl_Normal is a vec3 not a vec4.Eric Anholt
2010-06-01builtins: Add the mix(gentype, gentype, float) variant.Eric Anholt
2010-06-01Handle GLSL 1.20 implicit type conversions.Eric Anholt
2010-06-01builtins: Add atan().Eric Anholt
2010-06-01builtins: Add asin().Eric Anholt
2010-06-01ir_constant_expression: Handle several floating point unops.Eric Anholt
2010-06-01ir_constant_variable: New pass to mark constant-assigned variables constant.Eric Anholt
2010-06-01ir_constant_folding: Look at instructions in functions.Eric Anholt
2010-06-01ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.Eric Anholt
2010-06-01ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.Eric Anholt
2010-06-01ir_expression_flattening: Handle flattening values out of swizzles, too.Eric Anholt
2010-06-01ir_expression_flattening: Fix breakage from hierarchichal visitor.Eric Anholt
2010-06-01Implement comment handling in the lexer (with test).Carl Worth
2010-06-01Fix #if-skipping to *really* skip the skipped group.Carl Worth
2010-05-29Merge branch 'take-2'Carl Worth
2010-05-29Add three more tests cases recently added to the take-2 branch.Carl Worth
2010-05-29Add killer test case from the C99 specification.Carl Worth
2010-05-29Add test and fix bugs with multiple token-pasting on the same line.Carl Worth
2010-05-29Fix pass-through of '=' and add a test for it.Carl Worth
2010-05-28Add two more (failing) tests from the take-2 branch.Carl Worth
2010-05-28Add two (passing) tests from the take-2 branch.Carl Worth
2010-05-28Tweak test 25 slightly, (so the non-macro doesn't end the file).Carl Worth
2010-05-28Remove some blank lines from the end of some test cases.Carl Worth
2010-05-28Perform macro by replacing tokens in original list.Carl Worth
2010-05-28Simplify calling conventions of functions under expand_token_list_onto.Carl Worth
2010-05-28Stop interrupting the test suite at the first failure.Carl Worth
2010-05-28Revert "Add support for an object-to-function chain with the parens in the co...Carl Worth
2010-05-27Remove blank lines from output files before comparing.Carl Worth
2010-05-27Add test for token-pasting of integers.Carl Worth
2010-05-27Implement token pasting of integers.Carl Worth
2010-05-27Add placeholder tokens to support pasting with empty arguments.Carl Worth
2010-05-27Add test for macro invocations with empty arguments.Carl Worth
2010-05-27Provide support for empty arguments in macro invocations.Carl Worth
2010-05-27Make two list-processing functions do nothing with an empty list.Carl Worth
2010-05-27Add test 56 for a comma within the expansion of an argument.Carl Worth
2010-05-27Avoid treating an expanded comma as an argument separator.Carl Worth
2010-05-26Reimplement ir_function_inlining_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Add support (and test) for an object-to-function chain with the parens in the...Carl Worth
2010-05-26Add two tests developed on the take-2 branch.Carl Worth
2010-05-26Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Treat newlines as space when invoking a function-like macro invocation.Carl Worth
2010-05-26All macro lookups should be of type macro_t, not string_list_t.Carl Worth
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Fix setting the maximum accessed array elementIan Romanick
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick