summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_clear.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20intel: Rename gen_device prefix to intel_deviceAnuj Phogat1-2/+2
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-1/+1
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat1-3/+3
2021-03-30mesa: Remove the pretense of aux buffer supportAdam Jackson1-1/+0
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-3/+3
2021-02-25i965: Eliminate all tabs except in brw_defines.hKenneth Graunke1-5/+5
2021-02-25i965: Rename intelInit and brwInit camel-case functions to brw_*Kenneth Graunke1-1/+1
2021-02-25i965: Rename the rest of intel_* functions to brw_*Kenneth Graunke1-7/+6
2021-02-25i965: Rename intel_mip* to brw_mip*.Kenneth Graunke1-7/+7
2021-02-25i965: Rename intel_renderbuffer to brw_renderbufferKenneth Graunke1-2/+2
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ĺšlusarz1-1/+1
2019-10-09i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho1-0/+3
2019-08-02i965/clear: clear_value better precisionSergii Romantsov1-1/+1
2018-07-13i965: Set the r8stencil flag in miptree_finish_writeNanley Chery1-8/+0
2018-05-22i965: Remove some unused includes of intel_blit.hJason Ekstrand1-1/+0
2018-05-17i965/clear: Drop a stale comment in fast_clear_depthNanley Chery1-4/+0
2018-05-17i965: Update the indirect buffer in set_clear_colorNanley Chery1-37/+0
2018-05-17i965/clear: Remove an early return in fast_clear_depthNanley Chery1-5/+0
2018-05-17i965: Use set_clear_color for depth miptreesNanley Chery1-1/+2
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-2/+2
2018-04-09i965: Use the brw_context for the clear color and value settersNanley Chery1-1/+1
2018-04-05i965/blorp: Update the fast clear value buffer.Rafael Antognolli1-0/+22
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand1-2/+2
2017-09-18i965: emit BRW_NEW_AUX_STATE when we change the fast clear valueIago Toral Quiroga1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+5
2017-08-21i965/clear: Quantize the depth clear value based on the formatJason Ekstrand1-2/+12
2017-07-26i965/clear: Don't perform redundant depth clearsJason Ekstrand1-3/+31
2017-07-26i965: Only do depth resolves prior to clearing when neededJason Ekstrand1-3/+36
2017-07-24i965: Simplify HiZ clears a bitJason Ekstrand1-17/+8
2017-07-22i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand1-1/+2
2017-07-20i965: Represent depth surfaces with islTopi Pohjolainen1-2/+3
2017-06-26i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick1-6/+1
2017-06-20i965: Fall back to normal blorp clear instead of meta clearIan Romanick1-9/+10
2017-06-14i965: Use blorp for depth/stencil clears on gen6+Jason Ekstrand1-0/+6
2017-06-07i965: Use the new tracking mechanism for HiZJason Ekstrand1-1/+2
2017-06-07i965: Move depth to the new resolve functionsJason Ekstrand1-6/+6
2017-06-07i965: Inline renderbuffer_att_set_needs_depth_resolveJason Ekstrand1-2/+10
2017-06-07i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand1-56/+0
2017-06-07i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand1-6/+4
2017-06-07i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand1-12/+3
2017-05-26i965: Use BLORP for color clears on gen4-5Jason Ekstrand1-2/+1
2017-01-18i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen1-1/+6
2017-01-18i965: Make depth clear flushing more explicitTopi Pohjolainen1-8/+41
2016-09-01i965: fix noop_scissor range issue on width/heightJordan Justen1-7/+7
2016-08-29i965: Move the hiz_op enum to blorpJason Ekstrand1-2/+2
2016-08-26i965: Track that the stencil data was updated when clearingJordan Justen1-0/+8
2016-05-14i965: Use blorp for all clearsJason Ekstrand1-8/+0
2016-04-23i965/blorp: Enable for normal color clearsTopi Pohjolainen1-0/+9
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-10-09i965/gen9: Enable rep clears on gen9Chad Versace1-1/+1