| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Rename ir_function_signature::builtin_info to builtin_avail. | Kenneth Graunke | 2013-09-09 | 1 | -1/+1 |
* | glsl: Convert ir_function_signature::is_builtin to a method. | Kenneth Graunke | 2013-09-09 | 1 | -1/+0 |
* | glsl: Store a predicate for whether a built-in signature is available. | Kenneth Graunke | 2013-09-09 | 1 | -0/+1 |
* | glsl: Copy ir_variable::assigned and ir_variable::used fields in ::clone method | Ian Romanick | 2013-09-04 | 1 | -0/+2 |
* | glsl: Add ir_variable fields for explicit bindings. | Kenneth Graunke | 2013-07-18 | 1 | -0/+2 |
* | glsl: Implement ARB_texture_query_lod | Dave Airlie | 2013-03-29 | 1 | -0/+1 |
* | glsl: add support for ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -0/+3 |
* | glsl: Remove ir_variable::uniform_block | Ian Romanick | 2013-01-25 | 1 | -1/+0 |
* | glsl: Add ir_variable::interface_type field | Ian Romanick | 2013-01-25 | 1 | -0/+2 |
* | glsl: Add GLSL_TYPE_INTERFACE | Ian Romanick | 2013-01-25 | 1 | -0/+1 |
* | glsl: Replace most default cases in switches on GLSL type | Ian Romanick | 2013-01-25 | 1 | -2/+6 |
* | glsl: Remove stale comment | Ian Romanick | 2013-01-18 | 1 | -4/+0 |
* | glsl: Translate the AST for uniform blocks into some IR structures. | Eric Anholt | 2012-07-20 | 1 | -0/+1 |
* | glsl: Add an origin pointer in the function signature object. | Olivier Galibert | 2012-05-08 | 1 | -0/+1 |
* | glsl: Always copy the index when cloning a variable. | Eric Anholt | 2012-05-04 | 1 | -6/+1 |
* | glsl: add support for ARB_blend_func_extended (v3) | Dave Airlie | 2012-04-13 | 1 | -0/+4 |
* | glsl: Remove ir_call::get_callee() and set_callee(). | Kenneth Graunke | 2012-04-02 | 1 | -2/+2 |
* | glsl: Convert ir_call to be a statement rather than a value. | Kenneth Graunke | 2012-04-02 | 1 | -1/+5 |
* | glsl: Use ir_rvalue to represent generic error_type values. | Kenneth Graunke | 2012-04-02 | 1 | -3/+7 |
* | glsl: when cloning a variable, copy the depth layout too | Marek Olšák | 2011-11-19 | 1 | -0/+1 |
* | linker: Check that initializers for global variables match | Ian Romanick | 2011-11-03 | 1 | -0/+5 |
* | ir_to_mesa: Move some things outside the 'extern "C"' blocks | Ian Romanick | 2011-10-18 | 1 | -2/+0 |
* | glsl: Remove field array_lvalue from ir_variable. | Paul Berry | 2011-09-14 | 1 | -1/+0 |
* | glsl: Add a new ir_txs (textureSize) opcode to ir_texture. | Kenneth Graunke | 2011-08-23 | 1 | -1/+3 |
* | glsl: Calcluate Mesa state slots in front-end instead of back-end | Ian Romanick | 2011-03-29 | 1 | -0/+12 |
* | glsl: Change texel offsets to a single vector rvalue. | Kenneth Graunke | 2011-01-31 | 1 | -2/+2 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | glsl: Refactor out cloning of function prototypes. | Kenneth Graunke | 2010-11-30 | 1 | -11/+21 |
* | glsl: Add ir_quadop_vector expression | Ian Romanick | 2010-11-19 | 1 | -1/+2 |
* | glsl: Eliminate assumptions about size of ir_expression::operands | Ian Romanick | 2010-11-19 | 1 | -1/+2 |
* | glsl: Track explicit location in AST to IR translation | Ian Romanick | 2010-10-08 | 1 | -0/+3 |
* | glsl2: Fixed cloning of ir_call error instructions. | Tilman Sauerbeck | 2010-09-18 | 1 | -0/+3 |
* | glsl: Move is_builtin flag back to ir_function_signature. | Kenneth Graunke | 2010-09-07 | 1 | -2/+1 |
* | glsl2: Add cmp field to ir_loop | Ian Romanick | 2010-09-03 | 1 | -0/+1 |
* | glsl: Move is_built_in flag from ir_function_signature to ir_function. | Kenneth Graunke | 2010-08-26 | 1 | -1/+2 |
* | glsl: Silence gcc warning "control reaches end of non-void function". | José Fonseca | 2010-08-14 | 1 | -1/+1 |
* | glsl2: Remove the shader_in/shader_out tracking separate from var->mode. | Eric Anholt | 2010-08-04 | 1 | -2/+0 |
* | glsl2: Add ir_assignment::write_mask and associated methods | Ian Romanick | 2010-08-04 | 1 | -1/+2 |
* | glsl2: Make the clone() method take a talloc context. | Eric Anholt | 2010-08-04 | 1 | -83/+67 |
* | glsl2: Give the path within src/mesa/ for headers instead of relying on -I. | Aras Pranckevicius | 2010-08-02 | 1 | -1/+1 |
* | glsl2: Fix spelling of "sentinel." | Eric Anholt | 2010-07-29 | 1 | -1/+1 |
* | glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc. | Eric Anholt | 2010-07-28 | 1 | -0/+2 |
* | glsl2: Set the type on cloned tex instructions. | Eric Anholt | 2010-07-22 | 1 | -0/+1 |
* | glsl2: Extend ir_constant to store constant arrays, and generate them. | Kenneth Graunke | 2010-07-21 | 1 | -0/+11 |
* | glsl2: Add and use new variable mode ir_var_temporary | Ian Romanick | 2010-07-20 | 1 | -2/+2 |
* | glsl2: Remove the const disease from function signature's callee. | Eric Anholt | 2010-07-18 | 1 | -1/+1 |
* | glsl2: Remove unnecessary casts of clone return values | Ian Romanick | 2010-07-13 | 1 | -25/+22 |
* | linker: Implement first bits of intrastage linking | Ian Romanick | 2010-07-12 | 1 | -0/+1 |
* | glsl2: Add utility function clone_ir_list | Ian Romanick | 2010-07-12 | 1 | -0/+60 |
* | glsl2: Implement ir_function::clone and ir_function_signature::clone | Ian Romanick | 2010-07-12 | 1 | -6/+43 |