glx: Split tfp functions out to context vtable
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 21 May 2010 14:36:56 +0000 (10:36 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 22 May 2010 03:24:37 +0000 (23:24 -0400)
commit643b2af0203764cb9f0a5b9e082937ab3f243523
tree685afc7329526395fd7865017d05893c9bd3396d
parent4db0c760195c67f1bc114fdfb8464791030a526c
glx: Split tfp functions out to context vtable

This introduces a new per-context vtable, which lets us clean up all the
#ifdef's a bit and move the DRI2 specific implementation into dri2_glx.c.
src/glx/dri2_glx.c
src/glx/dri_glx.c
src/glx/glxclient.h
src/glx/glxcmds.c