summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2011-01-12ir_reader: Add a pattern matching system and use it everywhere.Kenneth Graunke
2011-01-12glsl: remove trailing comma to silence warningBrian Paul
2011-01-12glsl/Makefile: Fix build with --as-needed.Kenneth Graunke
2011-01-12glsl: Track variable usage, use that to enforce semanticsIan Romanick
2011-01-12generate_builtins.py: Add missing import.Vinson Lee
2011-01-12glsl: Make builtin_compiler build on Windows with MSVC.José Fonseca
2011-01-12glsl: Make builtin_compiler portable for non-unices.José Fonseca
2011-01-12getopt: Import OpenBSD getopt implementation for MSVC.José Fonseca
2011-01-11glsl: Add type inference support for remaining expression opcodes.Kenneth Graunke
2011-01-11glsl: Fix the lowering of variable array indexing to not lose write_masks.Eric Anholt
2011-01-10glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke
2011-01-10glsl: Disallow 'in' and 'out' on globals in GLSL 1.20Ian Romanick
2011-01-10glsl: Refresh autogenerated parser file.Ian Romanick
2011-01-10glsl: Add version_string containing properly formatted GLSL versionIan Romanick
2011-01-10glcpp: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-10glcpp: Generate an error for division by zeroIan Romanick
2011-01-10glcpp: Regenerate glcpp-parse.cChad Versace
2011-01-10glcpp: Fix segfault when validating macro redefinitionsChad Versace
2011-01-10glsl: At link-time, check that globals have matching centroid qualifiersChad Versace
2011-01-06glsl: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-06glsl: Support the 'invariant(all)' pragmaIan Romanick
2011-01-06glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20Ian Romanick
2011-01-04glcpp: Add test for recursive #define.Vinson Lee
2011-01-04glcpp: Add division by zero test cases.Vinson Lee
2011-01-04glsl: Check that integer vertex outputs are qualified with flatChad Versace
2011-01-04glsl: Allow redeclaration of gl_Color and its variants in GLSL 1.30Chad Versace
2011-01-04glsl: Comment ast_type_qualifier.flagsChad Versace
2011-01-01glsl: Really remove unused "instructions" parameter.Kenneth Graunke
2011-01-01glsl: Remove unused "instructions" parameter.Kenneth Graunke
2010-12-27glcpp: Add negative tests for redefintions with valueless macros.Vinson Lee
2010-12-27glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke
2010-12-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-12-17glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke
2010-12-17glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul
2010-12-13linker: Allow built-in arrays to have different sizes between shader stagesIan Romanick
2010-12-10glsl: Inherrit type of declared variable from initializer after processing as...Ian Romanick
2010-12-10glsl: Minor clean-up in validate_assignmentIan Romanick
2010-12-09glsl: Unroll loops with conditional breaks anywhere (not just the end)Luca Barbieri
2010-12-09glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke
2010-12-09glsl: Clean up code by adding a new is_break() function.Kenneth Graunke
2010-12-09glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.Eric Anholt
2010-12-09glsl: fix lowering conditional returns in subroutinesFabian Bieler
2010-12-08glsl: In ast_to_hir, check sampler array indexingChad Versace
2010-12-08glsl: add support for system values and GL_ARB_draw_instancedBrian Paul
2010-12-07linker: Fix regressions caused by previous commitIan Romanick
2010-12-07linker: Ensure that unsized arrays have a size after linkingIan Romanick
2010-12-07glsl: Inherrit type of declared variable from initializerIan Romanick
2010-12-07glsl: Ensure that equality comparisons don't return a NULL IR treeIan Romanick
2010-12-07Refresh autogenerated glcpp parser.Kenneth Graunke