Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modeset...
[profile/ivi/libdrm.git] / libdrm / xf86drm.c
2007-05-18 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-05-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-05-08 Dave Airliedrm/ttm: ioctl cleanup for buffer object - user side...
2007-05-08 Dave Airlielibdrm: fix typo on ttm fence interface
2007-05-06 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-06 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-02 Thomas HellstromFix buffer object list freeing.
2007-04-26 George Sapountzislibdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER...
2007-04-18 Alan HourihaneMerge remote branch 'origin/modesetting-101' into modes...
2007-04-18 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-16 Thomas HellstromRequire the hardware lock for buffer creation
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-24 Jakob Bornecrantzdrm: remove unnecessary NULL checks, and fix some indents..
2007-02-16 Thomas HellstromSimple fence object sample driver for via, based on...
2007-02-15 Thomas HellstromInitial support for fence object classes.
2007-03-09 Michel DänzerMerge branch 'i915-pageflip'
2006-11-21 Stephane MarchesinMerge branch 'nouveau-1' of git+ssh://marcheu@git.freed...
2006-11-16 Stephane MarchesinMerge branch 'nouveau-1' of git+ssh://marcheu@git.freed...
2006-11-11 Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-08 Dave Airlielibdrm: add drmOpenOnce + drmCloseOnce to libdrm
2006-11-08 Dave Airlielibdrm: add support for server side functionality in...
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-29 Thomas HellstromMinor bugfix, indentation and removal of unnused variables.
2006-10-27 Thomas HellstromReserve the new IOCTLs also for *bsd.
2006-10-27 Thomas HellstromLast minute changes to support multi-page size buffer...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromRemove some debugging messages.
2006-10-17 Thomas HellstromRemove max number of locked pages check and call, since
2006-10-17 Thomas HellstromImplement mm_lock and mm_unlock functions.
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-11 Thomas HellstromCompatibility code for 2.6.15-2.6.18. It is ugly but...
2006-10-11 Thomas HellstromBig update:
2006-10-02 Thomas HellstromMake the user_token 44-bit for TTMs, and have them...
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-26 Thomas HellstromSilence valgrind.
2006-09-18 Thomas HellstromAlternative implementation of page table zeroing using...
2006-09-18 Thomas HellstromMore verbose error reporting in some cases.
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-12 Thomas HellstromUse lazy fence wait when possible even for RW fences...
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-05 Thomas HellstromMultithreaded application note.
2006-09-05 Thomas HellstromFence all unfenced buffers function.
2006-09-04 Thomas HellstromLibdrm function headers. Some renaming.
2006-09-01 Thomas HellstromFlag bit pattern bugfixes. Remove some error messages.
2006-09-01 Thomas HellstromExport buffer info on map and validate ioctls.
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-31 Thomas HellstromMore mapping synchronization.
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromAdd missing map flags.
2006-08-30 Thomas HellstromBuffer object mapping and mapping synchronization for...
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-29 Thomas HellstromPart of buffer object libdrm interface.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromAdd a 64-bit drm unsigned type for 64-bit clean IOCTLS.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-27 Thomas HellstromBugfixes.
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-02-20 Adam JacksonFormatting cleanup, dead code removal. Remove N() names...
2005-12-31 Eric AnholtInitialize sv.drm_dd_minor to "don't care" along with...
2005-11-30 Adam JacksonResync from Xorg head: conditional include of xorg...
2005-11-30 Adam JacksonResync from Xorg head (Bug #3815, GNU/kFreeBSD hack)
2005-11-29 Adam JacksonRemove redundant #ifdef stanza
2005-11-29 Adam JacksonError checking for drmStrdup (Tilman Sauerbeck)
2005-11-29 Dave Airliefixup xf86drm.c for new headers
2005-10-20 Adam JacksonRemove bogus Xlib dependency.
2005-04-04 Dave Airliemirror changes made in main tree.. just happened to...
2004-08-11 Adam JacksonBug #979: Don't include <sys/sysmacros.h> on linux...
2004-07-07 Jon SmirlMake drm/libdrm/xf86drm.c match
2003-10-23 Eric Anholt- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
2003-09-24 Alan Hourihanepost merge fix
2003-09-12 Alan Hourihanelinux drm fixes
2003-05-27 Jose FonsecaMerged DRM documentation.
2003-04-23 Michel Daenzerdeal correctly with read() from the DRM failing
2003-03-25 Alan Hourihanelinux merge for drm
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2002-11-25 Brian Pauladded missing return fd (Alexander Stohr)
2002-10-22 Alan Hourihanefinal part of XFree86 4.2.99.2 merge
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-08-08 Eric AnholtTry to open the /dev/dri/cardX device once, then only...
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch
2002-04-09 Jens OwenMerged drmcommand-0-0-1
2002-01-27 David DawesFirst pass merge of XFree86 4.2.0 import.
2001-08-25 David Dawes- Remove the rest of the unneeded client-side libraries.
2001-08-22 David DawesFirst part of XFree86 4.1.99.1 merge.
2001-07-30 David DawesMerge the multihead-1-0-0 branch into the trunk, with...
2001-07-20 Jeff HartmannRemove module name hacks because we aren't going to...
2001-07-18 Jeff HartmannAdd module version name at a lower layer of the code...
2001-06-14 David DawesFirst pass of 4.1.0 merge.
2001-05-14 David Dawesfinish struct stat type cleanup Fix a build dependencie...
2001-05-04 Alan Hourihaneadd some commented enclosures around the BUS_BASE calls...
next