Skip to content
Snippets Groups Projects
Commit 4d7c1871 authored by Lina Versace's avatar Lina Versace
Browse files

i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT


This depth format was added in Gen5.

Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Signed-off-by: default avatarChad Versace <chad.versace@intel.com>
parent 05173c61
No related branches found
No related tags found
Loading
......@@ -147,6 +147,7 @@
#define BRW_DEPTHFORMAT_D32_FLOAT_S8X24_UINT 0
#define BRW_DEPTHFORMAT_D32_FLOAT 1
#define BRW_DEPTHFORMAT_D24_UNORM_S8_UINT 2
#define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT 3 /* GEN5 */
#define BRW_DEPTHFORMAT_D16_UNORM 5
#define BRW_FLOATING_POINT_IEEE_754 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment