dri/swrast: make unbind a noop
authorGeorge Sapountzis <gsap7@yahoo.gr>
Fri, 13 Jun 2008 12:52:32 +0000 (15:52 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Fri, 13 Jun 2008 12:52:32 +0000 (15:52 +0300)
commit7ffb1230b3287a72d9ac59c5d830f7a4155cbdf9
treec47532d3a97a652edd05746d58558f45111862cc
parent341987f68842d662168aa6386723ef9ac8080a93
dri/swrast: make unbind a noop

This is for loading swrast_dri.so from libGL.

MakeContextCurrent() seems to unbind the context right after binding it and
DRI drivers also have a noop DriverAPI.UnbindContext ...
src/mesa/drivers/dri/swrast/swrast.c