OSDN Git Service

glx: Split indirect and applegl implementations into different files
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 28 Jul 2010 20:40:43 +0000 (16:40 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 28 Jul 2010 20:45:25 +0000 (16:45 -0400)
commit6849916170c0275c13510251a7b217c20f2b993e
tree92e30d9c779f14ca6b0525e7040f399f31f7394d
parentc491e585e43d48a2aeec96ccc4008da6c443fb42
glx: Split indirect and applegl implementations into different files
src/glx/Makefile
src/glx/applegl_glx.c [new file with mode: 0644]
src/glx/glxclient.h
src/glx/glxcmds.c
src/glx/glxcurrent.c
src/glx/glxext.c
src/glx/indirect_glx.c [new file with mode: 0644]