intel: Fix compile warning from 7b6424143d
This commit is contained in:
@@ -321,8 +321,8 @@ intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target,
|
||||
struct intel_renderbuffer *rb;
|
||||
struct gl_texture_object *texObj;
|
||||
struct gl_texture_image *texImage;
|
||||
int level = 0, internalFormat;
|
||||
gl_format texFormat;
|
||||
int level = 0, internalFormat = 0;
|
||||
gl_format texFormat = MESA_FORMAT_NONE;
|
||||
|
||||
texObj = _mesa_get_current_tex_object(ctx, target);
|
||||
intelObj = intel_texture_object(texObj);
|
||||
|
||||
Reference in New Issue
Block a user