mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.

Some st functions assume that they are identical.
This commit is contained in:
Thomas Hellstrom 2010-02-21 10:39:38 +01:00
parent d437d905e6
commit 9d17ad2891

View file

@ -39,7 +39,7 @@
#define ST_SURFACE_BACK_LEFT 1
#define ST_SURFACE_FRONT_RIGHT 2
#define ST_SURFACE_BACK_RIGHT 3
#define ST_SURFACE_DEPTH 8
#define ST_SURFACE_DEPTH 4
#define ST_TEXTURE_2D 0x2
#define ST_TEXTURE_RECT 0x4