index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_reader.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
glsl: add ir_texture_samples texture opcode
Ilia Mirkin
1
-1
/
+5
2015-09-02
mesa: Fix warning about static being in the wrong place
Ian Romanick
1
-1
/
+1
2015-07-23
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
1
-0
/
+2
2015-07-14
glsl: Add ir_var_shader_storage
Kristian Høgsberg
1
-0
/
+2
2015-06-16
glsl: add ir reader support for ir_barrier
Chris Forbes
1
-0
/
+15
2014-11-24
glsl: Fix tautological comparison.
Matt Turner
1
-1
/
+1
2014-08-04
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
1
-1
/
+2
2014-07-15
exec_list: Make various places use the new length() method.
Connor Abbott
1
-4
/
+3
2014-07-01
glsl: Replace another couple uses of foreach_list.
Matt Turner
1
-6
/
+4
2014-07-01
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
1
-12
/
+7
2014-06-30
glsl: include streamId when reading/printing ir_variable IR.
Samuel Iglesias Gonsalvez
1
-0
/
+6
2014-06-30
glsl: include streamId when reading/printing emit-vertex and end-primitive IR.
Iago Toral Quiroga
1
-4
/
+18
2014-01-13
glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking.
Kenneth Graunke
1
-8
/
+10
2014-01-13
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
1
-12
/
+12
2013-12-12
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
1
-12
/
+12
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
-21
/
+3
2013-12-09
glsl/loops: replace loop controls with a normative bound.
Paul Berry
1
-7
/
+23
2013-12-07
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
1
-0
/
+2
2013-10-06
glsl: Add support for specifying the component in textureGather
Chris Forbes
1
-1
/
+9
2013-10-05
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
1
-1
/
+7
2013-10-03
glsl: add texture gather changes
Maxence Le Dore
1
-1
/
+5
2013-09-23
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
1
-0
/
+4
2013-09-09
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
1
-2
/
+3
2013-09-09
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
1
-2
/
+11
2013-08-01
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
1
-0
/
+30
2013-06-13
glsl: Fix null check in read_dereference.
Vinson Lee
1
-1
/
+1
2013-05-06
glsl: Rework ir_reader to handle expressions with four operands.
Matt Turner
1
-4
/
+6
2013-03-29
glsl: Implement ARB_texture_query_lod
Dave Airlie
1
-5
/
+9
2013-03-02
glsl: add support for ARB_texture_multisample
Chris Forbes
1
-9
/
+23
2013-02-28
glsl: Rework ir_reader to handle expressions with three operands.
Kenneth Graunke
1
-26
/
+19
2013-01-24
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
1
-3
/
+7
2012-04-24
glsl: Make ir_reader parse the "temporary" variable qualifier.
Eric Anholt
1
-0
/
+2
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-7
/
+25
2012-04-02
glsl: Split out ir_reader's ability to read ir_dereference_variables.
Kenneth Graunke
1
-8
/
+20
2011-10-28
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
1
-4
/
+2
2011-10-27
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
1
-3
/
+3
2011-09-23
glsl: Free all S-Expressions immediately after reading IR.
Kenneth Graunke
1
-2
/
+3
2011-09-07
glsl: s/int/unsigned/ to silence warning
Brian Paul
1
-2
/
+2
2011-09-07
glsl/ir_reader: Make sure constants have the right number of components.
Kenneth Graunke
1
-0
/
+5
2011-08-23
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
1
-15
/
+22
2011-07-08
glsl: Make ir_reader able to read plain (return) statements.
Paul Berry
1
-11
/
+13
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
1
-4
/
+13
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-0
/
+2
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
1
-12
/
+9
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-10
/
+8
2011-01-25
glsl: silence uninitialized var warning in read_texture()
Brian Paul
1
-1
/
+4
2011-01-21
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
1
-4
/
+0
2011-01-12
ir_reader: Make assignment conditions optional.
Kenneth Graunke
1
-8
/
+13
2011-01-12
ir_reader: Convert to a class.
Kenneth Graunke
1
-238
/
+241
[next]