index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_validate.cpp
Age
Commit message (
Expand
)
Author
2010-09-27
glsl: Add validation that a swizzle only references valid channels.
Eric Anholt
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-20
glsl2: silence compiler warnings in printf() calls
Brian Paul
2010-09-14
glsl2: add case for ir_unop_noise
Brian Paul
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-08
ir_validate: Ensure ir_binop_dot is only used on vector types.
Kenneth Graunke
2010-09-03
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
2010-08-23
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-14
Revert "glsl2: Use stdint.h instead of inttypes.h"
José Fonseca
2010-08-13
glsl2: Use stdint.h instead of inttypes.h
Ian Romanick
2010-08-11
glsl2: added casts to silence warnings
Brian Paul
2010-08-05
glsl2: Add a pass to convert exp and log to exp2 and log2.
Eric Anholt
2010-08-04
glsl2: Additional validation of write masks
Ian Romanick
2010-08-03
glsl2: Fix ir_validate validating null variable names.
Eric Anholt
2010-08-02
glsl2: Clean-up two 'unused variable' warnings
Ian Romanick
2010-08-02
glsl2: Add validation that talloc ownership of ir_* names is right.
Eric Anholt
2010-08-02
glsl2: Fix validation for ir_unop_not.
Eric Anholt
2010-08-02
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
2010-07-27
ir_validate: Check the types of expression operations.
Eric Anholt
2010-07-27
glsl2: Fix missing visit_continue return in ir_validate.
Eric Anholt
2010-07-22
glsl2: Validate that ir_if conditions are actually bool.
Eric Anholt
2010-07-20
glsl2: Check that nodes in a valid tree aren't error-type.
Eric Anholt
2010-07-19
glsl2: Give IR nodes a type field.
Eric Anholt
2010-07-12
ir_validate: Also perform usual checks on ir_dereference_variable nodes
Ian Romanick
2010-07-12
ir_validate: Validate that varibles are declared before used in IR
Ian Romanick
2010-07-12
ir_validate: Additional function related invariant checks
Ian Romanick
2010-07-06
Add hash table helper functions for using pointers as hash keys
Ian Romanick
2010-06-24
glsl2: Wrap includes of C interfaces with extern "C".
Eric Anholt
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt