mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
intel: Remove some dead context structure fields.
This commit is contained in:
parent
3727858ceb
commit
1ffd0a7789
1 changed files with 0 additions and 2 deletions
|
|
@ -174,7 +174,6 @@ struct intel_context
|
|||
|
||||
struct dri_metaops meta;
|
||||
|
||||
GLint refcount;
|
||||
GLbitfield Fallback; /**< mask of INTEL_FALLBACK_x bits */
|
||||
GLuint NewGLState;
|
||||
|
||||
|
|
@ -199,7 +198,6 @@ struct intel_context
|
|||
struct intel_batchbuffer *batch;
|
||||
drm_intel_bo *first_post_swapbuffers_batch;
|
||||
GLboolean no_batch_wrap;
|
||||
unsigned batch_id;
|
||||
|
||||
struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue