summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-1/+2
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-1/+1
* i965: Fix fast depth clear values on Broadwell.Kenneth Graunke2014-02-071-1/+4
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-2/+2
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* i965: Consider only the scissor rectangle for viewport 0 for clearsIan Romanick2014-01-201-1/+1
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-6/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-101-3/+3
* i965: Fix fast clear of depth buffers.Paul Berry2013-11-211-2/+10
* i965: Disable BLORP on Broadwell for now.Kenneth Graunke2013-11-211-2/+2
* i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2013-08-041-1/+2