Move the front.offset setting above a check to shortcut reallocating buffers if
authorEric Anholt <anholt@FreeBSD.org>
Tue, 25 Oct 2005 21:10:28 +0000 (21:10 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Tue, 25 Oct 2005 21:10:28 +0000 (21:10 +0000)
commita09d002bb5b9610681e10e3e3b09e5da5b971eaa
treef51cacc14a9af0cf2192cf85a84c87cc4ed52a31
parentf1113fa99d8767e58d223b5bbdd7e19e9e89613f
Move the front.offset setting above a check to shortcut reallocating buffers if
width and height stayed the same.  Rely on front.offset pointing at the origin
in the window (rather than the origin of the front buffer), and fix the coords
in swapbuffers, which were wrong.  This is different from other drivers because
we've got a back buffer with a 0,0 origin at the window's origin, which makes it
more convenient to have the front buffer match it.
src/mesa/drivers/dri/sis/sis_dd.c
src/mesa/drivers/dri/sis/sis_screen.c