index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_print_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add ir_texture_samples texture opcode
Ilia Mirkin
2015-09-10
1
-2
/
+4
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
1
-1
/
+1
*
glsl: replace old hash table with new and faster one
Alejandro Seguí
2015-08-04
1
-7
/
+11
*
glsl/ir: add subroutine information storage to ir_function (v1.1)
Dave Airlie
2015-07-23
1
-1
/
+1
*
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
2015-07-23
1
-2
/
+3
*
glsl: Add ir_var_shader_storage
Kristian Høgsberg
2015-07-14
1
-1
/
+2
*
glsl: fix formatting glitch in _mesa_print_ir()
Brian Paul
2015-06-19
1
-1
/
+1
*
glsl: print locations of variables
Marek Olšák
2015-06-16
1
-2
/
+6
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+5
*
glsl/ir: Add printing support for doubles
Dave Airlie
2015-02-19
1
-0
/
+11
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-22
/
+8
*
glsl: include streamId when reading/printing ir_variable IR.
Samuel Iglesias Gonsalvez
2014-06-30
1
-2
/
+5
*
glsl: include streamId when reading/printing emit-vertex and end-primitive IR.
Iago Toral Quiroga
2014-06-30
1
-4
/
+9
*
glsl: be more consistent about printing constants
Connor Abbott
2014-05-28
1
-1
/
+1
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
1
-1
/
+1
*
glsl: Add C-callable fprint_ir function.
Matt Turner
2014-05-15
1
-0
/
+7
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-3
/
+3
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
1
-107
/
+114
*
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
2014-01-13
1
-2
/
+2
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-16
/
+16
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-3
/
+3
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-4
/
+1
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-11
/
+2
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-2
/
+3
*
glsl: Use fabs() on floating point values.
Matt Turner
2013-12-04
1
-2
/
+2
*
glsl: Add support for specifying the component in textureGather
Chris Forbes
2013-10-06
1
-1
/
+3
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
1
-2
/
+5
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
1
-1
/
+2
*
glsl: Add heuristics to print floating-point numbers better.
Matt Turner
2013-08-29
1
-1
/
+11
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+12
*
glsl: Make _mesa_print_ir() available from anything including ir.h.
Eric Anholt
2013-06-21
1
-0
/
+3
*
glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.
Paul Berry
2013-04-09
1
-0
/
+1
*
glsl: Fix ir_print_visitor's handling of interpolation qualifiers.
Paul Berry
2013-04-09
1
-1
/
+3
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-0
/
+1
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-1
/
+4
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-1
/
+2
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-1
/
+4
*
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
2012-04-02
1
-0
/
+4
*
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
2011-10-28
1
-3
/
+1
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
1
-3
/
+0
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-9
/
+12
*
glsl: Don't choke when printing an anonymous function parameter
Ian Romanick
2011-07-06
1
-0
/
+10
*
glsl: fixed printing of structure constants.
Paul Berry
2011-06-03
1
-1
/
+1
*
glsl: Generate readable unique names at print time.
Kenneth Graunke
2011-03-25
1
-2
/
+43
*
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
2011-03-14
1
-0
/
+3
*
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-02-21
1
-3
/
+0
*
glsl: Add using statements for standard library functions.
Vinson Lee
2011-02-03
1
-0
/
+3
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
2011-01-31
1
-1
/
+9
[next]