glapi: Generate xserver glapi sources in the mesa tree
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 16 Jan 2008 03:25:41 +0000 (19:25 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 18 Feb 2008 01:40:43 +0000 (17:40 -0800)
commit7688791fc52f116eea421fda1d17aba5cf10977b
tree453b7e0a8fc310f13064e066369a1bad747255e7
parent15f0015df443025086ae810c0c0d07b4359b9e02
glapi: Generate xserver glapi sources in the mesa tree

Instead of generating the glapi sources for the xserver and commiting
them to the xserver tree, we can keep them in the mesa tree and change
the xserver build to use the files from the mesa tree.

This makes the xserver glx build more robust as it reduces the chances
for mismatches of the glX API used in the xserver vs. in mesa.
src/glx/x11/indirect_dispatch.c [new file with mode: 0644]
src/glx/x11/indirect_dispatch.h [new file with mode: 0644]
src/glx/x11/indirect_dispatch_swap.c [new file with mode: 0644]
src/glx/x11/indirect_reqsize.c [new file with mode: 0644]
src/glx/x11/indirect_reqsize.h [new file with mode: 0644]
src/glx/x11/indirect_size_get.c [new file with mode: 0644]
src/glx/x11/indirect_size_get.h [new file with mode: 0644]
src/glx/x11/indirect_table.c [new file with mode: 0644]
src/mesa/glapi/Makefile