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_clone.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add ir_texture_samples texture opcode
Ilia Mirkin
2015-09-10
1
-0
/
+1
*
glsl/ir: add subroutine information storage to ir_function (v1.1)
Dave Airlie
2015-07-23
1
-0
/
+6
*
glsl/types: add new subroutine type (v3.2)
Dave Airlie
2015-07-23
1
-0
/
+1
*
glsl: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
glsl/ir: Add cloning support for doubles
Dave Airlie
2015-02-19
1
-0
/
+1
*
glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together
Ian Romanick
2014-09-30
1
-2
/
+2
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-9
/
+4
*
glsl: Replace ir_variable::warn_extension pointer with an 8-bit index
Ian Romanick
2014-09-30
1
-2
/
+0
*
glsl: Replace uses of foreach_list_const.
Matt Turner
2014-07-01
1
-12
/
+4
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-8
/
+4
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-1
/
+1
*
glsl: Group all of the constant_referenced functions together
Ian Romanick
2014-03-25
1
-4
/
+6
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-8
/
+8
*
glsl: modify ir_clone to use memcpy
Tapani Pälli
2013-12-12
1
-20
/
+3
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-11
/
+11
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-7
/
+7
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-4
/
+4
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-2
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-9
/
+1
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-0
/
+1
*
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
2013-11-29
1
-1
/
+2
*
glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.
Paul Berry
2013-11-21
1
-0
/
+1
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+3
*
glsl: Add an ir_variable::max_ifc_array_access field.
Paul Berry
2013-10-09
1
-0
/
+6
*
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
-0
/
+1
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+1
*
glsl: Rename ir_function_signature::builtin_info to builtin_avail.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
glsl: Convert ir_function_signature::is_builtin to a method.
Kenneth Graunke
2013-09-09
1
-1
/
+0
*
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Copy ir_variable::assigned and ir_variable::used fields in ::clone method
Ian Romanick
2013-09-04
1
-0
/
+2
*
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2013-07-18
1
-0
/
+2
*
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
-0
/
+3
*
glsl: Remove ir_variable::uniform_block
Ian Romanick
2013-01-25
1
-1
/
+0
*
glsl: Add ir_variable::interface_type field
Ian Romanick
2013-01-25
1
-0
/
+2
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-2
/
+6
*
glsl: Remove stale comment
Ian Romanick
2013-01-18
1
-4
/
+0
*
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
2012-07-20
1
-0
/
+1
*
glsl: Add an origin pointer in the function signature object.
Olivier Galibert
2012-05-08
1
-0
/
+1
*
glsl: Always copy the index when cloning a variable.
Eric Anholt
2012-05-04
1
-6
/
+1
*
glsl: add support for ARB_blend_func_extended (v3)
Dave Airlie
2012-04-13
1
-0
/
+4
*
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
2012-04-02
1
-2
/
+2
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-1
/
+5
*
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
2012-04-02
1
-3
/
+7
*
glsl: when cloning a variable, copy the depth layout too
Marek Olšák
2011-11-19
1
-0
/
+1
*
linker: Check that initializers for global variables match
Ian Romanick
2011-11-03
1
-0
/
+5
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
1
-2
/
+0
[next]