summaryrefslogtreecommitdiff
path: root/GL/symlink-mesa.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-10-11symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
(cherry picked from d7c89c7c1c8c1e110345d9d8d300adbf5fe5804a commit)
2006-10-11Replace 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. (cherry picked from 84eb2c0a06de60e88e14bb03fabe661d7cd8f1d3 commit)
2006-10-11Bug #8449: Yet another Mesa symlink script resync.Jeff Smith1-0/+3
(cherry picked from cf6e9687ffcc52af0d64e9098186570719a575a2 commit)
2006-10-11Back out merge of master to 1.2 branch. Undoes 89987ca...Adam Jackson1-33/+348
Dear git: please make 'git-revert' work on merge commits kthnxbye.
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