summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-08-23glsl: Regenerate builtins with the new sorting.Eric Anholt
2010-08-23glsl: Count function call outvals as writing to variables for linker checks.Eric Anholt
2010-08-23glsl2: Include imports.h to get snprintf wrapper for MSVCIan Romanick
2010-08-23generate_builtins.py: Generate output in sorted order.Kenneth Graunke
2010-08-23glcpp: Make standalone preprocessor work with a tty as stdinCarl Worth
2010-08-23glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.Carl Worth
2010-08-23glcpp: Fix segfault in standalone preprocessor for "file not found", etc.Carl Worth
2010-08-23glcpp: Update generated glcpp-lex.c for the last two changes.Carl Worth
2010-08-23glcpp: Fix handling of "#line 0"Carl Worth
2010-08-23glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"Carl Worth
2010-08-23glcpp: Add new test for #line directive.Carl Worth
2010-08-23glcpp: Update README file (new specifications and fewer limitations).Carl Worth
2010-08-23glcpp: Add test for the #error directive.Carl Worth
2010-08-23glsl: Trim the size of uniform arrays to the maximum element used.Eric Anholt
2010-08-23glsl2: Add missing sig_iter.next() to the no-constant-folding-to-outvals fix.Eric Anholt
2010-08-22glsl: Don't constant-fold in a constant in place of a function outval.Eric Anholt
2010-08-22glsl: Convert constant folding to the rvalue visitor.Eric Anholt
2010-08-22glsl: Don't tree-graft in an expression in place of a function outval.Eric Anholt
2010-08-22mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.Eric Anholt
2010-08-21glsl: Silence uninitialized variable warning.Vinson Lee
2010-08-21glsl: Silence unused variable warning.Vinson Lee
2010-08-21glsl: Handle array declarations in function parameters.Kenneth Graunke
2010-08-21generate_builtins.py: Remove unused import sys.Vinson Lee
2010-08-20Delete more vestiges of the old shader compiler.Kenneth Graunke
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt
2010-08-20ast_to_hir: Reject function names that start with "gl_".Kenneth Graunke
2010-08-20ast_to_hir: Fix crash when a function shadows a variable.Kenneth Graunke
2010-08-18glsl: Replace sscanf in s_expression reader with strspn and strcspn.Kenneth Graunke
2010-08-18glsl: Also strdup the names of uniform list entries for >vec4 types.Eric Anholt
2010-08-18glcpp: Refresh autogenerated lexer.Kenneth Graunke
2010-08-18glcpp: Add basic #line support (adapted from the main compiler).Kenneth Graunke
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt
2010-08-18glsl: Fix leak-causing typo in destructor that made it another constructor.Eric Anholt
2010-08-18glsl: Fix uninitialized member in ir_hierarchical_vistor constructor.Vinson Lee
2010-08-18glsl: Garbage collect old prototype for ir_to_mesa.Eric Anholt
2010-08-18mesa: Free old linked shaders when relinking new shaders.Eric Anholt
2010-08-18glsl2: Fix copy'n'paste hilarity leading to leaking in the refcount visitor.Eric Anholt
2010-08-18glsl: Fix scoping bug in if statements.Kenneth Graunke
2010-08-18glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-08-18generate_builtins.py: Clean up generated output a bit.Kenneth Graunke
2010-08-18glsl/builtins: Add forgotten hyperbolic trig builtins in 1.30 profiles.Kenneth Graunke
2010-08-18ir_constant_expression: Implement equal/notEqual for booleans.Kenneth Graunke
2010-08-17glsl2: Regenerate builtin_function.cpp.Kenneth Graunke
2010-08-17glsl2: Fix cut and paste error in EXT_texture_array builtins.Kenneth Graunke
2010-08-17glcpp: Refresh generated files.Carl Worth
2010-08-17glcpp: Add support for "redefined macro" error.Carl Worth
2010-08-17glcpp: Add two new tests for testing redefined macros.Carl Worth
2010-08-17glcpp: Allow standalone glcpp to accept a filename as first argument.Carl Worth
2010-08-17glcpp: Fix 064-version.c expected result to track recent change.Carl Worth
2010-08-17glcpp: Regenerated glcpp-lex.c from previous commit.Carl Worth