Move glcontextmodes.c to glx.
authorGeorge Sapountzis <gsap7@yahoo.gr>
Thu, 5 Apr 2007 15:59:42 +0000 (18:59 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Thu, 5 Apr 2007 15:59:42 +0000 (18:59 +0300)
commit885111518eeb60664b2ac708512dc8b599060280
treee79433ad2e222c64235cacdbc8fb6e92b75d3502
parent0cae814f362bd7e648535c8ceae12ad286d20d73
Move glcontextmodes.c to glx.

It is no longer linked with DRI drivers, libGL passes function pointers through
the DRI interface.
src/glx/mini/Makefile
src/glx/x11/Makefile
src/glx/x11/glcontextmodes.c [new file with mode: 0644]
src/glx/x11/glcontextmodes.h [new file with mode: 0644]
src/mesa/drivers/dri/common/glcontextmodes.c [deleted file]
src/mesa/drivers/dri/common/glcontextmodes.h [deleted file]