bump driver date, etc

This commit is contained in:
Keith Whitwell 2006-02-13 00:39:20 +00:00
parent 08e7957571
commit 67ff8b354e
3 changed files with 3 additions and 2 deletions

View file

@ -110,7 +110,7 @@ GLboolean i915CreateContext( const __GLcontextModes *mesaVis,
if (!i915) return GL_FALSE;
_mesa_printf( "\ntexmem branch (i915)\n\n");
_mesa_printf( "\ntexmem branch (i915, drop2)\n\n");
i915InitVtbl( i915 );

View file

@ -93,7 +93,7 @@ int prevLockLine;
* Mesa's Driver Functions
***************************************/
#define DRIVER_DATE "20060201"
#define DRIVER_DATE "20060212"
const GLubyte *intelGetString( GLcontext *ctx, GLenum name )
{

View file

@ -74,6 +74,7 @@ static void intelTexSubimage (GLcontext *ctx,
intelImage->level,
&dstRowStride );
assert(dstRowStride);
if (!texImage->TexFormat->StoreImage(ctx, dims, texImage->_BaseFormat,
texImage->TexFormat,