Mesa (master): mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa' s BUFFER_DEPTH.

Brian Paul brianp at kemper.freedesktop.org
Mon Feb 22 15:05:11 UTC 2010


Module: Mesa
Branch: master
Commit: 6ce5b5e115451543a4a059ef6b618c1e53f2bbc5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ce5b5e115451543a4a059ef6b618c1e53f2bbc5

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Feb 22 08:04:16 2010 -0700

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

Some st functions assume that they are identical.

(cherry picked from commit 9d17ad2891b58de9e33e943ff918a678c6a3c2bd)

---

 src/mesa/state_tracker/st_public.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h
index 98c1981..5c9a855 100644
--- a/src/mesa/state_tracker/st_public.h
+++ b/src/mesa/state_tracker/st_public.h
@@ -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




More information about the mesa-commit mailing list