| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/fs: Rework the persample shading key/prog_data bits | Jason Ekstrand | 2016-05-14 | 6 | -54/+57 |
* | i965: Fix undefined df bits in brw_reg comparisons. | Kenneth Graunke | 2016-05-14 | 4 | -12/+22 |
* | i965: disable cull distance temporarily. | Dave Airlie | 2016-05-14 | 1 | -1/+1 |
* | i965: Add support for GL_ARB_cull_distance | Kristian Høgsberg Kristensen | 2016-05-13 | 9 | -3/+23 |
* | st/mesa: flip y coordinate of interpolateAtOffset for winsys | Ilia Mirkin | 2016-05-13 | 1 | -2/+22 |
* | mesa/st: Add support for GL_ARB_cull_distance (v2) | Tobias Klausmann | 2016-05-14 | 2 | -0/+27 |
* | glsl: Add arb_cull_distance support (v3) | Tobias Klausmann | 2016-05-14 | 1 | -0/+4 |
* | mesa/main: Add support for GL_ARB_cull_distance (v2) | Tobias Klausmann | 2016-05-14 | 7 | -3/+24 |
* | i965/gen9: Enable lossless compression | Topi Pohjolainen | 2016-05-12 | 1 | -3/+40 |
* | i965: Set render state for lossless compressed | Topi Pohjolainen | 2016-05-12 | 3 | -1/+16 |
* | i965/wm: Don't sample lossless compressed as multisampled | Topi Pohjolainen | 2016-05-12 | 1 | -1/+5 |
* | i965/gen9: Setup MCS for compressed texture surfaces | Topi Pohjolainen | 2016-05-12 | 1 | -4/+5 |
* | i965/blorp: Do not resolve lossless compressed blit sources | Topi Pohjolainen | 2016-05-12 | 1 | -1/+1 |
* | i965/blorp: Prepare blits for lossless compression | Topi Pohjolainen | 2016-05-12 | 2 | -6/+22 |
* | i965: Deferred allocation of mcs for lossless compressed | Topi Pohjolainen | 2016-05-12 | 4 | -0/+66 |
* | i965: Add flag telling if miptree is for client consumption | Topi Pohjolainen | 2016-05-12 | 2 | -3/+13 |
* | i965: Add helper for lossless compression support | Topi Pohjolainen | 2016-05-12 | 2 | -0/+30 |
* | i965/gen9: Prepare surface state setup for lossless compression | Topi Pohjolainen | 2016-05-12 | 3 | -1/+5 |
* | i965/gen8: Expose auxiliary mode resolver | Topi Pohjolainen | 2016-05-12 | 2 | -5/+6 |
* | i965: Relax assertion of halign == 16 for lossless compressed aux | Topi Pohjolainen | 2016-05-12 | 1 | -1/+6 |
* | i965/blorp: Set full resolve for lossless compressed | Topi Pohjolainen | 2016-05-12 | 2 | -2/+8 |
* | i965/blorp: Do not skip fast color clear with new color | Topi Pohjolainen | 2016-05-12 | 3 | -4/+17 |
* | i965: Enable scalar GS by default. | Kenneth Graunke | 2016-05-12 | 1 | -1/+1 |
* | i965: Reduce the SIMD8 GS push constant threshold from 32 to 24. | Kenneth Graunke | 2016-05-12 | 1 | -2/+2 |
* | i965: Delete bogus assertion in emit_gs_input_load(). | Kenneth Graunke | 2016-05-12 | 1 | -1/+0 |
* | i965: Support instanced GS inputs in the scalar backend. | Kenneth Graunke | 2016-05-12 | 2 | -6/+36 |
* | i965: Use an early return for the push case in emit_gs_input_load(). | Kenneth Graunke | 2016-05-12 | 1 | -31/+34 |
* | i965: Drop BRW_NEW_BLORP from stipple and line parameter packets. | Kenneth Graunke | 2016-05-12 | 1 | -8/+4 |
* | i965: Stop splitting fma() prior to optimization | Jason Ekstrand | 2016-05-11 | 1 | -5/+0 |
* | ptn: Emit mul+add for MAD | Jason Ekstrand | 2016-05-11 | 1 | -1/+5 |
* | mesa/st: split the type_size calculation into it's own file | Rob Clark | 2016-05-11 | 4 | -61/+150 |
* | nir/lower-io: add support for lowering inputs | Rob Clark | 2016-05-11 | 1 | -1/+3 |
* | nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries | Rob Clark | 2016-05-11 | 1 | -1/+1 |
* | nir: move callsite of lower_outputs_to_temporaries | Rob Clark | 2016-05-11 | 1 | -0/+1 |
* | i965/blorp: Don't blend integer values during MSAA resolves | Jason Ekstrand | 2016-05-10 | 1 | -11/+19 |
* | meta/blit: Don't blend integer values during MSAA resolves | Jason Ekstrand | 2016-05-10 | 1 | -2/+11 |
* | i965/fs: Default all constants to a location of -1 | Jason Ekstrand | 2016-05-10 | 1 | -6/+4 |
* | st/glsl_to_tgsi: attach image to correct instruction for samples | Dave Airlie | 2016-05-11 | 1 | -2/+2 |
* | mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT | Dave Airlie | 2016-05-11 | 1 | -1/+1 |
* | mesa/meta: check for signed/unsigned int conversion for pbo getteximage | Dave Airlie | 2016-05-11 | 1 | -0/+3 |
* | i965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_name(). | Matt Turner | 2016-05-10 | 1 | -0/+6 |
* | ir_to_mesa: Emit smarter ir_binop_logic_or for vertex programs | Ian Romanick | 2016-05-10 | 1 | -15/+11 |
* | prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE | Ian Romanick | 2016-05-10 | 8 | -428/+0 |
* | ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE | Ian Romanick | 2016-05-10 | 1 | -9/+64 |
* | ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT | Ian Romanick | 2016-05-10 | 1 | -2/+12 |
* | st/mesa: use transfer_inline_write for memcpy TexSubImage path | Marek Olšák | 2016-05-10 | 1 | -4/+39 |
* | i965/fs: fix MOV_INDIRECT exec_size for doubles | Samuel Iglesias Gonsálvez | 2016-05-10 | 1 | -1/+9 |
* | i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT | Samuel Iglesias Gonsálvez | 2016-05-10 | 1 | -2/+3 |
* | i965/fs: demote_pull_constants() did not take into account double types | Samuel Iglesias Gonsálvez | 2016-05-10 | 1 | -1/+8 |
* | i965/fs: push first double-based uniforms in push constant buffer | Samuel Iglesias Gonsálvez | 2016-05-10 | 1 | -30/+82 |