summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_clear.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-5/+4
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-6/+7
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+0
2013-07-03i965: Move contents of intel_clear.h to intel_context.h.Kenneth Graunke1-1/+0
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry1-1/+1
2013-05-03i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt1-13/+0
2013-04-30i965: Implement color clears using a simple shader in blorp.Eric Anholt1-0/+11
2013-04-10intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace1-1/+1
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry1-1/+3
2013-03-15i965: Apply depthstencil alignment workaround when doing fast clears.Paul Berry1-1/+5
2012-09-25i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke1-1/+13
2012-08-24i965: don't clear resolve map when doing fast depth clears.Paul Berry1-4/+2
2012-08-12i965: Add performance debug for fast clear fallbacks.Eric Anholt1-1/+9
2012-08-08intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli1-1/+6
2012-05-23i965/gen6+: Add support for fast depth clears.Eric Anholt1-0/+130
2012-05-23i965: Rename the clear function for this driver.Eric Anholt1-2/+2
2012-05-23i965: Simplify the remaining clear logic by relying on the meta clear.Eric Anholt1-47/+11
2012-05-23i965: Switch blit color clears to tri clears on gen4/5.Eric Anholt1-28/+2
2012-05-23i965: Remove dead logic for non-tri depth/stencil clears.Eric Anholt1-26/+2
2012-05-23i965: We always have GLSL, so always use it for tri clears.Eric Anholt1-4/+1
2012-05-23intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt1-0/+203