aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_blorp.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-05-21 10:01:20 -0700
committerEric Anholt <[email protected]>2012-05-23 10:18:27 -0700
commit54308f78a2f8675bfd854761f9cd8a6b71e119d0 (patch)
tree414b00c71de03fdc71a3db2f28226db2243df38d /src/mesa/drivers/dri/i965/gen6_blorp.h
parent072634da4a6ee5eafb5f5df26ca5f988209e6d40 (diff)
i965: Drop a layer of indirection in doing HiZ resolves.
Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen6_blorp.h')
-rw-r--r--src/mesa/drivers/dri/i965/gen6_blorp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_blorp.h b/src/mesa/drivers/dri/i965/gen6_blorp.h
index 80961480362..969ead1a2e7 100644
--- a/src/mesa/drivers/dri/i965/gen6_blorp.h
+++ b/src/mesa/drivers/dri/i965/gen6_blorp.h
@@ -32,18 +32,6 @@ extern "C" {
struct intel_context;
struct intel_mipmap_tree;
-void
-gen6_resolve_hiz_slice(struct intel_context *intel,
- struct intel_mipmap_tree *mt,
- uint32_t level,
- uint32_t layer);
-
-void
-gen6_resolve_depth_slice(struct intel_context *intel,
- struct intel_mipmap_tree *mt,
- uint32_t level,
- uint32_t layer);
-
#ifdef __cplusplus
}