diff options
author | Marek Olšák <[email protected]> | 2010-07-08 06:16:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-07-08 18:02:30 +0200 |
commit | f9e8cdc145fc0ba1f6c47e20860add6528387c7c (patch) | |
tree | 246e36ca7607fa5901d22bccf6db585a8b675de4 /src/gallium/drivers/r300/r300_reg.h | |
parent | 3751e6e1fc385739022d0942b46e175632ad0d4b (diff) |
r300g: minor fixups
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h index f54a467e7c8..2acc1a903e8 100644 --- a/src/gallium/drivers/r300/r300_reg.h +++ b/src/gallium/drivers/r300/r300_reg.h @@ -2617,7 +2617,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. # define R300_WR_COMP_DISABLE (0 << 4) # define R300_WR_COMP_ENABLE (1 << 4) # define R300_ZB_CB_CLEAR_RMW (0 << 5) -# define R300_ZB_CB_CLEAR_CACHE_LINEAR (1 << 5) +# define R300_ZB_CB_CLEAR_CACHE_LINE_WRITE_ONLY (1 << 5) # define R300_FORCE_COMPRESSED_STENCIL_VALUE_DISABLE (0 << 6) # define R300_FORCE_COMPRESSED_STENCIL_VALUE_ENABLE (1 << 6) |