mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
Add more feilds to context.
This commit is contained in:
parent
911ec211a5
commit
97d11ecd6c
1 changed files with 4 additions and 1 deletions
|
|
@ -125,9 +125,12 @@ typedef struct nouveau_context {
|
|||
|
||||
uint32_t vblank_flags;
|
||||
|
||||
GLuint new_state;
|
||||
GLuint new_render_state;
|
||||
GLuint render_index;
|
||||
GLmatrix viewport;
|
||||
GLfloat depth_scale;
|
||||
GLuint render_index;
|
||||
|
||||
}nouveauContextRec, *nouveauContextPtr;
|
||||
|
||||
#define NOUVEAU_CONTEXT(ctx) ((nouveauContextPtr)(ctx->DriverCtx))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue