fix CONTEXT_ALL bitmap

This commit is contained in:
Keith Whitwell 2001-11-26 16:44:24 +00:00
parent 6f8928665e
commit cacc267b31

View file

@ -58,8 +58,8 @@
#define RADEON_UPLOAD_CLIPRECTS 0x00008000 /* handled client-side */
#define RADEON_REQUIRE_QUIESCENCE 0x00010000
#define RADEON_UPLOAD_ZBIAS 0x00020000 /* version 1.2 and newer */
#define RADEON_UPLOAD_ALL 0x0003ffff
#define RADEON_UPLOAD_CONTEXT_ALL 0x000101ff
#define RADEON_UPLOAD_ALL 0x0002ffff
#define RADEON_UPLOAD_CONTEXT_ALL 0x000201ff
#define RADEON_FRONT 0x1
#define RADEON_BACK 0x2