XXX comments

This commit is contained in:
Brian Paul 2006-03-20 15:50:59 +00:00
parent b176ef05f2
commit 26dc161fde

View file

@ -189,7 +189,7 @@ static GLboolean do_blit_readpixels( GLcontext *ctx,
return GL_FALSE;
if (dst) {
/* This validation should be done by core mesa:
/* XXX This validation should be done by core mesa:
*/
if (!_mesa_validate_pbo_access(2, pack, width, height, 1,
format, type, pixels)) {
@ -231,7 +231,7 @@ static GLboolean do_blit_readpixels( GLcontext *ctx,
rowLength = -rowLength;
}
/* XXX 64-bit cast? */
dst_offset = (GLuint) _mesa_image_address(2, pack, pixels, width, height,
format, type, 0, 0, 0);