OSDN Git Service

Fill fence sequence after emit ioctl.
[android-x86/external-libdrm.git] / libdrm / xf86drm.c
2007-11-04 Ben SkeggsFill fence sequence after emit ioctl.
2007-11-02 Thomas HellstromUser buffer support.
2007-11-02 Thomas HellstromReturn fence errors.
2007-10-26 Thomas HellstromMinor libdrm fixes.
2007-10-25 Thomas HellstromBuffer manager:
2007-10-25 Thomas HellstromMerge branch 'master' into drm-ttm-finalize
2007-10-22 Thomas HellstromSetstatus header.
2007-10-21 Thomas HellstromGet the lock flags right in libdrm.
2007-10-21 Thomas HellstromRemove the need for the hardware lock in the buffer...
2007-10-20 Thomas HellstromSimple replacement for hardware lock in some cases.
2007-10-19 Thomas HellstromNo fence_class argument on drmBOSetStatus since it...
2007-10-17 Thomas HellstromRemove the op ioctl, and replace it with a setuser...
2007-10-17 Thomas HellstromRevert "Replace NO_MOVE/NO_EVICT flags to buffer object...
2007-10-16 Dave Airliedrm: drop drm bo list handling code
2007-10-16 Dave Airliedrm: rename drmBOUnReference to drmBOUnreference for...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-16 Kristian HøgsbergTake bo type argument out of the ioctl interface.
2007-10-16 [utf-8] Kristian... Eliminate support for fake buffers.
2007-09-25 Thomas HellstromMerge branch 'master' into pre-superioctl-branch
2007-09-25 Dave Airliedrm: use fence_class as name instead of class
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-21 Eric AnholtFix mapCount refcounting on unmap, even though the...
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-26 Eric AnholtReplace NO_MOVE/NO_EVICT flags to buffer objects with...
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-13 Thomas HellstromFix drmMMUnlock / drmMMLock return values.
2007-06-12 Thomas HellstromTry to make buffer object / fence object ioctl args...
2007-05-29 BrianClean-ups and reformatting.
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup most of fence ioctl split...
2007-05-25 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
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-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...
next