diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:35 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:35 +0000 |
commit | 40170538c6bbb9521a9daad95a80aa00d9f23903 (patch) | |
tree | c98e36540759240e573805c1ccba3d4e8fd3add9 /lib | |
parent | c448ce052dff8b156cf1356ed491863d77fa4cf7 (diff) |
Import the infrastructure for building Gallium3D graphics drivers.
Currently only software drivers are supported, looks ok to matthieu.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libGL/gallium/drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libGL/gallium/drivers/Makefile b/lib/libGL/gallium/drivers/Makefile index 11265f2a7..40fc17265 100644 --- a/lib/libGL/gallium/drivers/Makefile +++ b/lib/libGL/gallium/drivers/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $ +# $OpenBSD: Makefile,v 1.1 2012/07/13 12:43:34 mpi Exp $ SUBDIR= rbug softpipe trace |