llvmpipe: fix-up comment

This commit is contained in:
Brian Paul 2010-01-19 11:58:43 -07:00
parent 1073e39ab9
commit d8d80a8d74

View file

@ -65,7 +65,8 @@ llvmpipe_texture_layout(struct llvmpipe_screen *screen,
unsigned nblocksx, nblocksy;
/* Allocate storage for whole quads. This is particularly important
* for depth surfaces, which are currently stored in a swizzled format. */
* for depth surfaces, which are currently stored in a swizzled format.
*/
nblocksx = util_format_get_nblocksx(pt->format, align(width, 2));
nblocksy = util_format_get_nblocksy(pt->format, align(height, 2));