2010-07-22 |
Eric Anholt | glsl2: When setting the size of an unsized array, set... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: Set the type on cloned tex instructions. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: Add the API defines to the glsl2 build so we... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: Fix builtin prototypes defined in multiple glsl... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Carl Worth | glsl2: Fix expected type for multiplying vector with... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: Fix the type of (1.0 - arg2) for mix(gen, gen... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: When inlining, don't clone and assign sampler... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: When a "continue" happens in a "for" loop, run... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | ir_to_mesa: Pretty up the printing of MESA_GLSL=dump |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | mesa: Only complain about an infinite loop in a swrast... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | ir_to_mesa: Add support for MESA_GLSL=dump environment... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Eric Anholt | glsl2: Use talloc on InfoLog handling in ValidateProgram |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Update TODO. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Add support for array == and !=. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Add support for constant arrays. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_reader: Add support for reading constant arrays. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_print_visitor: Print out constant arrays. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_print_visitor: Remove commas between ir_constant... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Extend ir_constant to store constant arrays... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Emit array constructors inline. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ast_to_hir: Fix bug in constant initializers. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Add support for ir_unop_u2f. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Remove open coded equality... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Add some comments. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Replace insert_before/remove pairs with exec_nod... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | linker: Link built-in functions instead of including... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | glsl2: Add function to import function prototypes from... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | ir_to_mesa: Add missing initializion of lod_info variable. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glsl: Fix missing initialization of yylloc.source |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glsl: Correctly handle unary plus operator. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | glsl2: glsl_type has its own talloc context, don't... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | linker: Do post-link lowering and optimization |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | glsl2: Implement utility routine to talloc reparent... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | glsl2: Add a constructor for _mesa_glsl_parse_state |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ian Romanick | glsl2: Add and use new variable mode ir_var_temporary |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Anholt | ir_to_mesa: Validate the linked shaders as well. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Anholt | glsl2: Check that nodes in a valid tree aren't error... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Anholt | glsl2: strdup the field names used in dereference_record. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Anholt | glsl2: talloc the glsl_struct_field[] we use to look... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Anholt | glsl2: Don't claim a match on structure types with... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Add support for the .length() method on arrays. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Remove incorrect assertion in the parser. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Disallow non-constant array indexing for unsized... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Remove pointless use of variabl... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Use "this" pointer directly. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | ir_constant_expression: Convert from a visitor to a... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Kenneth Graunke | glsl2: Move constant_expression_value method to ir_rvalue. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Avoid accidental token pasting in preprocessed... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Add missing include in xtalloc.c |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Add static keyword to several functions in the... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Avoid warnings in generated flex code. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp-lex: Declare some generated functions to eliminat... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Fix support for nested #ifdef and nested #ifndef |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Support #if(expression) with no intervening... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Fix use-after-free error from #undef directive. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | hash_table: Add new hash_table_remove function. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Make test suite test for valgrind cleanliness. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Make test suite report final count of passed... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | Build a standalone glcpp binary. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Carl Worth | glcpp: Delete copies of hash_table.c, hash_table.h... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Fix handling of out values in function inlining. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Don't mark a variable as constant if it was... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Always insert function calls into the instructio... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Add definitions of the builtin constants present... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Fix asin() implementation. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: notEqual() produces a boolean value, not the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | glsl2: Constant-fold assignment conditions. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ian Romanick | glsl2: Don't validate IR if there were compilation... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Anholt | ir_to_mesa: Fix swizzled writemasks with swapped compon... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Remove the FINISHME comment for intrastage... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Remove redundant check for 'main' in shaders |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Track and validate GLSL versions used in shaders |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | glsl2: Use Elements macro |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Recursively resolve function calls in imported... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: look up function signatures during linking... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Pull find_matching_signature out of call_link_v... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | glsl2: Explicitly walk lists in ir_function::parameter_... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Add comment about bug in initializer handling |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: First bits of intrastage, intershader function... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | ir_function_signature: Make actual_parameters public |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Remove some unnecessary includes |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kenneth Graunke | exec_list: Fix foreach_list_safe. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Use foreach_list_safe in move_non_declarations |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ian Romanick | linker: Move global instructions from the linked shader... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Fix lexing of octal values, including "0". |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Fix the expression type for atan's pi * sign(y). |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | i915: Ask the compiler to flatten out all the if statem... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Add a pass for converting if statements to condi... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Give IR nodes a type field. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | ir_to_mesa: Do validation on the IR tree. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | ir_to_mesa: Don't do lowering passes on an errored... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | ir_to_mesa: Rename struct temp_entry, which is used... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | ir_to_mesa: Add support for function calls. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Remove the const disease from function signature... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Make cross() be an expression operation. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Eric Anholt | glsl2: Fix warning from always-false assert not being... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Kenneth Graunke | ast_function: Actually do type conversion on function... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Kenneth Graunke | exec_list: Add a new replace_with method. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Kenneth Graunke | Refresh autogenerated file builtin_function.cpp. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Kenneth Graunke | glsl2/builtins: Rework clamp to use scalar/vector combi... |
commit | commitdiff | tree | snapshot |
next |