mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
New libdrm flag numbers.
This commit is contained in:
parent
67342052d2
commit
1ff99fcd50
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ struct bufmgr;
|
|||
|
||||
struct bufmgr *bm_intel_Attach(struct intel_context *intel);
|
||||
|
||||
#define BM_BATCHBUFFER 0x01000000 /* for map - pointer will be accessed
|
||||
#define BM_BATCHBUFFER 0x10000000 /* for map - pointer will be accessed
|
||||
* without dri lock */
|
||||
|
||||
/* Stick closely to ARB_vbo semantics - they're well defined and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue