index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
Makefile.template
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Ensure subdirs have finished before linking driver
Dan Nicholson
2009-11-17
1
-1
/
+5
*
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-0
/
+4
*
mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler
Brian Paul
2009-10-16
1
-2
/
+4
*
mesa: added SUBDIRS support in dri/Makefile.template
Brian Paul
2009-10-16
1
-1
/
+13
*
intel/radeon: add common metaops code.
Dave Airlie
2009-07-15
1
-1
/
+2
*
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
2009-06-01
1
-1
/
+1
*
mesa: reduce makefile output
Brian Paul
2009-04-10
1
-4
/
+5
*
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-3
/
+0
|
\
|
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+0
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Link fewer common objects into Gallium winsys layers.
Michel Dänzer
2007-12-10
1
-5
/
+7
|
*
Gutsy oopses on touch of existing file. Workaround.
Keith Whitwell
2007-08-07
1
-0
/
+1
|
*
Build libsoftpipe.a
Keith Whitwell
2007-08-01
1
-2
/
+2
|
*
Add state tracker create/destroy calls to i915 driver.
Keith Whitwell
2007-06-20
1
-1
/
+1
*
|
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-5
/
+0
*
|
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-0
/
+5
*
|
Merge branch 'master' into drm-gem
Ian Romanick
2008-07-25
1
-1
/
+1
|
\
\
|
*
|
Always pass -linker and -ldflags to mklib for shared libraries
Dan Nicholson
2008-07-12
1
-1
/
+1
|
*
|
Call mklib with $(SHELL) so the user controls the interpreter
Dan Nicholson
2008-07-12
1
-1
/
+1
*
|
|
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-18
1
-1
/
+0
|
\
|
|
|
*
|
fix Xlib libGL.so build problem.
Brian Paul
2008-06-09
1
-1
/
+0
*
|
|
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-4
/
+0
*
|
|
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-07
1
-2
/
+1
|
/
/
*
|
autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.
Kristian Høgsberg
2008-02-25
1
-2
/
+2
*
|
Fix parallel build by making symlinks before makedepend.
Adam Jackson
2008-02-15
1
-1
/
+1
*
|
i915: fixup up bufmgr to pass num buffers to kernel
Dave Airlie
2007-10-09
1
-1
/
+0
*
|
add support for LDFLAGS env var
Dan Nicholson
2007-09-28
1
-1
/
+1
*
|
Merge branch 'master' into i915-unification
Eric Anholt
2007-09-20
1
-7
/
+2
|
\
\
|
*
|
DESTDIR support.
Dan Nicholson
2007-09-12
1
-2
/
+2
|
*
|
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-5
/
+0
|
|
/
*
|
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-18
1
-10
/
+7
|
\
|
|
*
Replace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS, remove disabled line...
Brian
2007-05-10
1
-9
/
+5
|
*
Makefile clean-ups for miniglx.
Brian
2007-05-04
1
-1
/
+2
*
|
WIP: Replace TTM buffer pool manager with a simplified interface.
Eric Anholt
2007-05-16
1
-1
/
+2
|
/
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-1
/
+6
*
change make depend output redirection to 2>&1 (bug 8344)
Brian Paul
2006-09-18
1
-1
/
+1
*
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
2006-07-13
1
-5
/
+5
*
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Brian Paul
2006-06-26
1
-1
/
+1
*
New 'install' targets in makefile. See bug 2372.
Brian Paul
2006-06-22
1
-2
/
+3
*
remove some unneeded includes
Dave Airlie
2006-05-02
1
-3
/
+1
*
move the pkg config flags for libdrm to the bottom
Dave Airlie
2006-05-02
1
-2
/
+2
*
depend is not a .PHONY target
Brian Paul
2006-04-21
1
-1
/
+0
*
replace >&/dev/null with >/dev/null so it works with all shells
Brian Paul
2006-04-07
1
-1
/
+1
*
make miniglx use libdrm properly
Dave Airlie
2006-04-07
1
-3
/
+2
*
Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags,
Brian Paul
2006-04-06
1
-4
/
+4
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-1
/
+1
*
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
1
-1
/
+0
*
use mklib script to make drivers instead of gcc -shared
Brian Paul
2005-09-14
1
-3
/
+2
*
Use mklib script instead of ar. Make libmesa.a instead of mesa.a
Brian Paul
2005-09-06
1
-1
/
+1
*
Convert libGL and DRI drivers to require libdrm.
Adam Jackson
2005-08-19
1
-3
/
+2
[next]