aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clear.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+3
* i965/clear: clear_value better precisionSergii Romantsov2019-08-021-1/+1
* i965: Set the r8stencil flag in miptree_finish_writeNanley Chery2018-07-131-8/+0
* i965: Remove some unused includes of intel_blit.hJason Ekstrand2018-05-221-1/+0
* i965/clear: Drop a stale comment in fast_clear_depthNanley Chery2018-05-171-4/+0
* i965: Update the indirect buffer in set_clear_colorNanley Chery2018-05-171-37/+0
* i965/clear: Remove an early return in fast_clear_depthNanley Chery2018-05-171-5/+0
* i965: Use set_clear_color for depth miptreesNanley Chery2018-05-171-1/+2
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-2/+2
* i965: Use the brw_context for the clear color and value settersNanley Chery2018-04-091-1/+1
* i965/blorp: Update the fast clear value buffer.Rafael Antognolli2018-04-051-0/+22
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-081-2/+2
* i965: emit BRW_NEW_AUX_STATE when we change the fast clear valueIago Toral Quiroga2017-09-181-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-3/+5
* i965/clear: Quantize the depth clear value based on the formatJason Ekstrand2017-08-211-2/+12
* i965/clear: Don't perform redundant depth clearsJason Ekstrand2017-07-261-3/+31
* i965: Only do depth resolves prior to clearing when neededJason Ekstrand2017-07-261-3/+36
* i965: Simplify HiZ clears a bitJason Ekstrand2017-07-241-17/+8
* i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand2017-07-221-1/+2
* i965: Represent depth surfaces with islTopi Pohjolainen2017-07-201-2/+3
* i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick2017-06-261-6/+1
* i965: Fall back to normal blorp clear instead of meta clearIan Romanick2017-06-201-9/+10
* i965: Use blorp for depth/stencil clears on gen6+Jason Ekstrand2017-06-141-0/+6
* i965: Use the new tracking mechanism for HiZJason Ekstrand2017-06-071-1/+2
* i965: Move depth to the new resolve functionsJason Ekstrand2017-06-071-6/+6
* i965: Inline renderbuffer_att_set_needs_depth_resolveJason Ekstrand2017-06-071-2/+10
* i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2017-06-071-56/+0
* i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand2017-06-071-6/+4
* i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand2017-06-071-12/+3
* i965: Use BLORP for color clears on gen4-5Jason Ekstrand2017-05-261-2/+1
* i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen2017-01-181-1/+6
* i965: Make depth clear flushing more explicitTopi Pohjolainen2017-01-181-8/+41
* i965: fix noop_scissor range issue on width/heightJordan Justen2016-09-011-7/+7
* i965: Move the hiz_op enum to blorpJason Ekstrand2016-08-291-2/+2
* i965: Track that the stencil data was updated when clearingJordan Justen2016-08-261-0/+8
* i965: Use blorp for all clearsJason Ekstrand2016-05-141-8/+0
* i965/blorp: Enable for normal color clearsTopi Pohjolainen2016-04-231-0/+9
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965/gen9: Enable rep clears on gen9Chad Versace2015-10-091-1/+1
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-2/+2
* i965: Add buffer sizes to perf debug of fast clearsBen Widawsky2015-06-051-2/+3
* i965: Disable fast color clears on Skylake for now.Kenneth Graunke2014-11-031-1/+1
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-7/+5
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+0
* i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga2014-04-131-1/+1
* i965: Account for view parameters in fast depth clearsChris Forbes2014-04-101-3/+3
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-261-2/+3
* i965: Enable fast depth clears.Kenneth Graunke2014-02-191-1/+1