summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add ir_texture_samples texture opcodeIlia Mirkin2015-09-101-0/+1
* glsl/ir: add subroutine information storage to ir_function (v1.1)Dave Airlie2015-07-231-0/+6
* glsl/types: add new subroutine type (v3.2)Dave Airlie2015-07-231-0/+1
* glsl: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* glsl/ir: Add cloning support for doublesDave Airlie2015-02-191-0/+1
* glsl: Squish ir_variable::max_ifc_array_access and ::state_slots togetherIan Romanick2014-09-301-2/+2
* glsl: Make ir_variable::num_state_slots and ir_variable::state_slots privateIan Romanick2014-09-301-9/+4
* glsl: Replace ir_variable::warn_extension pointer with an 8-bit indexIan Romanick2014-09-301-2/+0
* glsl: Replace uses of foreach_list_const.Matt Turner2014-07-011-12/+4
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-8/+4
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-281-1/+1
* glsl: Group all of the constant_referenced functions togetherIan Romanick2014-03-251-4/+6
* glsl: Add image type to the GLSL IR.Francisco Jerez2014-02-121-0/+1
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-8/+8
* glsl: modify ir_clone to use memcpyTapani Pälli2013-12-121-20/+3
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-11/+11
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-7/+7
* glsl: introduce data section to ir_variableTapani Pälli2013-12-121-4/+4
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-2/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-9/+1
* glsl: Add ir support for `sample` qualifier; adjust compiler and linkerChris Forbes2013-12-071-0/+1
* glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry2013-11-291-1/+2
* glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry2013-11-211-0/+1
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+3
* glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry2013-10-091-0/+6
* glsl: Add support for specifying the component in textureGatherChris Forbes2013-10-061-1/+3
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-0/+1
* glsl: add texture gather changesMaxence Le Dore2013-10-031-0/+1
* glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke2013-09-091-1/+1
* glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke2013-09-091-1/+0
* glsl: Store a predicate for whether a built-in signature is available.Kenneth Graunke2013-09-091-0/+1
* glsl: Copy ir_variable::assigned and ir_variable::used fields in ::clone methodIan Romanick2013-09-041-0/+2
* glsl: Add ir_variable fields for explicit bindings.Kenneth Graunke2013-07-181-0/+2
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+1
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-0/+3
* glsl: Remove ir_variable::uniform_blockIan Romanick2013-01-251-1/+0
* glsl: Add ir_variable::interface_type fieldIan Romanick2013-01-251-0/+2
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-251-0/+1
* glsl: Replace most default cases in switches on GLSL typeIan Romanick2013-01-251-2/+6
* glsl: Remove stale commentIan Romanick2013-01-181-4/+0
* glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt2012-07-201-0/+1
* glsl: Add an origin pointer in the function signature object.Olivier Galibert2012-05-081-0/+1
* glsl: Always copy the index when cloning a variable.Eric Anholt2012-05-041-6/+1
* glsl: add support for ARB_blend_func_extended (v3)Dave Airlie2012-04-131-0/+4
* glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke2012-04-021-2/+2
* glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke2012-04-021-1/+5
* glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke2012-04-021-3/+7
* glsl: when cloning a variable, copy the depth layout tooMarek Olšák2011-11-191-0/+1
* linker: Check that initializers for global variables matchIan Romanick2011-11-031-0/+5
* ir_to_mesa: Move some things outside the 'extern "C"' blocksIan Romanick2011-10-181-2/+0