Make the transition to script-genereated GLX code easier.
authorIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 08:31:15 +0000 (08:31 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 08:31:15 +0000 (08:31 +0000)
commit6b89a8363b4934e4b5bbad10f84bbe7e38f22f9b
treecf62b917800b94dcc1108b138505a4425862ca00
parentbb427b10b156225f1f79fed01930e1e2d3b2093f
Make the transition to script-genereated GLX code easier.

Move "handcoded" ARB_window_pos / MESA_window_pos functions to their own
file.  Modify the ARB_window_pos functions to use the MESA_window_pos names.
src/glx/x11/Makefile
src/glx/x11/g_render.c
src/glx/x11/indirect.h
src/glx/x11/indirect_init.c
src/glx/x11/indirect_window_pos.c [new file with mode: 0644]