mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Add padding to match the current xf86-video-intel DDX->DRI interface.
This commit is contained in:
parent
3775b566fa
commit
2332812644
1 changed files with 20 additions and 0 deletions
|
|
@ -18,6 +18,21 @@ typedef struct _I830DRIRec {
|
|||
drm_handle_t regs;
|
||||
drmSize regsSize;
|
||||
|
||||
drmSize unused1; /* backbufferSize */
|
||||
drm_handle_t unused2; /* backbuffer */
|
||||
|
||||
drmSize unused3; /* depthbufferSize */
|
||||
drm_handle_t unused4; /* depthbuffer */
|
||||
|
||||
drmSize unused5; /* rotatedSize /*/
|
||||
drm_handle_t unused6; /* rotatedbuffer */
|
||||
|
||||
drm_handle_t unused7; /* textures */
|
||||
int unused8; /* textureSize */
|
||||
|
||||
drm_handle_t unused9; /* agp_buffers */
|
||||
drmSize unused10; /* agp_buf_size */
|
||||
|
||||
int deviceID;
|
||||
int width;
|
||||
int height;
|
||||
|
|
@ -25,6 +40,11 @@ typedef struct _I830DRIRec {
|
|||
int cpp;
|
||||
int bitsPerPixel;
|
||||
|
||||
int unused11[8]; /* was front/back/depth/rotated offset/pitch */
|
||||
|
||||
int unused12; /* logTextureGranularity */
|
||||
int unused13; /* textureOffset */
|
||||
|
||||
int irq;
|
||||
int sarea_priv_offset;
|
||||
} I830DRIRec, *I830DRIPtr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue