Find a file
Thomas Hellstrom e089de33e8 i915 fence object driver implementing 2 fence object types:
0x00 EXE fence. Signals when command stream interpreter has reached the point
where the fence was emitted.
0x01 FLUSH fence. Signals when command stream interpreter has reached the point
where the fence was emitted, and all previous drawing operations have been
completed and flushed.
Implements busy wait (for fastest response time / high CPU) and
lazy wait (User interrupt or timer driven).
2006-08-21 21:36:00 +02:00
bsd-core .cvsignore -> .gitignore 2006-07-19 18:31:43 +02:00
libdrm User / Kernel space fence objects (device-independent part). 2006-08-21 21:02:08 +02:00
linux-core i915 fence object driver implementing 2 fence object types: 2006-08-21 21:36:00 +02:00
scripts clean up script to create an lk drm directory 2006-08-10 14:31:56 +10:00
shared-core i915 fence object driver implementing 2 fence object types: 2006-08-21 21:36:00 +02:00
tests Bug #2567: Fix reversed memset arguments. (David Krause) 2005-02-18 16:40:54 +00:00
.gitignore .cvsignore -> .gitignore 2006-07-19 18:31:43 +02:00
autogen.sh update autogen from xserver tree 2005-09-12 06:21:24 +00:00
configure.ac Disable building static libraries. Bump to 2.0.2 for header updates. 2006-06-27 21:04:50 +00:00
libdrm.pc.in Better pkgconfig-fu: -ldrm in Libs: 2005-10-13 21:03:31 +00:00
Makefile.am Fix silly install issue by moving the header install rules for shared-core 2005-08-20 03:32:09 +00:00
README distcheck fixes 2005-07-13 00:13:12 +00:00

By default, this will install into /usr/local.  If you want to install this
libdrm to replace your system copy, say:

./configure --prefix=/usr --exec-prefix=/