mesa: move/fix MAX_WIDTH/HEIGHT-related assertions
authorBrian Paul <brianp@vmware.com>
Mon, 20 Feb 2012 03:08:52 +0000 (20:08 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Feb 2012 15:02:54 +0000 (08:02 -0700)
commit08687c7912f3d1b8f5420ba3c0a4fc474fa80d37
treefdd76621ae3b458c1161a37cdd1af3c7a8bc9c84
parent3e88e432244336518e1bbcf303ee53eae4df2a02
mesa: move/fix MAX_WIDTH/HEIGHT-related assertions

Max texture and viewport size is only limited by MAX_WIDTH/HEIGHT for swrast.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mesa/main/context.c
src/mesa/swrast/s_context.c