summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: add support for `precise` in type_qualifierChris Forbes2014-06-041-0/+1
* glsl: Make most ir_instruction::as_subclass() functions non-virtual.Matt Turner2014-06-031-109/+52
* glsl: Move ir_type_unset to end of enumeration.Matt Turner2014-06-031-6/+2
* glsl: Reorder ir_type_* enum for easier comparisons.Matt Turner2014-06-031-7/+7
* glsl: Set ir_instruction::ir_type in the base class constructorIan Romanick2014-06-031-19/+27
* glsl: replace strncmp("gl_") calls with new is_gl_identifier() helperBrian Paul2014-05-281-0/+9
* glsl: Add C-callable fprint_ir function.Matt Turner2014-05-151-0/+3
* glsl: Make is_16bit_constant from i965 an ir_constant method.Kenneth Graunke2014-04-081-0/+15
* glsl: Move Doxygen block closing ot the correct placeIan Romanick2014-03-281-2/+2
* glsl: Remove ir_dereference::constant_referencedIan Romanick2014-03-251-36/+0
* glsl: Add is_horizontal() method to ir_expression.Matt Turner2014-02-281-0/+12
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-221-1/+2
* glsl: rename _restrict to restrict_flagBrian Paul2014-02-121-1/+1
* glsl: Add image memory and layout qualifiers to ir_variable.Francisco Jerez2014-02-121-0/+14
* glsl: s/_NDEBUG/NDEBUG/Emil Velikov2014-01-291-1/+1
* glsl: Add parameter to .equals() to ignore an IR type.Matt Turner2014-01-211-7/+7
* glsl: Remove exec_list iterators now that nothing uses them.Kenneth Graunke2014-01-131-24/+0
* glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.Paul Berry2014-01-081-1/+1
* glsl: Refactor is_zero/one/negative_one into an is_value() method.Kenneth Graunke2014-01-071-0/+6
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-106/+106
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-48/+48
* glsl: introduce data section to ir_variableTapani Pälli2013-12-121-10/+14
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-7/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-47/+5
* glsl: Add ir support for `sample` qualifier; adjust compiler and linkerChris Forbes2013-12-071-0/+1
* glsl: Create an accessor for the built-in function shader.Kenneth Graunke2013-12-011-0/+3
* glsl: Improve documentation of ir_loop counter/control fields.Paul Berry2013-11-291-6/+28
* glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry2013-11-211-0/+36
* glsl: Move the CSE equality functions to the ir class.Eric Anholt2013-11-151-0/+22
* glsl: Add a CSE pass.Eric Anholt2013-11-011-0/+6
* glsl: Make mode_string function globally availableIan Romanick2013-10-301-0/+3
* glsl: Basic support for built-in intrinsics.Francisco Jerez2013-10-291-0/+6
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+8
* glsl: mark variables produced by lower_named_interface_blocks.Paul Berry2013-10-241-0/+18
* glsl: Pull interpolation_string() out of ir_variable.Paul Berry2013-10-241-14/+16
* glsl: Add an ir_variable::reinit_interface_type() function.Paul Berry2013-10-101-0/+25
* glsl: Modify array_sizing_visitor to handle unnamed interface blocks.Paul Berry2013-10-091-2/+2
* glsl/linker: Modify array_sizing_visitor to handle named interface blocks.Paul Berry2013-10-091-0/+16
* glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry2013-10-091-0/+17
* glsl: Make accessor functions for ir_variable::interface_type.Paul Berry2013-10-091-0/+15
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-071-1/+2
* glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+15
* glsl: Add support for specifying the component in textureGatherChris Forbes2013-10-061-1/+2
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-1/+3
* glsl: add texture gather changesMaxence Le Dore2013-10-031-1/+3
* glsl: Allow vectors to be created from ir_constant().Matt Turner2013-09-171-4/+4
* glsl: Add support for ldexp.Matt Turner2013-09-171-0/+7
* glsl: Add conditional-select IR.Matt Turner2013-09-091-0/+12
* glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke2013-09-091-2/+2
* glsl: Write a new built-in function module.Kenneth Graunke2013-09-091-0/+10