summaryrefslogtreecommitdiff
path: root/GL/symlink-mesa.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-04-23glx / xquartz: we still need glxcontentmodes.[ch] kthxBen Byer1-0/+2
(cherry picked from commit 27545fd37f8c703b72f7cfc329778abc1ceabfa0)
2008-04-23glcore: drop GLcore (files)George Sapountzis1-163/+0
2008-04-23glcore: drop GLcore (build system)George Sapountzis1-1/+0
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg1-2/+0
Get rid of glcontextmodes.[ch] from build, rename __GlcontextModes to __GLXcontext. Drop all #includes of glcontextmodes.h and glcore.h. Drop the DRI context modes extension. Add protocol code to DRI2 module and load DRI2 extension by default.
2008-02-17glx: Use glapi sources from the mesa treeDan Nicholson1-0/+8
With recent mesa HEAD, the glapi sources used only in the xserver glx module are carried in the mesa tree. Previously, these were generated separately and committed to the xserver tree. The build is changed to symlink these files like the other mesa sources. This reduces the chance for mismatches between mesa's glX API and the xserver's glX API.
2007-04-06GLcore: fix after moving xf86glx_util.[hc] to Mesa.George Sapountzis1-0/+2
2007-04-05glx: fix symlink, glcontextmodes.c was moved to mesa/src/glx/George Sapountzis1-3/+0
2007-02-04update xserver for vbo code in mesaDave Airlie1-0/+10
2007-02-02Remove array_cache for recent Mesa changesAlan Hourihane1-10/+0
2006-11-10Correct symlink-mesa.sh usage messageAlan Coopersmith1-3/+3
2006-10-02symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
2006-09-28Replace hard-coded filesnames with loops (all .c and .h files).Brian1-351/+33
Should fix problems with Mesa adding/removing source files, for the most part. Patch by Dan Nicholson.
2006-09-28Bug #8449: Yet another Mesa symlink script resync.Jeff Smith1-0/+3
2006-08-24Adapt to Mesa header name change.Lukáš Turek1-1/+1
2006-06-12Add new Mesa files arrayobj.c and arrayobj.h.Ian Romanick1-0/+2
2006-05-25update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).Matthieu Herrb1-0/+2
2006-04-13Fix build for added file to Mesa CVS. This is always fun. :(Ian Romanick1-0/+1
2006-03-15Update to build against Mesa CVS HEAD.Felix Kuehling1-0/+4
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-0/+1
2006-03-02Fix build against Mesa CVS HEAD: added s_blit.c to symlink-mesa.sh.Felix Kuehling1-0/+1
2006-02-27Fixing the Mesa build again, sigh. Add slang_execute_x86.c. AddFelix Kuehling1-0/+1
-I../shader/slang to swrast INCLUDES.
2006-02-22Update to build against Mesa HEAD. (Thank you Felix for feedback on xorgJeremy C. Reed1-0/+4
list.)
2006-02-20Update to build against Mesa HEAD.Felix Kuehling1-0/+2
2006-02-15Update to build against mesa head.Kristian Høgsberg1-0/+2
2006-02-14update to latest Mesa CVS HEADDave Airlie1-0/+1
2006-01-30Update to build against Mesa trunk.Donnie Berkholz1-2/+10
2006-01-26Really allow linking against Mesa trunk to work.Donnie Berkholz1-4/+0
2006-01-24Allow current trunk to build against Mesa trunkAlan Hourihane1-12/+7
2006-01-19Make error() bomb with exit code 1, not 0.Daniel Stone1-1/+1
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick1-3/+5
Port all changes from the (monolithic) accelerated_indirect-0-0-1 branch to the modular trunk. This will break the Darwin and cygwin builds. Other than the changes to symlink-mesa.sh and the various Makefile.am files, to code is identical to what's in the branch. Reviewed by: airlied, krh
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-0/+3
module builds to reflect this change.
2005-11-14Use glcontextmodes.[ch] from Mesa.Kevin E Martin1-0/+5
2005-08-01GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcoreAdam Jackson1-6/+10
2005-07-23Add the symlink script for the Mesa source.Adam Jackson1-0/+618