diff options
author | Eric Anholt <[email protected]> | 2009-01-27 12:05:47 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-01-27 12:05:47 -0800 |
commit | 65d39a9eed9ae60944dd3c5db392a382c5946cbc (patch) | |
tree | 407cfe8a134604d725768741b4a75a7c35098442 /src/mesa/drivers/dri/intel/intel_fbo.h | |
parent | 318e53a4bf27499935c874f475af111ffaa71fdd (diff) |
intel: clean up more pf mess.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_fbo.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_fbo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.h b/src/mesa/drivers/dri/intel/intel_fbo.h index a44989b5fdd..41ced2a01a5 100644 --- a/src/mesa/drivers/dri/intel/intel_fbo.h +++ b/src/mesa/drivers/dri/intel/intel_fbo.h @@ -63,11 +63,8 @@ struct intel_renderbuffer { struct gl_renderbuffer Base; struct intel_region *region; - GLuint pfPitch; /* possibly paged flipped pitch */ GLboolean RenderToTexture; /* RTT? */ - GLuint pf_pending; /**< sequence number of pending flip */ - GLuint vbl_pending; /**< vblank sequence number of pending flip */ uint8_t *span_cache; |