summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_fbo.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-07-22 15:20:07 -0700
committerEric Anholt <eric@anholt.net>2008-07-23 10:21:25 -0700
commitd2d5abfaeb46fc7b4d4267a6c9e92420fc9b5334 (patch)
treef9539e7648f36f8d4ce846ef7b47170a3cadb6a8 /src/mesa/drivers/dri/intel/intel_fbo.h
parentf0ca917924a749b1fa287cc9536607ace03c2f89 (diff)
intel-gem: Use pread/pwrite for span access.
This will avoid clflushing entire buffers for small acesses, such as those commonly used by regression tests.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_fbo.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_fbo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.h b/src/mesa/drivers/dri/intel/intel_fbo.h
index 5fe0fd8abf..f55d3747f2 100644
--- a/src/mesa/drivers/dri/intel/intel_fbo.h
+++ b/src/mesa/drivers/dri/intel/intel_fbo.h
@@ -70,7 +70,6 @@ struct intel_renderbuffer
{
struct gl_renderbuffer Base;
struct intel_region *region;
- void *pfMap; /* possibly paged flipped map pointer */
GLuint pfPitch; /* possibly paged flipped pitch */
GLboolean RenderToTexture; /* RTT? */