mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 11:20:26 +01:00
i915: Remove dead early z enable bit which was always on.
This commit is contained in:
parent
7855b2aef6
commit
8e76ac070d
3 changed files with 1 additions and 66 deletions
Binary file not shown.
|
|
@ -49,8 +49,7 @@
|
|||
#define IZ_DEPTH_TEST_ENABLE_BIT 0x8
|
||||
#define IZ_STENCIL_WRITE_ENABLE_BIT 0x10
|
||||
#define IZ_STENCIL_TEST_ENABLE_BIT 0x20
|
||||
#define IZ_EARLY_DEPTH_TEST_BIT 0x40
|
||||
#define IZ_BIT_MAX 0x80
|
||||
#define IZ_BIT_MAX 0x40
|
||||
|
||||
#define AA_NEVER 0
|
||||
#define AA_SOMETIMES 1
|
||||
|
|
|
|||
|
|
@ -50,70 +50,6 @@ const struct {
|
|||
GLuint ds_present:1;
|
||||
} wm_iz_table[IZ_BIT_MAX] =
|
||||
{
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 1, 1, 0, 0 },
|
||||
{ C, 1, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 1, 1, 0, 0 },
|
||||
{ C, 1, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 0, 1, 0, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 1, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 0, 1, 1, 0 },
|
||||
{ C, 0, 0, 0, 1 },
|
||||
{ C, 0, 0, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 1, 1, 0, 1 },
|
||||
{ C, 1, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 0, 0, 0, 1 },
|
||||
{ C, 0, 0, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 1, 1, 0, 1 },
|
||||
{ C, 1, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 0, 1, 0, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 1, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ C, 0, 1, 1, 1 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
{ P, 0, 0, 0, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue