index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_validate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add ARB_derivative control support
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
glsl: No longer require ubo block index to be constant in ir_validate
Chris Forbes
2014-07-26
1
-1
/
+0
*
glsl: Add callback_leave to ir_hierarchical_visitor.
Matt Turner
2014-07-15
1
-6
/
+6
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
1
-0
/
+18
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-6
/
+2
*
glsl: Move ir_type_unset to end of enumeration.
Matt Turner
2014-06-03
1
-1
/
+1
*
glsl: Validate that base types match for a number of binops.
Kenneth Graunke
2014-04-08
1
-0
/
+3
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-2
/
+2
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-3
/
+3
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-2
/
+2
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-50
/
+0
*
glsl: In ir_validate, check that ir_loop::counter always refers to a new var.
Paul Berry
2013-11-29
1
-0
/
+13
*
glsl: fix signed/unsigned comparison warning
Brian Paul
2013-10-11
1
-1
/
+1
*
glsl: Sanity check max_ifc_array_access in ir_validate::visit(ir_variable *).
Paul Berry
2013-10-09
1
-0
/
+20
*
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+6
*
glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+7
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+3
*
glsl: Correctly validate fma()'s types.
Matt Turner
2013-09-17
1
-0
/
+6
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
1
-0
/
+8
*
glsl: Add conditional-select IR.
Matt Turner
2013-09-09
1
-0
/
+7
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
1
-0
/
+1
*
glsl: Death to array dereferences of vectors!
Ian Romanick
2013-05-13
1
-0
/
+29
*
glsl: Add ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+9
*
glsl: Add ir_binop_vector_extract
Ian Romanick
2013-05-13
1
-0
/
+6
*
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
Matt Turner
2013-05-06
1
-0
/
+12
*
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
Matt Turner
2013-05-06
1
-0
/
+26
*
mesa: Disable validate_ir_tree() on release builds.
Eric Anholt
2013-03-25
1
-0
/
+6
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-0
/
+6
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+12
*
glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)
Chad Versace
2013-01-24
1
-0
/
+26
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-2
/
+2
*
glsl: fix cut-n-paste error in error handling. (v2)
Dave Airlie
2012-12-01
1
-2
/
+2
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+7
*
glsl: Add unary operation ir_unop_f2u.
Paul Berry
2012-06-15
1
-0
/
+4
*
glsl: Bitwise conversion operator support in ir_validate.
Olivier Galibert
2012-06-07
1
-0
/
+16
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+3
*
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-0
/
+11
*
glsl: fix compiling warning from gcc 4.7
Dave Airlie
2012-03-25
1
-1
/
+1
*
glsl: return visit_stop in ir_validate::visit_enter() to silence warning
Brian Paul
2011-12-02
1
-0
/
+1
*
linker: Check that initializers for global variables match
Ian Romanick
2011-11-03
1
-0
/
+7
*
glsl: Remove unneeded headers.
Stéphane Marchesin
2011-10-04
1
-1
/
+0
*
glsl: Make ir_validate actually visit ir_if nodes.
Kenneth Graunke
2011-08-22
1
-2
/
+3
*
glsl: Add validations for ir_call.
Paul Berry
2011-08-15
1
-0
/
+36
*
glsl: Revert "fix conversions from uint to bool and from..."
Kenneth Graunke
2011-06-29
1
-3
/
+3
*
glsl: Add ir_unop_i2u and ir_unop_u2i operations.
Bryan Cain
2011-06-29
1
-0
/
+8
*
glsl: fix conversions from uint to bool and from float/bool to uint
Bryan Cain
2011-04-18
1
-3
/
+3
*
glsl: Add array access bounds checking to ir_validate
Ian Romanick
2011-03-25
1
-0
/
+15
*
glsl: silence warning in printf() with a cast
Brian Paul
2011-03-10
1
-1
/
+1
*
glsl: Add several function / call related validations
Ian Romanick
2011-03-08
1
-0
/
+27
[next]