| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: #include c99_math.h instead of core.h | Brian Paul | 2015-02-26 | 1 | -1/+1 |
* | glsl: add lowering for double divide to rcp/mul | Dave Airlie | 2015-02-20 | 1 | -3/+4 |
* | glsl: remove bogus 'd' constant qualifiers | Ilia Mirkin | 2015-02-19 | 1 | -2/+2 |
* | glsl: add a lowering pass for frexp/ldexp with double arguments | Ilia Mirkin | 2015-02-19 | 1 | -1/+278 |
* | glsl: lower double optional passes (v2) | Dave Airlie | 2015-02-19 | 1 | -0/+175 |
* | glsl/lower_instructions: add double lowering passes | Dave Airlie | 2015-02-19 | 1 | -0/+65 |
* | glsl: enable/disable certain lowering passes for doubles | Dave Airlie | 2015-02-19 | 1 | -3/+3 |
* | glsl: Improve precision of mod(x,y) | Iago Toral Quiroga | 2015-02-03 | 1 | -26/+39 |
* | glsl: Add a pass to lower ir_unop_saturate to clamp(x, 0, 1) | Abdiel Janulgue | 2014-08-31 | 1 | -0/+29 |
* | glsl: add lowering passes for carry/borrow | Ilia Mirkin | 2014-05-02 | 1 | -0/+58 |
* | glsl: Use properly typed arguments for bitfieldInsert. | Matt Turner | 2014-04-25 | 1 | -2/+2 |
* | glsl: Delete LRP_TO_ARITH lowering pass flag. | Kenneth Graunke | 2014-02-26 | 1 | -32/+0 |
* | glsl: Use bitfieldInsert in ldexp() lowering. | Matt Turner | 2014-01-27 | 1 | -4/+10 |
* | glsl: Remove silly OR(..., 0x0) from ldexp() lowering. | Matt Turner | 2013-12-04 | 1 | -3/+1 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | glsl: Add ldexp_to_arith lowering pass. | Matt Turner | 2013-09-17 | 1 | -0/+128 |
* | glsl: Add a pass to lower bitfield-insert into bfm+bfi. | Matt Turner | 2013-05-06 | 1 | -0/+39 |
* | glsl: Convert mix() to use a new ir_triop_lrp opcode. | Kenneth Graunke | 2013-02-28 | 1 | -0/+35 |
* | glsl: fix unop/binop errors in comments | Brian Paul | 2012-07-03 | 1 | -2/+2 |
* | glsl: Use a separate div_to_mul_rcp lowering flag for integers. | Bryan Cain | 2011-08-31 | 1 | -55/+70 |
* | glsl: Fix type error when lowering integer divisions | Paul Berry | 2011-08-16 | 1 | -0/+4 |
* | glsl: Don't use MOD_TO_FRACT lowering on GLSL 1.30's % operator. | Kenneth Graunke | 2011-06-29 | 1 | -1/+1 |
* | glsl: Fix DIV_TO_MUL_RCP lowering for uint result types. | Kenneth Graunke | 2011-06-29 | 1 | -2/+7 |
* | glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2 | Ian Romanick | 2010-12-01 | 1 | -0/+26 |
* | glsl: Use M_LOG2E constant instead of calling log2 | Ian Romanick | 2010-12-01 | 1 | -3/+3 |
* | glsl: Combine many instruction lowering passes into one. | Kenneth Graunke | 2010-11-19 | 1 | -0/+262 |