summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Make mode_string function globally availableIan Romanick2013-10-301-0/+43
* glsl: Basic support for built-in intrinsics.Francisco Jerez2013-10-291-2/+2
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-1/+1
* glsl: Pull interpolation_string() out of ir_variable.Paul Berry2013-10-241-2/+2
* glsl: When constructing a variable with an interface type, set interface_typeIan Romanick2013-10-221-2/+9
* glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry2013-10-091-1/+2
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-071-0/+2
* glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+4
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-2/+2
* glsl: add texture gather changesMaxence Le Dore2013-10-031-1/+1
* glsl: Allow vectors to be created from ir_constant().Matt Turner2013-09-171-16/+28
* glsl: Add support for ldexp.Matt Turner2013-09-171-0/+2
* glsl: Add conditional-select IR.Matt Turner2013-09-091-0/+2
* glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke2013-09-091-4/+4
* glsl: Add missing type inference for ir_binop_bfm.Kenneth Graunke2013-09-091-0/+1
* glsl: Add an ir_expression triop constructor with type inference.Kenneth Graunke2013-09-091-0/+31
* glsl: Add missing type inference support for ARB_gpu_shader5 unops.Kenneth Graunke2013-09-091-0/+4
* glsl: Add a method to tell whether a built-in is available.Kenneth Graunke2013-09-091-0/+17
* glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke2013-09-091-2/+8
* glsl: Store a predicate for whether a built-in signature is available.Kenneth Graunke2013-09-091-3/+5
* glsl: Add support for new fma built-in in ARB_gpu_shader5.Matt Turner2013-08-271-0/+1
* glsl: support compilation of geometry shadersBryan Cain2013-08-011-0/+21
* glsl: Add ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* glsl: Add ir_binop_vector_extractIan Romanick2013-05-131-0/+5
* glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner2013-05-061-0/+2
* glsl: Add support for new bit built-ins in ARB_gpu_shader5.Matt Turner2013-05-061-1/+7
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-1/+4
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-1/+1
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-281-0/+4
* glsl: Consolidate ir_expression constructors that use explicit types.Kenneth Graunke2013-02-281-28/+6
* glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner2013-01-251-0/+11
* glsl: Remove ir_variable::uniform_blockIan Romanick2013-01-251-1/+0
* glsl: Fix type-deduction for and/or/xor expressionsChad Versace2013-01-241-0/+5
* glsl: Reformat and/or/xor cases in ir_expression ctorChad Versace2013-01-241-2/+2
* glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)Chad Versace2013-01-241-0/+27
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-2/+2
* glsl: Create a field to store fractional varying locations.Paul Berry2012-12-141-0/+1
* glsl: add 'f' suffix to floats to silence MSVC warningsBrian Paul2012-11-061-1/+1
* glsl: make tex_opcode_strs staticDave Airlie2012-09-151-1/+1
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-071-0/+1
* glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt2012-07-201-0/+1
* glsl: Add unary operation ir_unop_f2u.Paul Berry2012-06-151-0/+2
* glsl: Add is_basis functionMatt Turner2012-06-121-0/+48
* glsl: Bitwise conversion operator support in ir_expression.Olivier Galibert2012-06-071-0/+4
* glsl: New unary opcodes for ARB_shader_bit_encoding support.Olivier Galibert2012-06-071-0/+4
* glsl: Add an origin pointer in the function signature object.Olivier Galibert2012-05-081-0/+1
* glsl: Add methods to copy parts of one ir_constant into another.Olivier Galibert2012-05-081-0/+89
* glsl: Extend ir_constant::zero to handle more types.Olivier Galibert2012-05-081-1/+16
* glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke2012-04-021-5/+0