intel: Fix uninitialized values in debug output for renderbuffer mapping.
This commit is contained in:
@@ -146,7 +146,7 @@ intel_map_renderbuffer(struct gl_context *ctx,
|
||||
|
||||
DBG("%s: rb %d (%s) mt mapped: (%d, %d) (%dx%d) -> %p/%d\n",
|
||||
__FUNCTION__, rb->Name, _mesa_get_format_name(rb->Format),
|
||||
x, y, w, h, *out_map, *out_stride);
|
||||
x, y, w, h, map, stride);
|
||||
|
||||
*out_map = map;
|
||||
*out_stride = stride;
|
||||
|
Reference in New Issue
Block a user