glsl: Don't mark assignment temporaries as read-only
[mesa.git] / src / glsl / ast_to_hir.cpp
2012-01-06 Ian Romanickglsl: Don't mark assignment temporaries as read-only
2012-01-06 Ian Romanickglsl: Emit errors for assignments to non-l-value expres...
2012-01-06 Ian Romanickglsl: Track descriptions of some expressions that can...
2012-01-04 Ian Romanickglsl: Don't use base type for bit-not when there's...
2011-11-22 Marek Olšákglsl: finish up ARB_conservative_depth (v2)
2011-11-08 Dan McCabeglsl: Generate IR for switch statements
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-11-02 Paul Berryglsl: Fix type mismatch when incrementing or decrementi...
2011-10-28 Ian Romanickglsl: Clean-up spurious error message on bad structure...
2011-10-28 Ian Romanickglsl: Generate an error for array-of-array declarations
2011-10-27 Paul Berryglsl: Distinguish between no interpolation qualifier...
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-07 Jason Woodglsl: Remove version check when looking for identifiers...
2011-10-05 Eric Anholtglsl: Consider "__" in identifers as reserved.
2011-09-24 Kenneth Graunkeglsl: Defer initialization of built-in functions until...
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
2011-09-09 Ian Romanickglsl: Silence several "warning: unused parameter"
2011-09-09 Eric Anholtglsl: Clarify error message about whole-array assignmen...
2011-09-09 Eric Anholtglsl: When assiging from a whole array, mark it as...
2011-09-08 Paul Berryglsl: Check that gl_ClipDistance[] is not sized too...
2011-09-08 Paul Berryglsl: Rework oversize array check for gl_TexCoord.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholtglsl: When assigning to a whole array, mark the array...
2011-08-08 Paul Berryglsl: Check array size is const before asserting that...
2011-08-08 Paul Berryglsl: Emit function signatures at toplevel, even for...
2011-08-05 Chia-I Wuglsl: empty declarations should be valid
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-18 Paul Berryglsl: Ensure that sampler declarations are always unifo...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkeglsl: Distinguish "type mismatch" error messages for...
2011-06-28 Paul Berryglsl: permit explicit locations on fragment shader...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Kenneth Graunkeglsl/ast_to_hir: Only use the local 'type' variable...
2011-04-18 Ian Romanickglsl: Emit a warning when the left-hand operand of...
2011-04-14 Eric Anholtglsl: Perform type checking on "^^" operands.
2011-04-13 Eric Anholtglsl: When we've emitted a semantic error for ==, retur...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `||' even when...
2011-04-13 Eric Anholtglsl: Semantically check the RHS of `&&' even when...
2011-04-13 Eric Anholtglsl: Avoid cascading errors when looking for a scalar...
2011-03-27 Kenneth Graunkeglsl: Accept precision qualifiers on sampler types...
2011-03-25 Ian Romanickglsl: Fix off-by-one error setting max_array_access...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Ian Romanickglsl: Only allow unsized array assignment in an initializer
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-05 Ian Romanickglsl: Process redeclarations before initializers
2011-03-05 Ian Romanickglsl: Refactor AST-to-HIR code handling variable initia...
2011-03-05 Ian Romanickglsl: Refactor AST-to-HIR code handling variable redecl...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Kenneth Graunkeglsl: Use reralloc instead of plain realloc.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-08 Chad Versaceglsl: Set operators '%' and '%=' to be reserved when...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-27 Chad Versaceglsl: Propagate depth layout qualifier from AST to IR
2011-01-23 Ian Romanickglsl: Don't assert when the value returned by a functio...
2011-01-21 Chad Versaceglsl: Improve error message when read-only vars are...
2011-01-21 Chad Versaceglsl: Mark 'in' variables at global scope as read-only
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-18 Chad Versaceglsl: Fix segfault due to missing printf argument
2011-01-18 Chad Versaceglsl: Fix semantic checks on precision qualifiers
2011-01-17 Chad Versaceglsl: Add support for default precision statements
2011-01-17 Chad Versaceglsl: Add semantic checks for precision qualifiers
2011-01-17 Chad Versaceglsl: Check that 'centroid in' does not occur in vertex...
2011-01-17 Chad Versaceglsl: Check that interpolation quals only apply to...
2011-01-17 Chad Versaceglsl: Check that interpolation qualifiers do not preced...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Ian Romanickglsl: Emit errors or warnings when 'layout' is used...
2011-01-13 Ian Romanickglsl: Allow 'in' and 'out' when 'layout' is also available
2011-01-12 Ian Romanickglsl: Track variable usage, use that to enforce semantics
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Ian Romanickglsl: Disallow 'in' and 'out' on globals in GLSL 1.20
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Ian Romanickglsl: Support the 'invariant(all)' pragma
2011-01-06 Ian Romanickglsl: Allow less restrictive uses of sampler array...
2011-01-04 Chad Versaceglsl: Check that integer vertex outputs are qualified...
2011-01-04 Chad Versaceglsl: Allow redeclaration of gl_Color and its variants...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-01 Kenneth Graunkeglsl: Remove unused "instructions" parameter.
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-11 Ian Romanickglsl: Inherrit type of declared variable from initializ...
2010-12-11 Ian Romanickglsl: Minor clean-up in validate_assignment
2010-12-09 Chad Versaceglsl: In ast_to_hir, check sampler array indexing
2010-12-08 Ian Romanickglsl: Inherrit type of declared variable from initializer
2010-12-07 Ian Romanickglsl: Ensure that equality comparisons don't return...
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-12-02 Eric Anholtglsl: Mark the array access for whole-array comparisons.
2010-11-30 Eric Anholtglsl: Quiet unreachable no-return-from-function warning.
2010-11-30 Eric Anholtglsl: Fix structure and array comparisions.
2010-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
next