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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+1
*
glsl: Use bit-flags image attributes and uint16_t for the image format
Ian Romanick
2014-08-29
1
-14
/
+13
*
glsl: Use a single bit for the dual-source blend index
Ian Romanick
2014-08-29
1
-5
/
+9
*
glsl: Eliminate ir_variable::data.atomic.buffer_index
Ian Romanick
2014-08-29
1
-2
/
+1
*
glsl: add ARB_derivative control support
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+3
*
glsl: Track matrix layout of variables using two bits
Ian Romanick
2014-08-04
1
-0
/
+5
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
1
-2
/
+25
*
allow builtin functions to require parameters to be shader inputs
Chris Forbes
2014-07-12
1
-0
/
+6
*
glsl: Modify ir_end_primitive to have a stream.
Iago Toral Quiroga
2014-06-30
1
-4
/
+13
*
glsl: Modify ir_emit_vertex to have a stream.
Iago Toral Quiroga
2014-06-30
1
-4
/
+13
*
glsl: Add parsing support for multi-stream output in geometry shaders.
Samuel Iglesias Gonsalvez
2014-06-30
1
-0
/
+5
*
glsl: add support for `precise` in type_qualifier
Chris Forbes
2014-06-04
1
-0
/
+1
*
glsl: Make most ir_instruction::as_subclass() functions non-virtual.
Matt Turner
2014-06-03
1
-109
/
+52
*
glsl: Move ir_type_unset to end of enumeration.
Matt Turner
2014-06-03
1
-6
/
+2
*
glsl: Reorder ir_type_* enum for easier comparisons.
Matt Turner
2014-06-03
1
-7
/
+7
*
glsl: Set ir_instruction::ir_type in the base class constructor
Ian Romanick
2014-06-03
1
-19
/
+27
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
1
-0
/
+9
*
glsl: Add C-callable fprint_ir function.
Matt Turner
2014-05-15
1
-0
/
+3
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
1
-0
/
+15
*
glsl: Move Doxygen block closing ot the correct place
Ian Romanick
2014-03-28
1
-2
/
+2
*
glsl: Remove ir_dereference::constant_referenced
Ian Romanick
2014-03-25
1
-36
/
+0
*
glsl: Add is_horizontal() method to ir_expression.
Matt Turner
2014-02-28
1
-0
/
+12
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
1
-1
/
+2
*
glsl: rename _restrict to restrict_flag
Brian Paul
2014-02-12
1
-1
/
+1
*
glsl: Add image memory and layout qualifiers to ir_variable.
Francisco Jerez
2014-02-12
1
-0
/
+14
*
glsl: s/_NDEBUG/NDEBUG/
Emil Velikov
2014-01-29
1
-1
/
+1
*
glsl: Add parameter to .equals() to ignore an IR type.
Matt Turner
2014-01-21
1
-7
/
+7
*
glsl: Remove exec_list iterators now that nothing uses them.
Kenneth Graunke
2014-01-13
1
-24
/
+0
*
glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.
Paul Berry
2014-01-08
1
-1
/
+1
*
glsl: Refactor is_zero/one/negative_one into an is_value() method.
Kenneth Graunke
2014-01-07
1
-0
/
+6
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-106
/
+106
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-48
/
+48
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-10
/
+14
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-7
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-47
/
+5
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-0
/
+1
*
glsl: Create an accessor for the built-in function shader.
Kenneth Graunke
2013-12-01
1
-0
/
+3
*
glsl: Improve documentation of ir_loop counter/control fields.
Paul Berry
2013-11-29
1
-6
/
+28
*
glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.
Paul Berry
2013-11-21
1
-0
/
+36
*
glsl: Move the CSE equality functions to the ir class.
Eric Anholt
2013-11-15
1
-0
/
+22
*
glsl: Add a CSE pass.
Eric Anholt
2013-11-01
1
-0
/
+6
*
glsl: Make mode_string function globally available
Ian Romanick
2013-10-30
1
-0
/
+3
*
glsl: Basic support for built-in intrinsics.
Francisco Jerez
2013-10-29
1
-0
/
+6
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+8
*
glsl: mark variables produced by lower_named_interface_blocks.
Paul Berry
2013-10-24
1
-0
/
+18
*
glsl: Pull interpolation_string() out of ir_variable.
Paul Berry
2013-10-24
1
-14
/
+16
*
glsl: Add an ir_variable::reinit_interface_type() function.
Paul Berry
2013-10-10
1
-0
/
+25
*
glsl: Modify array_sizing_visitor to handle unnamed interface blocks.
Paul Berry
2013-10-09
1
-2
/
+2
[next]