remove refcount, fboRect fields
authorBrian <brian.paul@tungstengraphics.com>
Fri, 2 Nov 2007 18:46:19 +0000 (12:46 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 5 Nov 2007 15:04:47 +0000 (08:04 -0700)
src/mesa/drivers/dri/intel_winsys/intel_context.h

index 78d5491..e9c14b6 100644 (file)
@@ -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;