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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-2
/
+3
*
glsl: Add ir_var_shader_storage
Kristian Høgsberg
2015-07-14
1
-1
/
+4
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+24
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
glsl: Constify ir_instruction::equals
Ian Romanick
2015-03-25
1
-7
/
+14
*
glsl: Constify the as_foo functions
Ian Romanick
2015-03-25
1
-0
/
+10
*
glsl: Implement remaining as_foo functions with macros
Ian Romanick
2015-03-25
1
-31
/
+9
*
glsl: Add is_rvalue, is_dereference, and is_jump methods
Ian Romanick
2015-03-25
1
-0
/
+25
*
glsl: Annotate as_foo functions that the this pointer cannot be NULL
Ian Romanick
2015-03-19
1
-0
/
+4
*
glsl: Use the without_array predicate
Timothy Arceri
2015-02-20
1
-5
/
+2
*
glsl: A shader cannot redefine or overload built-in functions in GLSL ES 3.00
Samuel Iglesias Gonsalvez
2015-02-19
1
-0
/
+4
*
glsl/ir: Add builtin function support for doubles
Dave Airlie
2015-02-19
1
-0
/
+22
*
glsl: Add infrastructure for "hidden" uniforms.
Kenneth Graunke
2014-11-06
1
-0
/
+6
*
glsl: Remove now useless dot optimization on basis vect
Matt Turner
2014-11-03
1
-21
/
+3
*
glsl: Don't allocate a name for ir_var_temporary variables
Ian Romanick
2014-09-30
1
-0
/
+19
*
glsl: Add the possibility for ir_variable to have a non-ralloced name
Ian Romanick
2014-09-30
1
-0
/
+10
*
glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each
Ian Romanick
2014-09-30
1
-8
/
+16
*
glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together
Ian Romanick
2014-09-30
1
-33
/
+42
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-16
/
+45
*
glsl: Make ir_variable::max_ifc_array_access private
Ian Romanick
2014-09-30
1
-13
/
+24
*
glsl: Store ir_variable::depth_layout using 3 bits
Ian Romanick
2014-09-30
1
-10
/
+9
*
glsl: Replace ir_variable::warn_extension pointer with an 8-bit index
Ian Romanick
2014-09-30
1
-5
/
+13
*
glsl: Use accessors for ir_variable::warn_extension
Ian Romanick
2014-09-30
1
-5
/
+17
*
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
[next]