i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_depth_state.c
2015-08-11 Francisco Jerezi965/gen7-8: Set up early depth/stencil control appropr...
2015-07-08 Chris Wilsoni965: Move pipecontrol workaround bo to brw_pipe_control
2015-06-25 Kenneth Graunkei965: Drop brw->depthstencil.stencil_offset from gen8_d...
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-24 Kenneth Graunkei965: Fix whitespace error in gen8_depth_state.c
2015-05-28 Ben Widawskyi965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.mesa
2015-03-28 Ben Widawskyi965/skl: Don't use the PMA depth stall workaround
2015-03-10 Jordan Justeni965/gen8: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-03-03 Ben Widawskyi965: Rename some PIPE_CONTROL flags
2015-02-10 Neil Robertsi965/skl: Implement WaDisable1DDepthStencil
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-28 Kenneth Graunkei965: Use brw_wm_prog_data::uses_kill, not gl_fragment_...
2014-11-04 Kenneth Graunkei965: Implement the PMA stall fix.
2014-11-03 Kristian Høgsbergi965/skl: Use new MOCS for SKL
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-17 Kenneth Graunkei965: Use 8x4 aligned rectangles for HiZ operations...
2014-05-13 Jordan Justeni965/gen8: Set depth extent field
2014-05-13 Jordan Justeni965/gen8 depth: Set depth size based on LOD0 for 3D...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for depth...
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-04-22 Kenneth Graunkei965: Make Broadwell HiZ path arrange for TC flushes.
2014-04-11 Eric Anholti965/gen7: Skip repeated NULL depth/stencil state emits.
2014-03-25 Kenneth Graunkei965: Set Broadwell MOCS values everywhere it's possible.
2014-02-19 Kenneth Graunkei965: Implement HiZ resolves on Broadwell.
2014-02-19 Kenneth Graunkei965: Refactor Gen8 depth packet emission.
2014-02-19 Kenneth Graunkei965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on...
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...