Added a check_context_limits() function that checks that the ctx->Const.*
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 15 May 2006 15:26:04 +0000 (15:26 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 15 May 2006 15:26:04 +0000 (15:26 +0000)
commit5e2e96b6f010853abcc5a38fd7283768438003b2
tree3ce09bb2fb6d893dc4a150b4236f3f83d865a580
parentc8ea111166d55ec0bc12f08694117b974d570da8
Added a check_context_limits() function that checks that the ctx->Const.*
fields are legal.  May catch some driver development bugs.
Called the first time a context is bound.
src/mesa/main/context.c