| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Update GS state for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+155 |
* | i965: Update multisampling state for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -1/+135 |
* | i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+180 |
* | i965: Update BLEND_STATE for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+216 |
* | i965: Update SF_CLIP_VIEWPORT for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+121 |
* | i965: Rework SURFACE_STATE entries for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+385 |
* | i965: Update SOL state for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -19/+215 |
* | i965: Update the code that disables unused shader stages for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+122 |
* | i965: Update 3DSTATE_CLIP for Broadwell. | Kenneth Graunke | 2014-01-31 | 2 | -3/+8 |
* | i965: Rework vertex uploads for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -3/+274 |
* | i965: Update STATE_BASE_ADDRESS for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+76 |
* | i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA. | Kenneth Graunke | 2014-01-31 | 5 | -2/+237 |
* | i965: Rework 3DSTATE_VS for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -3/+144 |
* | i965: Add the new 3DSTATE_PS_BLEND state packet. | Kenneth Graunke | 2014-01-31 | 5 | -0/+142 |
* | i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL. | Kenneth Graunke | 2014-01-31 | 5 | -1/+131 |
* | i965: Update SF, SBE, and RASTER state for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -2/+311 |
* | i965: Bump generation assertions on workaround flushes. | Kenneth Graunke | 2014-01-31 | 1 | -2/+2 |
* | i965: Duplicate gen7_atoms to gen8_atoms. | Kenneth Graunke | 2014-01-31 | 1 | -1/+79 |
* | dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 | Keith Packard | 2014-01-30 | 1 | -0/+3 |
* | i965/fs: Add a saturation propagation optimization pass. | Matt Turner | 2014-01-28 | 4 | -0/+107 |
* | i965: Add can_do_saturate() method to backend_instruction. | Matt Turner | 2014-01-28 | 2 | -0/+45 |
* | i965: Ignore 'centroid' interpolation qualifier in case of persample shading | Anuj Phogat | 2014-01-28 | 1 | -1/+2 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 1 | -20/+20 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 2 | -19/+19 |
* | mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE | Mark Mueller | 2014-01-27 | 1 | -35/+35 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 12 | -83/+83 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 12 | -72/+72 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 10 | -34/+34 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 17 | -58/+58 |
* | mesa: GL_EXT_framebuffer_blit is not optional | Ian Romanick | 2014-01-27 | 1 | -1/+0 |
* | i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces. | Kenneth Graunke | 2014-01-25 | 2 | -5/+8 |
* | i965/gen7: Use to the correct program when uploading transform feedback state. | Paul Berry | 2014-01-23 | 2 | -10/+6 |
* | i965: Remove *_generator::shader field; use prog field instead. | Paul Berry | 2014-01-23 | 7 | -18/+8 |
* | i965/blorp: switch eu-emitter to use FS IR and fs_generator | Topi Pohjolainen | 2014-01-23 | 3 | -120/+84 |
* | i965/fs: add support for BRW_OPCODE_AVG in fs_generator | Topi Pohjolainen | 2014-01-23 | 1 | -0/+3 |
* | i965/fs: introduce blorp specific rt-write for fs_generator | Topi Pohjolainen | 2014-01-23 | 4 | -0/+23 |
* | i965/fs: allow unit tests to dump the final patched assembly | Topi Pohjolainen | 2014-01-23 | 2 | -8/+10 |
* | i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter | Topi Pohjolainen | 2014-01-23 | 2 | -9/+23 |
* | i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/) | Topi Pohjolainen | 2014-01-23 | 2 | -2/+8 |
* | i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/) | Topi Pohjolainen | 2014-01-23 | 2 | -4/+10 |
* | i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/) | Topi Pohjolainen | 2014-01-23 | 2 | -9/+16 |
* | i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/) | Topi Pohjolainen | 2014-01-23 | 2 | -24/+31 |
* | i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/) | Topi Pohjolainen | 2014-01-23 | 2 | -12/+19 |
* | i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/) | Topi Pohjolainen | 2014-01-23 | 2 | -12/+19 |
* | i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/) | Topi Pohjolainen | 2014-01-23 | 2 | -18/+32 |
* | i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/) | Topi Pohjolainen | 2014-01-23 | 2 | -39/+46 |
* | i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/) | Topi Pohjolainen | 2014-01-23 | 2 | -35/+45 |
* | i965/blorp: wrap emission of if-equal-assignment | Topi Pohjolainen | 2014-01-23 | 2 | -24/+12 |
* | i965/blorp: wrap emission of conditional assignment | Topi Pohjolainen | 2014-01-23 | 2 | -15/+15 |
* | i965/blorp: move emission of sample combining into eu-emitter | Topi Pohjolainen | 2014-01-23 | 3 | -9/+24 |