diff options
author | Kenneth Graunke <[email protected]> | 2011-01-10 14:31:28 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-01-10 15:44:32 -0800 |
commit | da0c0dbab060416452e7c96415abef91ec7d64f4 (patch) | |
tree | ce547db9c799912e026ef3da8b4caac89a4ceebe /src | |
parent | 4b929c75e2d868cbfb21b5dbeb1f6c689a903be6 (diff) |
i965: Add #defines for HiZ and separate stencil buffer commands.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index fbf4fa2bff4..2f7dcc2dda7 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -1120,6 +1120,9 @@ # define MS_NUMSAMPLES_4 (2 << 1) # define MS_NUMSAMPLES_8 (3 << 1) +#define _3DSTATE_STENCIL_BUFFER 0x790e /* ILK, SNB */ +#define _3DSTATE_HIER_DEPTH_BUFFER 0x790f /* ILK, SNB */ + #define _3DSTATE_CLEAR_PARAMS 0x7910 /* ILK+ */ # define DEPTH_CLEAR_VALID (1 << 15) /* DW1: depth clear value */ |