r600g: remove unneeded function call from scs
[mesa.git] / src / glsl /
2010-08-31 Kenneth Graunkelinker: Require an exact matching signature when lookin...
2010-08-30 Ian Romanicklinker: Handle varying arrays, matrices, and arrays...
2010-08-30 Eric Anholtglsl: Clear the static values of builtin function profi...
2010-08-30 Ian Romanickglsl2: Commit generated files changed by previous commit
2010-08-30 Ian Romanickglsl2: Parse #pragma lines
2010-08-30 José Fonsecaglsl: Silence unused variable warning.
2010-08-30 Ian Romanicklinker: Treat sized and unsized array types as the...
2010-08-29 Vinson Leeglsl: Initialize data in ast_function_expression::hir.
2010-08-29 Vinson Leeglsl: Completely initialize value member in ir_constant...
2010-08-29 Vinson Leeglsl: Initialize variable in ir_swizzle::constant_expre...
2010-08-29 Vinson Leeglsl: Initialize data in read_constant.
2010-08-29 Vinson Leeglsl: Initialize the rest of values of ir_constant...
2010-08-28 Ian Romanickglsl2: Decompose matrix comparison into vector operations
2010-08-27 Eric Anholtglsl: Rename a couple of common variable names in mat_o...
2010-08-27 Eric Anholtglsl: Make mat_op_to_vec allocate out of the IR's parent.
2010-08-27 Eric Anholtglsl: Regenerate for double destroy fix.
2010-08-27 Eric Anholtglsl: Protect against double compiler-destroy.
2010-08-27 Brian Paulglsl2: restructure header file for C++ and C inclusion
2010-08-27 Brian Paulglsl2: remove 'extern' keyword in .c file
2010-08-26 Eric Anholtglsl: Add a quick hack to constant folding to reduce...
2010-08-26 José Fonsecascons: Add glsl_symbol_table.cpp
2010-08-26 Ian Romanickglsl2: Remove a couple FINISHME comments that have...
2010-08-26 Kenneth Graunkeglsl: Move built-ins to live beyond the global scope.
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-26 Kenneth Graunkeglsl: Refactor variable declaration handling.
2010-08-26 Kenneth Graunkeglsl: Don't add overloads to existing structure constru...
2010-08-26 Kenneth Graunkeglsl: Remove name_declared_this_scope check when adding...
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-26 Eric Anholtglsl2: Move ir_expression_flattening to using the rvalu...
2010-08-26 Eric Anholtglsl: Don't consider things with a type containing...
2010-08-25 Aras Pranckeviciusglsl: fix crash with variable indexing into array in...
2010-08-25 Eric Anholtir_to_mesa: Convert this code to using linker.cpp's...
2010-08-25 Eric Anholtglsl: Make uniform linking generate separate uniforms...
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-24 Eric Anholtglsl: Don't dead-code eliminate a uniform initializer.
2010-08-24 Brian Paulglsl2: rename local variable_entry class
2010-08-24 Brian Paulglsl2: move constructor into .cpp file to work around...
2010-08-24 Vinson Leeglsl: Add assert to check variable_entry referenced_cou...
2010-08-24 Dave Airlieglsl: make 'make clean' work properly.
2010-08-24 Vinson Leeglsl: Silence unused variable warning.
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-24 Eric Anholtglsl: Rely on talloc_autofree_context() instead of...
2010-08-23 Eric Anholtglsl: When unable to assign the initializer for a const...
2010-08-23 Eric Anholtglsl: Cleanly fail when a function has an unknown retur...
2010-08-23 Eric Anholtglsl: Rebuild builtins for any() change.
2010-08-23 Eric Anholtmesa: Add new ir_unop_any() expression operation.
2010-08-23 Eric Anholtglsl: Regenerate builtins with the new sorting.
2010-08-23 Eric Anholtglsl: Count function call outvals as writing to variabl...
2010-08-23 Ian Romanickglsl2: Include imports.h to get snprintf wrapper for...
2010-08-23 Kenneth Graunkegenerate_builtins.py: Generate output in sorted order.
2010-08-23 Carl Worthglcpp: Make standalone preprocessor work with a tty...
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Fix segfault in standalone preprocessor for...
2010-08-23 Carl Worthglcpp: Update generated glcpp-lex.c for the last two...
2010-08-23 Carl Worthglcpp: Fix handling of "#line 0"
2010-08-23 Carl Worthglcpp: Fix source numbers set with "#line LINE_NUMBER...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Update README file (new specifications and fewer...
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-23 Eric Anholtglsl: Trim the size of uniform arrays to the maximum...
2010-08-23 Eric Anholtglsl2: Add missing sig_iter.next() to the no-constant...
2010-08-23 Eric Anholtglsl: Don't constant-fold in a constant in place of...
2010-08-23 Eric Anholtglsl: Convert constant folding to the rvalue visitor.
2010-08-23 Eric Anholtglsl: Don't tree-graft in an expression in place of...
2010-08-23 Eric Anholtmesa: AC_SUBST the talloc libs/cflags so the ./configur...
2010-08-22 Vinson Leeglsl: Silence uninitialized variable warning.
2010-08-21 Vinson Leeglsl: Silence unused variable warning.
2010-08-21 Kenneth Graunkeglsl: Handle array declarations in function parameters.
2010-08-21 Vinson Leegenerate_builtins.py: Remove unused import sys.
2010-08-20 Kenneth GraunkeDelete more vestiges of the old shader compiler.
2010-08-20 Eric AnholtRemove remnants of the old glsl compiler.
2010-08-20 Kenneth Graunkeast_to_hir: Reject function names that start with ...
2010-08-20 Kenneth Graunkeast_to_hir: Fix crash when a function shadows a variable.
2010-08-19 Kenneth Graunkeglsl: Replace sscanf in s_expression reader with strspn...
2010-08-19 Eric Anholtglsl: Also strdup the names of uniform list entries...
2010-08-19 Kenneth Graunkeglcpp: Refresh autogenerated lexer.
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-19 Eric Anholtglsl2: Free the shader compiler at dri screen destruction.
2010-08-18 Eric Anholtglsl: Fix leak-causing typo in destructor that made...
2010-08-18 Vinson Leeglsl: Fix uninitialized member in ir_hierarchical_visto...
2010-08-18 Eric Anholtglsl: Garbage collect old prototype for ir_to_mesa.
2010-08-18 Eric Anholtmesa: Free old linked shaders when relinking new shaders.
2010-08-18 Eric Anholtglsl2: Fix copy'n'paste hilarity leading to leaking...
2010-08-18 Kenneth Graunkeglsl: Fix scoping bug in if statements.
2010-08-18 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-08-18 Kenneth Graunkegenerate_builtins.py: Clean up generated output a bit.
2010-08-18 Kenneth Graunkeglsl/builtins: Add forgotten hyperbolic trig builtins...
2010-08-18 Kenneth Graunkeir_constant_expression: Implement equal/notEqual for...
2010-08-18 Kenneth Graunkeglsl2: Regenerate builtin_function.cpp.
2010-08-18 Kenneth Graunkeglsl2: Fix cut and paste error in EXT_texture_array...
2010-08-18 Carl Worthglcpp: Refresh generated files.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Allow standalone glcpp to accept a filename...
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian Romanickglsl2: Fix transpose of rows and cols
2010-08-17 Ian Romanicklinker: Demote user-defined varyings in the VS-only...
next