r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / pbo.h
index 00a6e617f22d95110dd09b3931a74c81ee615406..9eba335148437f49dbd197fdd2f5be5ebaa21518 100644 (file)
@@ -81,7 +81,8 @@ _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions,
 
 extern const GLvoid *
 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx,
-                                    GLsizei imageSize, const GLvoid *pixels,
+                                    GLuint dimensions, GLsizei imageSize,
+                                    const GLvoid *pixels,
                                     const struct gl_pixelstore_attrib *packing,
                                     const char *funcName);