summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i965/fs/gen7: Fix fatal typo in unpackHalf2x16gles3Chad Versace2013-01-241-1/+1
* i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)Chad Versace2013-01-245-3/+144
* i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3)Chad Versace2013-01-243-0/+146
* i965: Quote the PRM on a HorzStride subtletyChad Versace2013-01-241-1/+4
* i965: Add opcodes for F32TO16 and F16TO32Chad Versace2013-01-244-0/+8
* i965: Lower the GLSL ES 3.00 pack/unpack operations (v2)Chad Versace2013-01-241-0/+32
* glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace2013-01-243-0/+1056
* 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/ir_builder: Add helpers for making if-statementsChad Versace2013-01-242-0/+35
* glsl/ir_builder: Add `enum writemask`Chad Versace2013-01-241-0/+9
* glsl/ir_factory: Add helper method for making an ir_constantChad Versace2013-01-241-0/+24
* glsl/ir_builder: Add more helpers for constructing expressionsChad Versace2013-01-242-0/+156
* glsl/ir_factory: Initialize members to NULL in constructorChad Versace2013-01-241-0/+7
* glsl: Evaluate constant GLSL ES 3.00 pack/unpack expressions (v3)Chad Versace2013-01-241-0/+189
* mesa: Remove rounding bias in _mesa_float_to_half()Chad Versace2013-01-241-29/+37
* mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace2013-01-246-22/+35
* glsl/standalone_scaffolding: Add stub for _mesa_warning()Chad Versace2013-01-242-0/+21
* glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)Chad Versace2013-01-244-1/+95
* glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functionsChad Versace2013-01-247-7/+43
* glsl: Fix typo in commentChad Versace2013-01-241-1/+1
* i965/disasm: Fix horizontal stride of dest registersChad Versace2013-01-241-3/+6
* glsl: Remove ir_variable::uniform_blockIan Romanick2013-01-245-14/+0
* glsl: Allow dereferencing fields of an interface instanceIan Romanick2013-01-241-1/+2
* glsl: Allow elimination of uniform block membersIan Romanick2013-01-241-6/+1
* glsl: Calculate UBO data at link-timeIan Romanick2013-01-243-77/+44
* glsl: Add link_uniform_blocks to calculate all UBO data at link-timeIan Romanick2013-01-242-0/+255
* glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick2013-01-243-0/+225
* glsl: Lower UBO references using link-time data instead of compile-time dataIan Romanick2013-01-241-3/+86
* glsl: Add gl_uniform_buffer_variable::IndexName fieldIan Romanick2013-01-244-2/+22
* glsl: Make the align function available elsewhere in the linkerIan Romanick2013-01-244-31/+20
* glsl: Calculate link-time uniform block data without using compile-time block...Ian Romanick2013-01-241-24/+54
* glsl: Assert that interfaces, like structures, are not seen as leaf typesIan Romanick2013-01-241-0/+4
* glsl: Add new uniform_field_visitor::process variantIan Romanick2013-01-242-0/+39
* glsl: Recurse into uniform blocks just like uniform structuresIan Romanick2013-01-241-4/+20
* glsl: Handle instance array declarationsIan Romanick2013-01-241-3/+19
* glsl: Track blocks in the symbol table using the glsl_type instead of the gl_...Ian Romanick2013-01-243-18/+9
* glsl: Add new uniform_field_visitor::visit_field variantIan Romanick2013-01-242-0/+17
* glsl: Modify uniform_field_visitor::visit_field to take a row_major parameterIan Romanick2013-01-243-7/+19
* glsl: Modify uniform_field_visitor::recursion to take a row_major parameterIan Romanick2013-01-242-5/+19
* glsl: Add a predicate to determine whether a variable is an interface blockIan Romanick2013-01-241-0/+27
* glsl: Require that indices into uniform block arrays be constantsIan Romanick2013-01-241-0/+9
* glsl: Add ir_variable::interface_type fieldIan Romanick2013-01-243-1/+13
* glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick2013-01-248-8/+16
* glsl: Generate an interface type for uniform blocksIan Romanick2013-01-241-49/+118
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-2411-9/+109
* glsl: Add row_major field to glsl_struct_fieldIan Romanick2013-01-243-37/+42
* glsl: Refactor out processing of structure fieldsIan Romanick2013-01-241-13/+41
* glsl: Parse interface array sizeIan Romanick2013-01-242-17/+59
* glsl: Parse non-array uniform block instance names in GLSL ES 3.00.Kenneth Graunke2013-01-242-4/+30