mesa: remove MAX_WIDTH from prog_execute.h
authorBrian Paul <brianp@vmware.com>
Mon, 20 Feb 2012 18:07:01 +0000 (11:07 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Feb 2012 15:03:12 +0000 (08:03 -0700)
commit70d3363757d286f2fa97c9b60268a96156fdb224
tree75bf65f59430709f26d2fc50d94fa353d18c8368
parent0a543eb5c4b299a4e819895455913a77a44f52b9
mesa: remove MAX_WIDTH from prog_execute.h

define a PROG_MAX_WIDTH var instead.  It has to match MAX_WIDTH in
swrast.  More elaborate refactoring could fix that (someday).
src/mesa/program/prog_execute.h
src/mesa/swrast/s_context.c