summaryrefslogtreecommitdiff
path: root/src/glsl/ir.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30glsl: Make mode_string function globally availableIan Romanick1-0/+43
2013-10-29glsl: Basic support for built-in intrinsics.Francisco Jerez1-2/+2
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-1/+1
2013-10-24glsl: Pull interpolation_string() out of ir_variable.Paul Berry1-2/+2
2013-10-22glsl: When constructing a variable with an interface type, set interface_typeIan Romanick1-2/+9
2013-10-09glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry1-1/+2
2013-10-07glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner1-0/+2
2013-10-07glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner1-0/+4
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-2/+2
2013-10-03glsl: add texture gather changesMaxence Le Dore1-1/+1
2013-09-17glsl: Allow vectors to be created from ir_constant().Matt Turner1-16/+28
2013-09-17glsl: Add support for ldexp.Matt Turner1-0/+2
2013-09-09glsl: Add conditional-select IR.Matt Turner1-0/+2
2013-09-09glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke1-4/+4
2013-09-09glsl: Add missing type inference for ir_binop_bfm.Kenneth Graunke1-0/+1
2013-09-09glsl: Add an ir_expression triop constructor with type inference.Kenneth Graunke1-0/+31
2013-09-09glsl: Add missing type inference support for ARB_gpu_shader5 unops.Kenneth Graunke1-0/+4
2013-09-09glsl: Add a method to tell whether a built-in is available.Kenneth Graunke1-0/+17
2013-09-09glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke1-2/+8
2013-09-09glsl: Store a predicate for whether a built-in signature is available.Kenneth Graunke1-3/+5
2013-08-27glsl: Add support for new fma built-in in ARB_gpu_shader5.Matt Turner1-0/+1
2013-08-01glsl: support compilation of geometry shadersBryan Cain1-0/+21
2013-05-13glsl: Add ir_triop_vector_insertIan Romanick1-0/+1
2013-05-13glsl: Add ir_binop_vector_extractIan Romanick1-0/+5
2013-05-06glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner1-0/+2
2013-05-06glsl: Add support for new bit built-ins in ARB_gpu_shader5.Matt Turner1-1/+7
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-1/+4
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-1/+1
2013-02-28glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke1-0/+4
2013-02-28glsl: Consolidate ir_expression constructors that use explicit types.Kenneth Graunke1-28/+6
2013-01-25glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner1-0/+11
2013-01-25glsl: Remove ir_variable::uniform_blockIan Romanick1-1/+0
2013-01-24glsl: Fix type-deduction for and/or/xor expressionsChad Versace1-0/+5
2013-01-24glsl: Reformat and/or/xor cases in ir_expression ctorChad Versace1-2/+2
2013-01-24glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)Chad Versace1-0/+27
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-2/+2
2012-12-14glsl: Create a field to store fractional varying locations.Paul Berry1-0/+1
2012-11-06glsl: add 'f' suffix to floats to silence MSVC warningsBrian Paul1-1/+1
2012-09-15glsl: make tex_opcode_strs staticDave Airlie1-1/+1
2012-08-07glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt1-0/+1
2012-07-20glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt1-0/+1
2012-06-15glsl: Add unary operation ir_unop_f2u.Paul Berry1-0/+2
2012-06-12glsl: Add is_basis functionMatt Turner1-0/+48
2012-06-07glsl: Bitwise conversion operator support in ir_expression.Olivier Galibert1-0/+4
2012-06-07glsl: New unary opcodes for ARB_shader_bit_encoding support.Olivier Galibert1-0/+4
2012-05-08glsl: Add an origin pointer in the function signature object.Olivier Galibert1-0/+1
2012-05-08glsl: Add methods to copy parts of one ir_constant into another.Olivier Galibert1-0/+89
2012-05-08glsl: Extend ir_constant::zero to handle more types.Olivier Galibert1-1/+16
2012-04-02glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke1-5/+0