mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 02:40:20 +01:00
fix CONTEXT_ALL bitmap
This commit is contained in:
parent
6f8928665e
commit
cacc267b31
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue