meta: Drop blit src size fallback.
authorEric Anholt <eric@anholt.net>
Fri, 28 Feb 2014 20:19:09 +0000 (12:19 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 15 Apr 2014 19:27:37 +0000 (12:27 -0700)
commit4e43299633691f15e09e52d38b7a55444c632c3d
tree935d0b638595a8d52ae160cd867d422c05c77afa
parent602510395a96a1f6ca29189e4f5cfb3f07f21d23
meta: Drop blit src size fallback.

I think we can assert that renderbuffer size is <= maximum 2D texture
size.  Our source coordinates should have already been clipped to the src
renderbuffer size, but haven't actually (so we could potentially have
trouble if there's scaling, and we're in the CopyTexImage path that tries
to use src size).  However, this texture size dependency was blocking the
next refactors, so I'm not sure if we want to go ahead with this series
before we get the clipping sorted out or not.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/common/meta_blit.c