diff options
author | Marek Olšák <[email protected]> | 2011-03-01 01:46:10 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-01 01:46:27 +0100 |
commit | 790c73140939fb60c1b702215bb6afa09f401a8e (patch) | |
tree | 09f24392a994aa33edb1e6d5360a1e270c9424bf /src/gallium/drivers/r300/r300_context.h | |
parent | 4609be44106274fa88cfdf935257dfbe51cb6039 (diff) |
r300g: set the correct HiZ clear value
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 33d1390b070..64b06ca7b06 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -575,6 +575,8 @@ struct r300_context { boolean hiz_in_use; /* HiZ function. Can be either MIN or MAX. */ enum r300_hiz_func hiz_func; + /* HiZ clear value. */ + uint32_t hiz_clear_value; void *dsa_decompress_zmask; |