Mesa (master): intel: Remove leftover dri1 locking fields in the context.

Eric Anholt anholt at kemper.freedesktop.org
Wed Nov 3 13:08:56 UTC 2010


Module: Mesa
Branch: master
Commit: 2aa738bf26448afad5c94e6275c42b955faabfc0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aa738bf26448afad5c94e6275c42b955faabfc0

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Nov  2 20:43:48 2010 -0700

intel: Remove leftover dri1 locking fields in the context.

---

 src/mesa/drivers/dri/intel/intel_context.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
index 2ec65b8..9d5139c 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -190,9 +190,6 @@ struct intel_context
    } prim;
 
    GLuint stats_wm;
-   GLboolean locked;
-   char *prevLockFile;
-   int prevLockLine;
 
    /* Offsets of fields within the current vertex:
     */




More information about the mesa-commit mailing list