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_reader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: include streamId when reading/printing ir_variable IR.
Samuel Iglesias Gonsalvez
2014-06-30
1
-0
/
+6
*
glsl: include streamId when reading/printing emit-vertex and end-primitive IR.
Iago Toral Quiroga
2014-06-30
1
-4
/
+18
*
glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking.
Kenneth Graunke
2014-01-13
1
-8
/
+10
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-12
/
+12
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-12
/
+12
*
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
-21
/
+3
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-7
/
+23
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-0
/
+2
*
glsl: Add support for specifying the component in textureGather
Chris Forbes
2013-10-06
1
-1
/
+9
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
1
-1
/
+7
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
1
-1
/
+5
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+4
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-2
/
+3
*
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
2013-09-09
1
-2
/
+11
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+30
*
glsl: Fix null check in read_dereference.
Vinson Lee
2013-06-13
1
-1
/
+1
*
glsl: Rework ir_reader to handle expressions with four operands.
Matt Turner
2013-05-06
1
-4
/
+6
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-5
/
+9
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-9
/
+23
*
glsl: Rework ir_reader to handle expressions with three operands.
Kenneth Graunke
2013-02-28
1
-26
/
+19
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-3
/
+7
*
glsl: Make ir_reader parse the "temporary" variable qualifier.
Eric Anholt
2012-04-24
1
-0
/
+2
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-7
/
+25
*
glsl: Split out ir_reader's ability to read ir_dereference_variables.
Kenneth Graunke
2012-04-02
1
-8
/
+20
*
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
2011-10-28
1
-4
/
+2
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-3
/
+3
*
glsl: Free all S-Expressions immediately after reading IR.
Kenneth Graunke
2011-09-23
1
-2
/
+3
*
glsl: s/int/unsigned/ to silence warning
Brian Paul
2011-09-07
1
-2
/
+2
*
glsl/ir_reader: Make sure constants have the right number of components.
Kenneth Graunke
2011-09-07
1
-0
/
+5
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-15
/
+22
*
glsl: Make ir_reader able to read plain (return) statements.
Paul Berry
2011-07-08
1
-11
/
+13
*
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
2011-03-14
1
-4
/
+13
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+2
*
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
2011-01-31
1
-12
/
+9
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-10
/
+8
*
glsl: silence uninitialized var warning in read_texture()
Brian Paul
2011-01-25
1
-1
/
+4
*
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-21
1
-4
/
+0
*
ir_reader: Make assignment conditions optional.
Kenneth Graunke
2011-01-12
1
-8
/
+13
*
ir_reader: Convert to a class.
Kenneth Graunke
2011-01-12
1
-238
/
+241
*
ir_reader: Combine the three dereference reading functions into one.
Kenneth Graunke
2011-01-12
1
-83
/
+36
*
ir_reader: Relax requirement that function arguments be s_lists.
Kenneth Graunke
2011-01-12
1
-85
/
+78
*
ir_reader: Remove s_list::length() method.
Kenneth Graunke
2011-01-12
1
-7
/
+8
*
ir_reader: Add a pattern matching system and use it everywhere.
Kenneth Graunke
2011-01-12
1
-308
/
+210
*
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-11-29
1
-1
/
+1
*
glsl: Make the symbol table's add_function just use the function's name.
Eric Anholt
2010-11-29
1
-1
/
+1
*
ir_reader: Fix some potential NULL pointer dereferences.
Kenneth Graunke
2010-11-03
1
-4
/
+4
*
ir_reader: Remove useless error check.
Kenneth Graunke
2010-11-03
1
-6
/
+0
*
ir_reader: Return a specific ir_dereference variant.
Kenneth Graunke
2010-11-03
1
-6
/
+9
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
1
-1
/
+1
[next]