aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Remove dead logic for non-tri depth/stencil clears.Eric Anholt2012-05-231-26/+2
* i965: We always have GLSL, so always use it for tri clears.Eric Anholt2012-05-231-4/+1
* intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt2012-05-231-0/+203