summaryrefslogtreecommitdiffstats
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-06-01 13:00:57 -0400
committerAdam Jackson <ajax@redhat.com>2011-06-02 15:37:22 -0400
commite09e5cb7d8b2d7a9d0ec61476e654528010b2b91 (patch)
tree1c25e9f2ad5e9a530d3e10f1b50962886d45bf50 /src/glx/glxclient.h
parent776a2a54473194e2f0926902276a1f880cded91f (diff)
downloadexternal_mesa3d-e09e5cb7d8b2d7a9d0ec61476e654528010b2b91.zip
external_mesa3d-e09e5cb7d8b2d7a9d0ec61476e654528010b2b91.tar.gz
external_mesa3d-e09e5cb7d8b2d7a9d0ec61476e654528010b2b91.tar.bz2
glx: Remove (unused, broken) fastImageUnpack fast path
Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 2b6966f..a443f78 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -310,14 +310,6 @@ struct glx_context
/*@} */
/**
- * This is \c GL_TRUE if the pixel unpack modes are such that an image
- * can be unpacked from the clients memory by just copying. It may
- * still be true that the server will have to do some work. This
- * just promises that a straight copy will fetch the correct bytes.
- */
- GLboolean fastImageUnpack;
-
- /**
* Fill newImage with the unpacked form of \c oldImage getting it
* ready for transport to the server.
*/