update driver date and branch debug

This commit is contained in:
Keith Whitwell 2006-09-13 12:45:42 +00:00
parent 308d377ca8
commit 71bce51324
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ i915CreateContext(const __GLcontextModes * mesaVis,
if (!i915)
return GL_FALSE;
_mesa_printf("\ntexmem branch (i915, drop3)\n\n");
_mesa_printf("\ntexmem-0-3 branch\n\n");
i915InitVtbl(i915);
i915InitMetaFuncs(i915);

View file

@ -86,7 +86,7 @@ int INTEL_DEBUG = (0);
#include "extension_helper.h"
#define DRIVER_DATE "20060329"
#define DRIVER_DATE "20060913"
_glthread_Mutex lockMutex;
static GLboolean lockMutexInit = GL_FALSE;