forked from KolibriOS/kolibrios
sdk: update libdrm
git-svn-id: svn://kolibrios.org@5068 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -56,10 +56,10 @@ struct _drm_intel_bufmgr {
|
||||
*
|
||||
* This is otherwise the same as bo_alloc.
|
||||
*/
|
||||
// drm_intel_bo *(*bo_alloc_for_render) (drm_intel_bufmgr *bufmgr,
|
||||
// const char *name,
|
||||
// unsigned long size,
|
||||
// unsigned int alignment);
|
||||
drm_intel_bo *(*bo_alloc_for_render) (drm_intel_bufmgr *bufmgr,
|
||||
const char *name,
|
||||
unsigned long size,
|
||||
unsigned int alignment);
|
||||
|
||||
/**
|
||||
* Allocate a tiled buffer object.
|
||||
|
Reference in New Issue
Block a user