mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 22:10:17 +01:00
fix SAREA
This commit is contained in:
parent
88cb873045
commit
3f6c8f64aa
1 changed files with 9 additions and 0 deletions
|
|
@ -125,6 +125,15 @@ typedef struct drm_i915_sarea {
|
|||
int third_offset;
|
||||
int third_size;
|
||||
unsigned int third_tiled;
|
||||
|
||||
/* buffer object handles for the static buffers. May change
|
||||
* over the lifetime of the client, though it doesn't in our current
|
||||
* implementation.
|
||||
*/
|
||||
unsigned int front_bo_handle;
|
||||
unsigned int back_bo_handle;
|
||||
unsigned int third_bo_handle;
|
||||
unsigned int depth_bo_handle;
|
||||
} drm_i915_sarea_t;
|
||||
|
||||
/* Driver specific fence types and classes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue