Age | Commit message (Expand) | Author |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson |
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson |
2008-06-18 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-06-09 | fix Xlib libGL.so build problem. | Brian Paul |
2008-06-03 | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt |
2008-05-07 | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt |
2008-02-25 | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. | Kristian Høgsberg |
2008-02-15 | Fix parallel build by making symlinks before makedepend. | Adam Jackson |
2007-10-09 | i915: fixup up bufmgr to pass num buffers to kernel | Dave Airlie |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson |
2007-09-20 | Merge branch 'master' into i915-unification | Eric Anholt |
2007-09-12 | DESTDIR support. | Dan Nicholson |
2007-09-11 | Fix-up #includes to remove some -I options. | Brian |
2007-05-18 | Merge branch 'master' into i915-unification | Eric Anholt |
2007-05-16 | WIP: Replace TTM buffer pool manager with a simplified interface. | Eric Anholt |
2007-05-10 | Replace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS, remove disabled line... | Brian |
2007-05-04 | Makefile clean-ups for miniglx. | Brian |
2006-11-01 | Merge texmem-0-3-branch. | Keith Whitwell |
2006-09-18 | change make depend output redirection to 2>&1 (bug 8344) | Brian Paul |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul |
2006-06-26 | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul |
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul |
2006-05-02 | remove some unneeded includes | Dave Airlie |
2006-05-02 | move the pkg config flags for libdrm to the bottom | Dave Airlie |
2006-04-21 | depend is not a .PHONY target | Brian Paul |
2006-04-07 | replace >&/dev/null with >/dev/null so it works with all shells | Brian Paul |
2006-04-07 | make miniglx use libdrm properly | Dave Airlie |
2006-04-06 | Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags, | Brian Paul |
2006-03-26 | merge from texman branch | Brian Paul |
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell |
2005-09-14 | use mklib script to make drivers instead of gcc -shared | Brian Paul |
2005-09-06 | Use mklib script instead of ar. Make libmesa.a instead of mesa.a | Brian Paul |
2005-08-19 | Convert libGL and DRI drivers to require libdrm. | Adam Jackson |
2005-08-05 | More EGL prep. No impact on anything outside of EGL | Jon Smirl |
2005-07-28 | Use the routines supplied in the __DRIinterfaceMethods structure to create a | Ian Romanick |
2005-07-15 | replace gcc with $(CC) (Egbert Eich) | Brian Paul |
2005-05-28 | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl |
2005-05-05 | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson |
2005-04-06 | Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is | Ian Romanick |
2005-01-31 | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson |
2005-01-07 | Remove -C flags for install which aren't universally supported. | Keith Whitwell |
2005-01-07 | Improve the semantics of the 'install' target to make sure the right | Keith Whitwell |
2005-01-01 | Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared. | Felix Kuehling |
2004-12-09 | Get linux-solo dependencies building correctly, | Keith Whitwell |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell |