r200: re-adding missing pitch alignment check in blit code
lost after switch to common code
This commit is contained in:
@@ -363,6 +363,10 @@ unsigned r200_blit(GLcontext *ctx,
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
if (src_offset % 32 || dst_offset % 32) {
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
if (0) {
|
||||
fprintf(stderr, "src: size [%d x %d], pitch %d, "
|
||||
"offset [%d x %d], format %s, bo %p\n",
|
||||
|
||||
Reference in New Issue
Block a user