summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/Makefile
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove left over merge conflictsJakob Bornecrantz2008-09-221-4/+0
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-0/+3
|\
| * glx: re-add glapi/ pathBrian2008-09-181-0/+1
| * mesa: fix asst path/include mistakes in prev commitsChris Rankin2008-09-181-1/+1
| * glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+0
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-4/+6
|\ \ | |/ |/|
| * fix compilationZack Rusin2008-08-131-1/+1
| * revert the DRI2 commitsAlan Hourihane2008-06-121-16/+11
| * Hook gallium i915 up to DRI2Alan Hourihane2008-06-111-0/+1
| * Bring in DRI2 changesAlan Hourihane2008-06-111-11/+15
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-3/+3
| * Add src/mesa to include path.José Fonseca2007-12-121-0/+1
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-1/+2
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | glx: load swrast_dri.soGeorge Sapountzis2008-06-131-0/+1
* | glx: add dri_common.c ala xserverGeorge Sapountzis2008-06-091-0/+1
* | replace make with $(MAKE) (bug 16133)Brian Paul2008-05-281-1/+1
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-061-1/+1
* | glx: nitpick renamesGeorge Sapountzis2008-04-231-1/+1
* | glx: split out current context codeGeorge Sapountzis2008-04-231-0/+1
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-1/+4
* | Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-101-15/+2
* | Move libGL install target to the libGL Makefile.Kristian Høgsberg2008-03-081-2/+15
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-1/+1
* | Pull in the drm hash.Kristian Høgsberg2007-10-051-1/+2
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|/
* fix etags command to find headersBrian2007-04-071-1/+1
* Move glcontextmodes.c to glx.George Sapountzis2007-04-051-4/+0
* linux-indirect target fixes.Adam Jackson2006-08-101-1/+1
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-5/+5
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-1/+4
* Instead of adding extra flags to DEFINES with +=, define EXTRA_DEFINES instead.Brian Paul2006-03-091-3/+3
* use ASM_API variable, bug 4415Brian Paul2005-09-121-12/+10
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-6/+1
* Makefile cleanups suggested by George Fufutos (bugzilla #3899).Ian Romanick2005-08-111-17/+1
* Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick2005-07-291-2/+1
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-261-1/+1
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-1/+2
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-6/+2
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-0/+1
* use shared-coreDave Airlie2005-05-281-1/+1
* Use the same dispatch.c source file for "normal" Mesa builds and DRIIan Romanick2005-04-071-0/+3
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-251-0/+1
* Missed the Makefile with the previous commit.Ian Romanick2005-02-231-0/+1
* Depend tweaksKeith Whitwell2005-01-191-3/+2
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-201-3/+1
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-5/+4