| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-02-25 | i965/vs: Emit AND instead of SEL if the false value is zero on SNB+bool-optimizations-v4 | Ian Romanick | 1 | -0/+19 |
| 2015-02-25 | i965/fs: Emit AND instead of SEL if the false value is zero on SNB+ | Ian Romanick | 1 | -1/+20 |
| 2015-02-25 | i965/fs: Don't emit dumb SEL | Ian Romanick | 1 | -0/+9 |
| 2015-02-25 | glsl: Rewrite (-abs(x) >= 0) as (x == 0) | Ian Romanick | 1 | -1/+20 |
| 2015-02-25 | glsl: Distribute multiply over csel with sources {-1, 0, 1} | Ian Romanick | 1 | -0/+51 |
| 2015-02-25 | i965/fs: Use MOV.nz instead of AND.nz to generate flag on SNB+ | Ian Romanick | 1 | -2/+13 |
| 2015-02-25 | i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. | Ian Romanick | 2 | -0/+84 |
| 2015-02-24 | glsl: Optimize certain if-statements to ir_triop_csel | Ian Romanick | 1 | -0/+6 |
| 2015-02-24 | glsl: Distribute multiply over b2f | Ian Romanick | 1 | -0/+22 |
| 2015-02-24 | ir_to_mesa: Add support for ir_triop_csel | Ian Romanick | 1 | -1/+8 |
| 2015-02-24 | glsl: Optimize certain if-statements to just casts from the condition | Ian Romanick | 4 | -0/+187 |
| 2015-02-24 | i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation | Ian Romanick | 1 | -1/+25 |
| 2015-02-24 | i965/fs: Emit better b2f of an expression on pre-SNB | Ian Romanick | 2 | -4/+112 |
| 2015-02-24 | i965/vs: Add missing resolve_bool_comparison calls for pre-GEN6 | Ian Romanick | 1 | -0/+13 |
| 2015-02-24 | common: Fix PBOs for 1D_ARRAY. | Laura Ekstrand | 1 | -26/+36 |
| 2015-02-24 | common: Correct PBO 2D_ARRAY handling. | Laura Ekstrand | 1 | -9/+17 |
| 2015-02-24 | common: Correct texture init for meta pbo uploads and downloads. | Laura Ekstrand | 1 | -1/+4 |
| 2015-02-24 | mesa: remove DEG2RAD macro | Brian Paul | 3 | -11/+3 |
| 2015-02-24 | mesa: remove MAX_GLUSHORT, move MAX_GLUINT | Brian Paul | 2 | -3/+5 |
| 2015-02-24 | mesa: move signbit() macro to c99_math.h | Brian Paul | 2 | -8/+8 |
| 2015-02-24 | mesa: remove unused isblank() function | Brian Paul | 1 | -1/+0 |
| 2015-02-24 | glcpp: remove unneeded #include of core.h | Brian Paul | 1 | -1/+0 |
| 2015-02-24 | mesa: remove sqrtf macro | Brian Paul | 1 | -11/+0 |
| 2015-02-24 | i965: Remove redundant discard jumps. | Kenneth Graunke | 2 | -0/+43 |
| 2015-02-24 | glsl: Optimize "if (cond) discard;" to a conditional discard. | Kenneth Graunke | 4 | -0/+84 |
| 2015-02-24 | i965/fs: Handle conditional discards. | Kenneth Graunke | 2 | -17/+26 |
| 2015-02-24 | nir: Introduce nir_intrinsic_discard_if. | Kenneth Graunke | 2 | -2/+10 |
| 2015-02-24 | glsl: Delete dead discard conditions in constant folding. | Kenneth Graunke | 1 | -0/+24 |
| 2015-02-24 | glsl: Handle conditional discards in lower_discard_flow(). | Kenneth Graunke | 1 | -1/+8 |
| 2015-02-24 | glsl: Make ir_rvalue_visitor visit ir_discard::condition. | Kenneth Graunke | 2 | -0/+22 |
| 2015-02-24 | glsl: Make ir_validate check the type of ir_discard::condition. | Kenneth Graunke | 1 | -0/+15 |
| 2015-02-24 | Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8." | Matt Turner | 1 | -0/+1 |
| 2015-02-24 | i965/fs: Emit MOV(1) instructions with force_writemask_all. | Matt Turner | 1 | -0/+1 |
| 2015-02-24 | i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. | Matt Turner | 2 | -0/+95 |
| 2015-02-24 | i965/fs/nir: Optimize integer multiply by a 16-bit constant. | Matt Turner | 1 | -1/+23 |
| 2015-02-24 | i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. | Matt Turner | 2 | -0/+90 |
| 2015-02-24 | nir/register: Add a parent_instr field | Jason Ekstrand | 3 | -1/+18 |
| 2015-02-24 | st/mesa: remove unused/broken function st_print_shaders | Marek Olšák | 2 | -49/+0 |
| 2015-02-24 | st/mesa: remove struct qualifier from st_src_reg parameter | Brian Paul | 1 | -1/+1 |
| 2015-02-24 | mesa: remove INV_SQRTF() macro | Brian Paul | 10 | -22/+15 |
| 2015-02-24 | mesa: remove ceilf, floorf macros | Brian Paul | 1 | -2/+0 |
| 2015-02-24 | mesa: remove expf macro | Brian Paul | 1 | -1/+0 |
| 2015-02-24 | mesa: remove logf macro | Brian Paul | 2 | -1/+1 |
| 2015-02-24 | mesa: remove powf macro | Brian Paul | 4 | -2/+3 |
| 2015-02-24 | mesa: remove unused exp2f, log2f, truncf wrappers | Brian Paul | 1 | -10/+0 |
| 2015-02-24 | mesa: remove unused acosf, asinf, atan2f, etc. macros | Brian Paul | 1 | -16/+0 |
| 2015-02-24 | mesa: replace FABSF with fabsf | Brian Paul | 11 | -53/+48 |
| 2015-02-24 | mesa: replace FLOORF with floorf | Brian Paul | 3 | -13/+11 |
| 2015-02-24 | mesa: remove unused CEILF macro | Brian Paul | 1 | -3/+0 |
| 2015-02-24 | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 5 | -12/+18 |