Update the _WindowMap matrix in _mesa_set_viewport() and _mesa_DepthRange().
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:44:31 +0000 (23:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:44:31 +0000 (23:44 +0000)
commit75a8383e8d9940bd933dea1ef3b33d8321a6a723
tree0506859c8f24841a3837e1c2a9c8ecddf126ca0c
parent920023240c2fc42675f318732b43bdc6f339113c
Update the _WindowMap matrix in _mesa_set_viewport() and _mesa_DepthRange().
This is a temporary fix for the DRI drivers.
Should really only have to update the matrix via _mesa_update_state().
src/mesa/main/matrix.c