summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Makefiles: Don't complain if depend file to be included doesn't exist.warnings-cleanupCarl Worth2-2/+2
2010-07-20ir_to_mesa_visitor: Initialize lod_info struct to all 0.Carl Worth1-1/+1
2010-07-20dri2: Eliminate unused glx_info variable.Carl Worth1-1/+0
2010-07-20glsl2: Add definitions of the builtin constants present in GLSL 1.10.Eric Anholt4-9/+77
2010-07-20glsl2: Fix asin() implementation.Eric Anholt2-122/+138
2010-07-20glsl2: notEqual() produces a boolean value, not the base type of the args.Eric Anholt2-36/+36
2010-07-20glsl2: Constant-fold assignment conditions.Eric Anholt1-0/+13
2010-07-20glsl2: Don't validate IR if there were compilation errorsIan Romanick1-3/+3
2010-07-20ir_to_mesa: Fix swizzled writemasks with swapped component ordering.Eric Anholt1-34/+27
2010-07-19linker: Remove the FINISHME comment for intrastage linkingIan Romanick1-1/+2
2010-07-19linker: Remove redundant check for 'main' in shadersIan Romanick1-10/+0
2010-07-19linker: Track and validate GLSL versions used in shadersIan Romanick4-0/+27
2010-07-19glsl2: Use Elements macroIan Romanick2-11/+18
2010-07-19linker: Recursively resolve function calls in imported functionsIan Romanick1-3/+46
2010-07-19linker: look up function signatures during linking instead of using calleeIan Romanick1-24/+59
2010-07-19linker: Pull find_matching_signature out of call_link_visitorIan Romanick1-21/+27
2010-07-19glsl2: Explicitly walk lists in ir_function::parameter_lists_matchIan Romanick2-25/+23
2010-07-19linker: Add comment about bug in initializer handlingIan Romanick1-0/+8
2010-07-19linker: First bits of intrastage, intershader function linkingIan Romanick4-0/+214
2010-07-19ir_function_signature: Make actual_parameters publicIan Romanick1-3/+3
2010-07-19linker: Remove some unnecessary includesIan Romanick1-2/+0
2010-07-19exec_list: Fix foreach_list_safe.Kenneth Graunke2-13/+8
2010-07-19linker: Use foreach_list_safe in move_non_declarationsIan Romanick1-1/+1
2010-07-19linker: Move global instructions from the linked shader firstIan Romanick1-4/+8
2010-07-19glsl2: Fix lexing of octal values, including "0".Eric Anholt1-1/+1
2010-07-19glsl2: Fix the expression type for atan's pi * sign(y).Eric Anholt2-8/+8
2010-07-19i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt4-1/+20
2010-07-19glsl2: Add a pass for converting if statements to conditional assignment.Eric Anholt3-0/+169
2010-07-19glsl2: Give IR nodes a type field.Eric Anholt3-10/+70
2010-07-19ir_to_mesa: Do validation on the IR tree.Eric Anholt1-0/+4
2010-07-19ir_to_mesa: Don't do lowering passes on an errored-out shader.Eric Anholt1-6/+6
2010-07-18ir_to_mesa: Rename struct temp_entry, which is used for all variables now.Eric Anholt1-35/+36
2010-07-18ir_to_mesa: Add support for function calls.Eric Anholt1-6/+227
2010-07-18glsl2: Remove the const disease from function signature's callee.Eric Anholt5-9/+8
2010-07-18glsl2: Make cross() be an expression operation.Eric Anholt6-22/+21
2010-07-18glsl2: Fix warning from always-false assert not being known to not return.Eric Anholt1-0/+1
2010-07-14ast_function: Actually do type conversion on function arguments.Kenneth Graunke1-3/+8
2010-07-14exec_list: Add a new replace_with method.Kenneth Graunke1-0/+11
2010-07-14Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-189/+27
2010-07-14glsl2/builtins: Rework clamp to use scalar/vector combinations.Kenneth Graunke2-45/+9
2010-07-14glsl2/builtins: Rework min/max to use scalar/vector combinations.Kenneth Graunke4-144/+18
2010-07-14ir_constant_expression: Add support for ir_binop_mod.Kenneth Graunke1-0/+27
2010-07-14ir_constant_expression: Add support for ir_binop_min and ir_binop_max.Kenneth Graunke1-0/+47
2010-07-14ir_constant_expression: Add support for ir_binop_pow.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_cos.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_sin.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_floor.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_ceil.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_trunc.Kenneth Graunke1-0/+7
2010-07-14ir_constant_expression: Add support for ir_unop_log2.Kenneth Graunke1-0/+7