summaryrefslogtreecommitdiff
path: root/GL/mesa
AgeCommit message (Expand)Author
2008-04-23glcore: drop GLcore (files)George Sapountzis
2008-03-01fix typoGeorge Sapountzis
2008-03-01glcore: split mesa and X in build systemGeorge Sapountzis
2007-04-21add slang_mem.cBrian
2007-04-21replace occlude.c w/ queryobj.cBrian
2007-04-16remove sources deleted in MesaBrian
2007-04-14glx: move __glXMesaProvider from GLcore module to glx module.George Sapountzis
2007-04-14glx: drop xmesaP.h include from xf86glx.cGeorge Sapountzis
2007-04-06GLcore: fix after moving xf86glx_util.[hc] to Mesa.George Sapountzis
2007-03-30Make xf86glx.c unaware of Mesa internalsGeorge Sapountzis
2007-03-28GL: Update for Mesa changesDaniel Stone
2007-03-27Fix typo in GL/mesa/shader/slang/Makefile.am.Michel Dänzer
2007-03-27gl: oops dodgy s appeared pointed out by jcristau on irc..Dave Airlie
2007-03-27gl: update for latest mesa glsl-compiler mergeDave Airlie
2007-02-05remove array_cache from everywhereDave Airlie
2007-02-04add vbo to .gitignoreDave Airlie
2007-02-04update xserver for vbo code in mesaDave Airlie
2007-02-02remove fileAlan Hourihane
2007-02-02The array_cache sources don't exist anymore in the Mesa tree,Dan Nicholson
2007-01-04Keep track of how many visuals we set up for GLcore, to avoid an invalid free.Eric Anholt
2006-10-27Add missing file to list in Makefile.amEamon Walsh
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt
2006-06-12Add arrayobj.c to the Makefile as well.Ian Romanick
2006-05-25update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).Matthieu Herrb
2006-03-30Mark the ARGB FBConfig as nonconforming to prevent drivers and apps fromKristian Høgsberg
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.Kristian Høgsberg
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg
2006-03-17More patches from David Reveman:Kristian Høgsberg
2006-03-15Update to build against Mesa CVS HEAD.Felix Kuehling
2006-03-13First batch of AIGLX fixes from David Reveman.Kristian Høgsberg
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg
2006-03-02added s_blit.c fileBrian Paul
2006-02-27Fixing the Mesa build again, sigh. Add slang_execute_x86.c. AddFelix Kuehling
2006-02-22Update to build against Mesa HEAD. (Thank you Felix for feedback on xorgJeremy C. Reed
2006-02-20Update to build against Mesa HEAD.Felix Kuehling
2006-02-15Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa includingEric Anholt
2006-02-15Update to build against mesa head.Kristian Høgsberg
2006-02-15Avoid some more libcwrapper damage that prevented kdrive linking.Eric Anholt
2006-02-14update to latest Mesa CVS HEADDave Airlie
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt
2006-01-30Update to build against Mesa trunk.Donnie Berkholz
2006-01-24Allow current trunk to build against Mesa trunkAlan Hourihane
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick
2005-12-13Build libglx correctly when not building the Xorg DDX.Adam Jackson
2005-12-02Define XFree86Server only where it is required.Kevin E Martin