index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_validate.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-13
glsl: Death to array dereferences of vectors!
Ian Romanick
1
-0
/
+29
2013-05-13
glsl: Add ir_triop_vector_insert
Ian Romanick
1
-0
/
+9
2013-05-13
glsl: Add ir_binop_vector_extract
Ian Romanick
1
-0
/
+6
2013-05-06
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
Matt Turner
1
-0
/
+12
2013-05-06
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
Matt Turner
1
-0
/
+26
2013-03-25
mesa: Disable validate_ir_tree() on release builds.
Eric Anholt
1
-0
/
+6
2013-02-28
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
1
-0
/
+6
2013-01-25
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
1
-0
/
+12
2013-01-24
glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)
Chad Versace
1
-0
/
+26
2013-01-24
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
1
-2
/
+2
2012-12-01
glsl: fix cut-n-paste error in error handling. (v2)
Dave Airlie
1
-2
/
+2
2012-08-07
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
1
-0
/
+7
2012-06-15
glsl: Add unary operation ir_unop_f2u.
Paul Berry
1
-0
/
+4
2012-06-07
glsl: Bitwise conversion operator support in ir_validate.
Olivier Galibert
1
-0
/
+16
2012-04-02
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
1
-1
/
+3
2012-04-02
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
1
-1
/
+1
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-0
/
+11
2012-03-25
glsl: fix compiling warning from gcc 4.7
Dave Airlie
1
-1
/
+1
2011-12-02
glsl: return visit_stop in ir_validate::visit_enter() to silence warning
Brian Paul
1
-0
/
+1
2011-11-03
linker: Check that initializers for global variables match
Ian Romanick
1
-0
/
+7
2011-10-04
glsl: Remove unneeded headers.
Stéphane Marchesin
1
-1
/
+0
2011-08-22
glsl: Make ir_validate actually visit ir_if nodes.
Kenneth Graunke
1
-2
/
+3
2011-08-15
glsl: Add validations for ir_call.
Paul Berry
1
-0
/
+36
2011-06-29
glsl: Revert "fix conversions from uint to bool and from..."
Kenneth Graunke
1
-3
/
+3
2011-06-29
glsl: Add ir_unop_i2u and ir_unop_u2i operations.
Bryan Cain
1
-0
/
+8
2011-04-18
glsl: fix conversions from uint to bool and from float/bool to uint
Bryan Cain
1
-3
/
+3
2011-03-25
glsl: Add array access bounds checking to ir_validate
Ian Romanick
1
-0
/
+15
2011-03-10
glsl: silence warning in printf() with a cast
Brian Paul
1
-1
/
+1
2011-03-08
glsl: Add several function / call related validations
Ian Romanick
1
-0
/
+27
2011-03-08
glsl: Function signatures cannot have NULL return type
Ian Romanick
1
-0
/
+6
2011-02-21
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
1
-3
/
+0
2011-02-03
glsl: Add using statements for standard library functions.
Vinson Lee
1
-0
/
+3
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-2
/
+2
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
1
-0
/
+45
2010-11-19
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
1
-0
/
+2
2010-11-17
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
1
-6
/
+0
2010-10-15
glsl: add ir_unop_round_even case to silence unhandled enum warning
Brian Paul
1
-0
/
+1
2010-10-15
glsl: Fix ir validation for bit logic ops
Chad Versace
1
-5
/
+9
2010-10-15
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
1
-0
/
+13
2010-09-27
glsl: Add validation that a swizzle only references valid channels.
Eric Anholt
1
-0
/
+18
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
1
-7
/
+9
2010-09-20
glsl2: silence compiler warnings in printf() calls
Brian Paul
1
-2
/
+4
2010-09-14
glsl2: add case for ir_unop_noise
Brian Paul
1
-0
/
+4
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
1
-10
/
+16
2010-09-08
ir_validate: Ensure ir_binop_dot is only used on vector types.
Kenneth Graunke
1
-0
/
+1
2010-09-03
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
1
-0
/
+35
2010-08-23
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
1
-0
/
+5
2010-08-14
Revert "glsl2: Use stdint.h instead of inttypes.h"
José Fonseca
1
-1
/
+1
2010-08-13
glsl2: Use stdint.h instead of inttypes.h
Ian Romanick
1
-1
/
+1
2010-08-11
glsl2: added casts to silence warnings
Brian Paul
1
-7
/
+7
[next]