Copy of xlib driver. This will get trimmed down a lot for Gallium.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 31 Oct 2007 20:19:09 +0000 (14:19 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 31 Oct 2007 20:19:09 +0000 (14:19 -0600)
commitef25c496d52f4f6c45816b64b4c0999321476cd7
tree59b7e7861ac2d34329ec7fa2a4ed1d0b8d26f39a
parentf4a5ea2ccb472958a4635c606e9510011bceaa3d
Copy of xlib driver.  This will get trimmed down a lot for Gallium.
19 files changed:
src/mesa/pipe/xlib/fakeglx.c [new file with mode: 0644]
src/mesa/pipe/xlib/glxapi.c [new file with mode: 0644]
src/mesa/pipe/xlib/glxapi.h [new file with mode: 0644]
src/mesa/pipe/xlib/glxheader.h [new file with mode: 0644]
src/mesa/pipe/xlib/realglx.c [new file with mode: 0644]
src/mesa/pipe/xlib/realglx.h [new file with mode: 0644]
src/mesa/pipe/xlib/xfonts.c [new file with mode: 0644]
src/mesa/pipe/xlib/xfonts.h [new file with mode: 0644]
src/mesa/pipe/xlib/xm_api.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_buffer.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_dd.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_image.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_image.h [new file with mode: 0644]
src/mesa/pipe/xlib/xm_line.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_span.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_surface.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_tri.c [new file with mode: 0644]
src/mesa/pipe/xlib/xm_winsys.c [new file with mode: 0644]
src/mesa/pipe/xlib/xmesaP.h [new file with mode: 0644]