mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 17:30:20 +01:00
Fix a discrepancy in the definition of the upload flags. This still doesn't
fix the problem that since the last update UT and some example aren't
showing textures anymore, but other programs do...
This commit is contained in:
parent
d04ebd5463
commit
f080c751f3
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
|||
#define MACH64_UPLOAD_DP_WRITE_MASK 0x0020
|
||||
#define MACH64_UPLOAD_DP_PIX_WIDTH 0x0040
|
||||
#define MACH64_UPLOAD_SETUP_CNTL 0x0080
|
||||
#define MACH64_UPLOAD_TEXTURE 0x0100
|
||||
#define MACH64_UPLOAD_MISC 0x0200
|
||||
#define MACH64_UPLOAD_MISC 0x0100
|
||||
#define MACH64_UPLOAD_TEXTURE 0x0200
|
||||
#define MACH64_UPLOAD_TEX0IMAGE 0x0400
|
||||
#define MACH64_UPLOAD_TEX1IMAGE 0x0800
|
||||
#define MACH64_UPLOAD_CLIPRECTS 0x1000 /* handled client-side */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue