summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen8_depth_state.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand1-175/+0
2018-05-08i965: Always set depth/stencil write enables on gen7+Jason Ekstrand1-6/+3
2018-05-08i965: Re-order depth/stencil/hiz/clear packets to match ISLJason Ekstrand1-14/+14
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-3/+3
2017-11-14i965: Make use of brw_load_register_imm32() helper functionAnuj Phogat1-5/+3
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+6
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson1-6/+3
2017-07-22i965/miptree: Clean-up unusedTopi Pohjolainen1-6/+2
2017-07-20i965: Represent depth surfaces with islTopi Pohjolainen1-1/+2
2017-07-20i965/miptree: Represent w-tiled stencil surfaces with islTopi Pohjolainen1-3/+7
2017-07-20i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen1-2/+2
2017-07-20i965/miptree: Take interleaving into account in stencil pitchTopi Pohjolainen1-15/+1
2017-06-22i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()Chad Versace1-2/+0
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-3/+3
2017-06-19i965/miptree/gen7+: Use isl for hiz layoutsTopi Pohjolainen1-3/+3
2017-06-07i965: Delete intel_resolve_mapJason Ekstrand1-1/+0
2017-06-07i965: Use BLORP for all HiZ opsJason Ekstrand1-144/+0
2017-06-07i965: Move the post-HiZ-clear flush/stall to intel_hiz_execJason Ekstrand1-16/+0
2017-06-07i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand1-1/+1
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-1/+1
2017-03-13i965: split EU defines to brw_eu_defines.hEmil Velikov1-0/+1
2017-01-25i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke1-0/+12
2017-01-18i965: Make depth clear flushing more explicitTopi Pohjolainen1-0/+16
2016-11-18i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke1-2/+2
2016-11-08i965/miptree: Create a hiz mcs typeBen Widawsky1-3/+3
2016-11-07i965: Fix alpha-to-coverage and alpha test enabled checksAnuj Phogat1-4/+6
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke1-10/+9
2016-08-29i965: Move the hiz_op enum to blorpJason Ekstrand1-6/+6
2016-05-25i965: Assert that a depth_mt exists when using HiZ.Matt Turner1-0/+1
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+2
2016-04-21i965/gen8: Expose pma stall emissionTopi Pohjolainen1-4/+4
2016-03-24mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen1-1/+2
2015-08-11i965/gen7-8: Set up early depth/stencil control appropriately for image load/...Francisco Jerez1-3/+3
2015-07-08i965: Move pipecontrol workaround bo to brw_pipe_controlChris Wilson1-1/+1
2015-06-25i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.Kenneth Graunke1-5/+2
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-1/+1
2015-06-23i965: Fix whitespace error in gen8_depth_state.cKenneth Graunke1-1/+1
2015-05-27i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)Ben Widawsky1-0/+10
2015-03-31i965/state: Don't use brw->state.dirty.mesaJordan Justen1-1/+1
2015-03-27i965/skl: Don't use the PMA depth stall workaroundBen Widawsky1-1/+6
2015-03-09i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen1-3/+3
2015-03-09i965/hiz: Start to separate miptree out from hiz buffersJordan Justen1-3/+3
2015-03-02i965: Rename some PIPE_CONTROL flagsBen Widawsky1-1/+1
2015-02-10i965/skl: Implement WaDisable1DDepthStencilNeil Roberts1-0/+12
2014-12-04i965: Move PSCDEPTH calculations from draw time to compile time.Kenneth Graunke1-8/+4
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-2/+2
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-3/+3
2014-11-27i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKillKenneth Graunke1-2/+2
2014-11-04i965: Implement the PMA stall fix.Kenneth Graunke1-0/+170
2014-11-03i965/skl: Use new MOCS for SKLKristian Høgsberg1-4/+6