Files
mesa/src
Brian Paul 3f856c6b6b mesa: rework viewport/scissor initialization code
The first time a context is bound to a drawable, the viewport and scissor
bounds are initialized to the buffer's size.  This is actually a bit tricky.

A new _mesa_check_init_viewport() function is called in several places
to check if the viewport has been initialized.  We also use a new
ctx->ViewportInitialized flag instead of the overloaded
ctx->FirstTimeCurrent flag.
2009-06-17 08:38:38 -06:00
..
2009-01-10 13:52:06 -05:00
2009-04-29 20:46:37 -07:00
2009-03-25 09:01:01 -06:00
2009-01-23 12:32:35 +00:00