Merge branch 'lp-offset-twoside'
[mesa.git] / src / glsl / ir_validate.cpp
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Brian Paulglsl: add ir_unop_round_even case to silence unhandled...
2010-10-15 Chad Versaceglsl: Fix ir validation for bit logic ops
2010-10-15 Chad Versaceglsl: Implement ast-to-hir for binary shifts in GLSL...
2010-09-27 Eric Anholtglsl: Add validation that a swizzle only references...
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulglsl2: silence compiler warnings in printf() calls
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Brian Paulglsl2: add case for ir_unop_noise
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-08 Kenneth Graunkeir_validate: Ensure ir_binop_dot is only used on vector...
2010-09-03 Ian Romanickir_validate: Validate loop control fields in ir_loop
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Eric Anholtmesa: Add new ir_unop_any() expression operation.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-11 Brian Paulglsl2: added casts to silence warnings
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-04 Ian Romanickglsl2: Additional validation of write masks
2010-08-03 Eric Anholtglsl2: Fix ir_validate validating null variable names.
2010-08-02 Ian Romanickglsl2: Clean-up two 'unused variable' warnings
2010-08-02 Eric Anholtglsl2: Add validation that talloc ownership of ir_...
2010-08-02 Eric Anholtglsl2: Fix validation for ir_unop_not.
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-27 Eric Anholtir_validate: Check the types of expression operations.
2010-07-27 Eric Anholtglsl2: Fix missing visit_continue return in ir_validate.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Validate that ir_if conditions are actually...
2010-07-21 Eric Anholtglsl2: Check that nodes in a valid tree aren't error...
2010-07-19 Eric Anholtglsl2: Give IR nodes a type field.
2010-07-12 Ian Romanickir_validate: Also perform usual checks on ir_dereferenc...
2010-07-12 Ian Romanickir_validate: Validate that varibles are declared before...
2010-07-12 Ian Romanickir_validate: Additional function related invariant...
2010-07-06 Ian RomanickAdd hash table helper functions for using pointers...
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...