summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-01-26glx: Build GLX normally.Chia-I Wu
2008-09-22mesa: Remove left over merge conflictsJakob Bornecrantz
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18glx: re-add glapi/ pathBrian
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-13fix compilationZack Rusin
2008-08-12Fixed 'make install' for darwinJeremy Huddleston
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-06-13glx: load swrast_dri.soGeorge Sapountzis
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Hook gallium i915 up to DRI2Alan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-09glx: add dri_common.c ala xserverGeorge Sapountzis
2008-05-28replace make with $(MAKE) (bug 16133)Brian Paul
2008-05-06Always cleanup the makedepend backup filesDan Nicholson
2008-04-23glx: nitpick renamesGeorge Sapountzis
2008-04-23glx: split out current context codeGeorge Sapountzis
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-10Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg
2008-03-08Move libGL install target to the libGL Makefile.Kristian Høgsberg
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg
2008-02-19Simplify makefile boilerplate code.José Fonseca
2007-12-12Add src/mesa to include path.José Fonseca
2007-10-05Pull in the drm hash.Kristian Høgsberg
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2007-04-07fix etags command to find headersBrian
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
2006-08-10linux-indirect target fixes.Adam Jackson
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-03-09Instead of adding extra flags to DEFINES with +=, define EXTRA_DEFINES instead.Brian Paul
2005-09-12use ASM_API variable, bug 4415Brian Paul
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson
2005-08-11Makefile cleanups suggested by George Fufutos (bugzilla #3899).Ian Romanick
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick
2005-05-28use shared-coreDave Airlie
2005-04-07Use the same dispatch.c source file for "normal" Mesa builds and DRIIan Romanick
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick
2005-02-23Missed the Makefile with the previous commit.Ian Romanick
2005-01-19Depend tweaksKeith Whitwell
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick