Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
authorAdam Jackson <ajax@freedesktop.org>
Mon, 25 Oct 2004 21:09:16 +0000 (21:09 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Mon, 25 Oct 2004 21:09:16 +0000 (21:09 +0000)
commitcb3610e37c4c0a40520441b8515d044dabcc8854
tree4c3a60c9381bc03c4ad58f9170e99d8237b1d81d
parentbcd8735546f3842f917f2cdc4ff530e4215f01a1
Import the GLX client side library, formerly from xc/lib/GL/glx.  Build it
by adding 'glx/x11' to SRC_DIRS in your build config.
37 files changed:
src/glx/x11/Makefile [new file with mode: 0644]
src/glx/x11/XF86dri.c [new file with mode: 0644]
src/glx/x11/clientattrib.c [new file with mode: 0644]
src/glx/x11/compsize.c [new file with mode: 0644]
src/glx/x11/dispatch.c [new file with mode: 0644]
src/glx/x11/dri_glx.c [new file with mode: 0644]
src/glx/x11/dri_glx.h [new file with mode: 0644]
src/glx/x11/eval.c [new file with mode: 0644]
src/glx/x11/g_render.c [new file with mode: 0644]
src/glx/x11/g_single.c [new file with mode: 0644]
src/glx/x11/g_vendpriv.c [new file with mode: 0644]
src/glx/x11/glx_pbuffer.c [new file with mode: 0644]
src/glx/x11/glx_query.c [new file with mode: 0644]
src/glx/x11/glx_texture_compression.c [new file with mode: 0644]
src/glx/x11/glxclient.h [new file with mode: 0644]
src/glx/x11/glxcmds.c [new file with mode: 0644]
src/glx/x11/glxext.c [new file with mode: 0644]
src/glx/x11/glxextensions.c [new file with mode: 0644]
src/glx/x11/glxextensions.h [new file with mode: 0644]
src/glx/x11/indirect.h [new file with mode: 0644]
src/glx/x11/indirect_init.c [new file with mode: 0644]
src/glx/x11/indirect_init.h [new file with mode: 0644]
src/glx/x11/indirect_wrap.h [new file with mode: 0644]
src/glx/x11/packrender.h [new file with mode: 0644]
src/glx/x11/packsingle.h [new file with mode: 0644]
src/glx/x11/packvendpriv.h [new file with mode: 0644]
src/glx/x11/pixel.c [new file with mode: 0644]
src/glx/x11/pixelstore.c [new file with mode: 0644]
src/glx/x11/render2.c [new file with mode: 0644]
src/glx/x11/renderpix.c [new file with mode: 0644]
src/glx/x11/single2.c [new file with mode: 0644]
src/glx/x11/singlepix.c [new file with mode: 0644]
src/glx/x11/size.h [new file with mode: 0644]
src/glx/x11/vertarr.c [new file with mode: 0644]
src/glx/x11/xf86dri.h [new file with mode: 0644]
src/glx/x11/xf86dristr.h [new file with mode: 0644]
src/glx/x11/xfont.c [new file with mode: 0644]