summaryrefslogtreecommitdiff
path: root/src/glsl/ir_clone.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Replace uses of foreach_list_const.Matt Turner1-12/+4
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-8/+4
2014-03-28glsl: Clean up "unused parameter" warningsIan Romanick1-1/+1
2014-03-25glsl: Group all of the constant_referenced functions togetherIan Romanick1-4/+6
2014-02-12glsl: Add image type to the GLSL IR.Francisco Jerez1-0/+1
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke1-8/+8
2013-12-12glsl: modify ir_clone to use memcpyTapani Pälli1-20/+3
2013-12-12glsl: move variables in to ir_variable::data, part IITapani Pälli1-11/+11
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-7/+7
2013-12-12glsl: introduce data section to ir_variableTapani Pälli1-4/+4
2013-12-09glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry1-2/+0
2013-12-09glsl/loops: replace loop controls with a normative bound.Paul Berry1-9/+1
2013-12-07glsl: Add ir support for `sample` qualifier; adjust compiler and linkerChris Forbes1-0/+1
2013-11-29glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry1-1/+2
2013-11-21glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry1-0/+1
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-0/+3
2013-10-09glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry1-0/+6
2013-10-06glsl: Add support for specifying the component in textureGatherChris Forbes1-1/+3
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+1
2013-10-03glsl: add texture gather changesMaxence Le Dore1-0/+1
2013-09-09glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke1-1/+1
2013-09-09glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke1-1/+0
2013-09-09glsl: Store a predicate for whether a built-in signature is available.Kenneth Graunke1-0/+1
2013-09-04glsl: Copy ir_variable::assigned and ir_variable::used fields in ::clone methodIan Romanick1-0/+2
2013-07-18glsl: Add ir_variable fields for explicit bindings.Kenneth Graunke1-0/+2
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+1
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-0/+3
2013-01-25glsl: Remove ir_variable::uniform_blockIan Romanick1-1/+0
2013-01-25glsl: Add ir_variable::interface_type fieldIan Romanick1-0/+2
2013-01-25glsl: Add GLSL_TYPE_INTERFACEIan Romanick1-0/+1
2013-01-25glsl: Replace most default cases in switches on GLSL typeIan Romanick1-2/+6
2013-01-18glsl: Remove stale commentIan Romanick1-4/+0
2012-07-20glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt1-0/+1
2012-05-08glsl: Add an origin pointer in the function signature object.Olivier Galibert1-0/+1
2012-05-04glsl: Always copy the index when cloning a variable.Eric Anholt1-6/+1
2012-04-13glsl: add support for ARB_blend_func_extended (v3)Dave Airlie1-0/+4
2012-04-02glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke1-2/+2
2012-04-02glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke1-1/+5
2012-04-02glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke1-3/+7
2011-11-19glsl: when cloning a variable, copy the depth layout tooMarek Olšák1-0/+1
2011-11-03linker: Check that initializers for global variables matchIan Romanick1-0/+5
2011-10-18ir_to_mesa: Move some things outside the 'extern "C"' blocksIan Romanick1-2/+0
2011-09-14glsl: Remove field array_lvalue from ir_variable.Paul Berry1-1/+0
2011-08-23glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke1-1/+3
2011-03-29glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick1-0/+12
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke1-2/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke1-11/+21
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick1-1/+2
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick1-1/+2