mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT
This was colliding badly and making GL45-CTS.buffer_storage.map_persistent_texture fail on radeonsi. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -63,7 +63,7 @@ struct gl_memory_info;
|
||||
* want to provoke the driver to throw away the old storage, we will
|
||||
* respect the contents of already referenced data.
|
||||
*/
|
||||
#define MESA_MAP_NOWAIT_BIT 0x0040
|
||||
#define MESA_MAP_NOWAIT_BIT 0x4000
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user