svga: add max DMA size check in svga_winsys_buffer_create()
authorBrian Paul <brianp@vmware.com>
Fri, 11 Feb 2011 18:56:44 +0000 (11:56 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Feb 2011 18:56:45 +0000 (11:56 -0700)
commitda2e541218d65c8931f0061fc4badd8fdedfcb83
tree9d2373c24f49d06dba281534bc17ca571e76feaa
parent8c617990519a113886fe743b5932525b0cb37544
svga: add max DMA size check in svga_winsys_buffer_create()

This fixes a problem when trying to use large (2K x 2K) texture
images.  We'll DMA the image in chunks.

Patch written by Jose.
src/gallium/drivers/svga/svga_resource_buffer_upload.c