mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
bump driver date, etc
This commit is contained in:
parent
08e7957571
commit
67ff8b354e
3 changed files with 3 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ static void intelTexSubimage (GLcontext *ctx,
|
|||
intelImage->level,
|
||||
&dstRowStride );
|
||||
|
||||
assert(dstRowStride);
|
||||
|
||||
if (!texImage->TexFormat->StoreImage(ctx, dims, texImage->_BaseFormat,
|
||||
texImage->TexFormat,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue