summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_common.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-01-06 23:32:46 +0800
committerChia-I Wu <[email protected]>2014-01-08 18:11:36 +0800
commit76edf44f9ed7ea8d8e8f44d0d01b5ed26606903e (patch)
treec5585829b865e7b0fcc6c247b0349f4062c28e1a /src/gallium/drivers/ilo/ilo_common.h
parente7b4219e2287f98a323b6883ce5f42545cab0e8f (diff)
ilo: enable HiZ
The support is still early. Fast depth buffer clear is not enabled yet. HiZ can be forced off with ILO_DEBUG=nohiz.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h
index 6db94b91c04..9145d3235bd 100644
--- a/src/gallium/drivers/ilo/ilo_common.h
+++ b/src/gallium/drivers/ilo/ilo_common.h
@@ -62,6 +62,7 @@ enum ilo_debug {
/* flags that affect the behaviors of the driver */
ILO_DEBUG_NOHW = 1 << 20,
ILO_DEBUG_NOCACHE = 1 << 21,
+ ILO_DEBUG_NOHIZ = 1 << 22,
};
struct ilo_dev_info {