mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
update driver date and branch debug
This commit is contained in:
parent
308d377ca8
commit
71bce51324
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue