i965: Move the back-end compiler to src/intel/compiler
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_depth_state.c
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2017-01-26 Kenneth Graunkei965: Fix fast depth clears for surfaces with a dimensi...
2017-01-18 Topi Pohjolaineni965: Make depth clear flushing more explicit
2016-11-18 Kenneth Graunkei965: Disable depth writes when depth test is GL_EQUAL.
2016-11-08 Ben Widawskyi965/miptree: Create a hiz mcs type
2016-11-08 Anuj Phogati965: Fix alpha-to-coverage and alpha test enabled...
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-05-25 Matt Turneri965: Assert that a depth_mt exists when using HiZ.
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-04-21 Topi Pohjolaineni965/gen8: Expose pma stall emission
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Bas Nieuwenhuizenmesa: replace gl_context->Multisample._Enabled with...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
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-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...