summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-5/+4
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-6/+7
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+0
* i965: Move contents of intel_clear.h to intel_context.h.Kenneth Graunke2013-07-031-1/+0
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-121-1/+1
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-301-0/+11
* intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace2013-04-101-1/+1
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-191-1/+3
* i965: Apply depthstencil alignment workaround when doing fast clears.Paul Berry2013-03-151-1/+5
* i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke2012-09-251-1/+13
* i965: don't clear resolve map when doing fast depth clears.Paul Berry2012-08-241-4/+2
* i965: Add performance debug for fast clear fallbacks.Eric Anholt2012-08-121-1/+9
* intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli2012-08-081-1/+6
* i965/gen6+: Add support for fast depth clears.Eric Anholt2012-05-231-0/+130
* i965: Rename the clear function for this driver.Eric Anholt2012-05-231-2/+2
* i965: Simplify the remaining clear logic by relying on the meta clear.Eric Anholt2012-05-231-47/+11
* i965: Switch blit color clears to tri clears on gen4/5.Eric Anholt2012-05-231-28/+2