index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_print_visitor.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-19
glsl/ir: Add printing support for doubles
Dave Airlie
1
-0
/
+11
2014-07-01
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
1
-22
/
+8
2014-06-30
glsl: include streamId when reading/printing ir_variable IR.
Samuel Iglesias Gonsalvez
1
-2
/
+5
2014-06-30
glsl: include streamId when reading/printing emit-vertex and end-primitive IR.
Iago Toral Quiroga
1
-4
/
+9
2014-05-28
glsl: be more consistent about printing constants
Connor Abbott
1
-1
/
+1
2014-05-28
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
1
-1
/
+1
2014-05-15
glsl: Add C-callable fprint_ir function.
Matt Turner
1
-0
/
+7
2014-03-28
glsl: Clean up "unused parameter" warnings
Ian Romanick
1
-3
/
+3
2014-02-22
glsl: Add a file argument to the IR printer.
Eric Anholt
1
-107
/
+114
2014-01-13
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
1
-2
/
+2
2014-01-13
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
1
-16
/
+16
2013-12-12
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
1
-1
/
+1
2013-12-12
glsl: introduce data section to ir_variable
Tapani Pälli
1
-3
/
+3
2013-12-09
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
1
-4
/
+1
2013-12-09
glsl/loops: replace loop controls with a normative bound.
Paul Berry
1
-11
/
+2
2013-12-07
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
1
-2
/
+3
2013-12-04
glsl: Use fabs() on floating point values.
Matt Turner
1
-2
/
+2
2013-10-06
glsl: Add support for specifying the component in textureGather
Chris Forbes
1
-1
/
+3
2013-10-05
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
1
-2
/
+5
2013-10-03
glsl: add texture gather changes
Maxence Le Dore
1
-1
/
+2
2013-08-29
glsl: Add heuristics to print floating-point numbers better.
Matt Turner
1
-1
/
+11
2013-08-01
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
1
-0
/
+12
2013-06-21
glsl: Make _mesa_print_ir() available from anything including ir.h.
Eric Anholt
1
-0
/
+3
2013-04-09
glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.
Paul Berry
1
-0
/
+1
2013-04-09
glsl: Fix ir_print_visitor's handling of interpolation qualifiers.
Paul Berry
1
-1
/
+3
2013-03-29
glsl: Implement ARB_texture_query_lod
Dave Airlie
1
-0
/
+1
2013-03-02
glsl: add support for ARB_texture_multisample
Chris Forbes
1
-1
/
+4
2013-01-24
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
1
-1
/
+2
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-1
/
+4
2012-04-02
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
1
-0
/
+4
2011-10-28
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
1
-3
/
+1
2011-10-18
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
1
-3
/
+0
2011-08-23
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
1
-9
/
+12
2011-07-06
glsl: Don't choke when printing an anonymous function parameter
Ian Romanick
1
-0
/
+10
2011-06-03
glsl: fixed printing of structure constants.
Paul Berry
1
-1
/
+1
2011-03-25
glsl: Generate readable unique names at print time.
Kenneth Graunke
1
-2
/
+43
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
1
-0
/
+3
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
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-1
/
+1
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
1
-1
/
+9
2011-01-31
glsl: Re-synchronize ir_variable_mode and the printer's string array.
Kenneth Graunke
1
-1
/
+1
2011-01-12
ir_reader: Make assignment conditions optional.
Kenneth Graunke
1
-3
/
+0
2010-12-03
ir_print_visitor: Print out constant structure values.
Kenneth Graunke
1
-0
/
+9
2010-11-30
glsl: Remove anti-built-in hacks from the print visitor.
Kenneth Graunke
1
-7
/
+0
2010-11-19
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
1
-4
/
+3
2010-09-16
glsl: Don't print blank (function ...) headers for built-ins.
Kenneth Graunke
1
-0
/
+3
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
1
-4
/
+3
2010-09-03
ir_print_visitor: Print empty else blocks more compactly
Ian Romanick
1
-9
/
+13
2010-08-26
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
1
-8
/
+2
[next]