| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Use the without_array predicate | Timothy Arceri | 2015-02-20 | 1 | -5/+2 |
* | glsl: A shader cannot redefine or overload built-in functions in GLSL ES 3.00 | Samuel Iglesias Gonsalvez | 2015-02-19 | 1 | -0/+4 |
* | glsl/ir: Add builtin function support for doubles | Dave Airlie | 2015-02-19 | 1 | -0/+22 |
* | glsl: Add infrastructure for "hidden" uniforms. | Kenneth Graunke | 2014-11-06 | 1 | -0/+6 |
* | glsl: Remove now useless dot optimization on basis vect | Matt Turner | 2014-11-03 | 1 | -21/+3 |
* | glsl: Don't allocate a name for ir_var_temporary variables | Ian Romanick | 2014-09-30 | 1 | -0/+19 |
* | glsl: Add the possibility for ir_variable to have a non-ralloced name | Ian Romanick | 2014-09-30 | 1 | -0/+10 |
* | glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each | Ian Romanick | 2014-09-30 | 1 | -8/+16 |
* | glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together | Ian Romanick | 2014-09-30 | 1 | -33/+42 |
* | glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private | Ian Romanick | 2014-09-30 | 1 | -16/+45 |
* | glsl: Make ir_variable::max_ifc_array_access private | Ian Romanick | 2014-09-30 | 1 | -13/+24 |
* | glsl: Store ir_variable::depth_layout using 3 bits | Ian Romanick | 2014-09-30 | 1 | -10/+9 |
* | glsl: Replace ir_variable::warn_extension pointer with an 8-bit index | Ian Romanick | 2014-09-30 | 1 | -5/+13 |
* | glsl: Use accessors for ir_variable::warn_extension | Ian Romanick | 2014-09-30 | 1 | -5/+17 |
* | glsl: Add ir_unop_saturate | Abdiel Janulgue | 2014-08-31 | 1 | -0/+1 |
* | glsl: Use bit-flags image attributes and uint16_t for the image format | Ian Romanick | 2014-08-29 | 1 | -14/+13 |
* | glsl: Use a single bit for the dual-source blend index | Ian Romanick | 2014-08-29 | 1 | -5/+9 |
* | glsl: Eliminate ir_variable::data.atomic.buffer_index | Ian Romanick | 2014-08-29 | 1 | -2/+1 |
* | glsl: add ARB_derivative control support | Ilia Mirkin | 2014-08-14 | 1 | -0/+4 |
* | glsl: Make it possible to ignore built-ins when matching signatures. | Kenneth Graunke | 2014-08-04 | 1 | -1/+3 |
* | glsl: Track matrix layout of variables using two bits | Ian Romanick | 2014-08-04 | 1 | -0/+5 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | glsl: add new expression types for interpolateAt* | Chris Forbes | 2014-07-12 | 1 | -2/+25 |
* | allow builtin functions to require parameters to be shader inputs | Chris Forbes | 2014-07-12 | 1 | -0/+6 |
* | glsl: Modify ir_end_primitive to have a stream. | Iago Toral Quiroga | 2014-06-30 | 1 | -4/+13 |
* | glsl: Modify ir_emit_vertex to have a stream. | Iago Toral Quiroga | 2014-06-30 | 1 | -4/+13 |
* | glsl: Add parsing support for multi-stream output in geometry shaders. | Samuel Iglesias Gonsalvez | 2014-06-30 | 1 | -0/+5 |
* | glsl: add support for `precise` in type_qualifier | Chris Forbes | 2014-06-04 | 1 | -0/+1 |
* | glsl: Make most ir_instruction::as_subclass() functions non-virtual. | Matt Turner | 2014-06-03 | 1 | -109/+52 |
* | glsl: Move ir_type_unset to end of enumeration. | Matt Turner | 2014-06-03 | 1 | -6/+2 |
* | glsl: Reorder ir_type_* enum for easier comparisons. | Matt Turner | 2014-06-03 | 1 | -7/+7 |
* | glsl: Set ir_instruction::ir_type in the base class constructor | Ian Romanick | 2014-06-03 | 1 | -19/+27 |
* | glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper | Brian Paul | 2014-05-28 | 1 | -0/+9 |
* | glsl: Add C-callable fprint_ir function. | Matt Turner | 2014-05-15 | 1 | -0/+3 |
* | glsl: Make is_16bit_constant from i965 an ir_constant method. | Kenneth Graunke | 2014-04-08 | 1 | -0/+15 |
* | glsl: Move Doxygen block closing ot the correct place | Ian Romanick | 2014-03-28 | 1 | -2/+2 |
* | glsl: Remove ir_dereference::constant_referenced | Ian Romanick | 2014-03-25 | 1 | -36/+0 |
* | glsl: Add is_horizontal() method to ir_expression. | Matt Turner | 2014-02-28 | 1 | -0/+12 |
* | glsl: Add a file argument to the IR printer. | Eric Anholt | 2014-02-22 | 1 | -1/+2 |
* | glsl: rename _restrict to restrict_flag | Brian Paul | 2014-02-12 | 1 | -1/+1 |
* | glsl: Add image memory and layout qualifiers to ir_variable. | Francisco Jerez | 2014-02-12 | 1 | -0/+14 |
* | glsl: s/_NDEBUG/NDEBUG/ | Emil Velikov | 2014-01-29 | 1 | -1/+1 |
* | glsl: Add parameter to .equals() to ignore an IR type. | Matt Turner | 2014-01-21 | 1 | -7/+7 |
* | glsl: Remove exec_list iterators now that nothing uses them. | Kenneth Graunke | 2014-01-13 | 1 | -24/+0 |
* | glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp. | Paul Berry | 2014-01-08 | 1 | -1/+1 |
* | glsl: Refactor is_zero/one/negative_one into an is_value() method. | Kenneth Graunke | 2014-01-07 | 1 | -0/+6 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 1 | -106/+106 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -48/+48 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 1 | -10/+14 |
* | glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound. | Paul Berry | 2013-12-09 | 1 | -7/+0 |