xserver-multidpi/hw/xfree86/dri2
Kristian Høgsberg e5aad4bc08 Get out of the mesa symlinking business.
This copies over the files generated from mesa/src/mesa/glapi.  There's
a corresponding mesa commit that makes it easy to generate the glapi files
straight into the xserver tree when the XML definitions change.

The only few files that are copied from mesa but aren't generated are
glapi.[ch] and glthread.[ch].  Everything in there is technically DRI
driver API and the whole setup is still a bit fragile, but it's not a new
problem.

The --with-mesa-source configure option is still around since other
parts of the server (XGL and DMX - grep for MESA_SOURCE) need that,
but for common case of building with GLX and AIGLX support, that
option is no longer needed.
2008-05-21 12:15:18 -04:00
..
dri2.c Implement DRI2 direct rendering and update AIGLX to DRI interface changes. 2008-03-31 16:50:58 -04:00
dri2.h Implement DRI2 direct rendering and update AIGLX to DRI interface changes. 2008-03-31 16:50:58 -04:00
dri2ext.c Pick up dri2proto from the standard proto header include path. 2008-04-02 19:21:41 -04:00
Makefile.am Get out of the mesa symlinking business. 2008-05-21 12:15:18 -04:00