mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
intel: Ensure variable intel is used in i915 builds.
Fixes unused pointer value defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
85a9a7f09c
commit
db7612d15d
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ intelCopyTexSubImage(struct gl_context *ctx, GLuint dims,
|
|||
#endif
|
||||
|
||||
/* Next, try the BLT engine. */
|
||||
if (intel_copy_texsubimage(intel_context(ctx),
|
||||
if (intel_copy_texsubimage(intel,
|
||||
intel_texture_image(texImage),
|
||||
xoffset, yoffset,
|
||||
intel_renderbuffer(rb), x, y, width, height))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue