mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 01:28:07 +02:00
remove refcount, fboRect fields
This commit is contained in:
parent
ca96ee421a
commit
cf30d377ac
1 changed files with 0 additions and 5 deletions
|
|
@ -50,24 +50,19 @@ struct intel_context
|
|||
{
|
||||
struct st_context *st;
|
||||
|
||||
GLint refcount;
|
||||
|
||||
struct _DriFenceObject *last_swap_fence;
|
||||
struct _DriFenceObject *first_swap_fence;
|
||||
|
||||
struct intel_batchbuffer *batch;
|
||||
|
||||
|
||||
GLboolean locked;
|
||||
char *prevLockFile;
|
||||
int prevLockLine;
|
||||
|
||||
|
||||
/* These refer to the current drawing buffer:
|
||||
*/
|
||||
GLuint numClipRects; /**< cliprects for drawing */
|
||||
drm_clip_rect_t *pClipRects;
|
||||
drm_clip_rect_t fboRect; /**< cliprect for rendering */
|
||||
|
||||
GLuint irqsEmitted;
|
||||
drm_i915_irq_wait_t iw;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue