# $FreeBSD$ .PATH: ${.CURDIR}/.. KMOD= tdfx NO_MAN= YES SRCS= tdfx_drv.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS+= ${DEBUG_FLAGS} -I. -I.. .if defined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif .if !defined(DRM_NOLINUX) DRM_LINUX_OPT= "\#define DRM_LINUX 1" .endif opt_drm.h: touch opt_drm.h echo $(DRM_DEBUG_OPT) >> opt_drm.h echo $(DRM_LINUX_OPT) >> opt_drm.h .include 'renesas/drm.git Git repository'/>
summaryrefslogtreecommitdiff
blob: 4588c8db14058d657cf7a0dc41286b0b0987d149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2006-01-24  Thomas Hellström  <thomas-at-tungstengraphics.com>

	* configure.ac:
	* src/ttmtest.c:

	Fixed include path.

2006-01-24  Thomas Hellström  <thomas-at-tungstengraphics.com>

	* AUTHORS:
	* Makefile.am:
	* configure.ac:
	* reconf:
	* src/Makefile.am:
	* src/ttmtest.c: (fastrdtsc), (time_diff), (releaseContext),
	(testAGP), (main):
	* src/xf86dri.c: (uniDRIDestroyContext), (uniDRICreateDrawable),
	(uniDRIDestroyDrawable), (uniDRIGetDrawableInfo):
	* src/xf86dri.h:
	* src/xf86dristr.h:

	Initial import of the ttmtest utility.