platform/upstream/libdrm.git
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-29 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Thomas HellstromAdd a new buffer flag.
2006-09-29 Thomas HellstromFix buffer manager takedown error.
2006-09-28 Thomas HellstromLibdrm version bump and naming.
2006-09-28 Thomas HellstromDon't enable fence / buffer objects on non-linux systems.
2006-09-27 Thomas HellstromActivate error message that was never hit since it...
2006-09-27 Thomas HellstromFix racy buffer object destruction.
2006-09-27 Thomas HellstromFix tt fixed size that slipped through in previous...
2006-09-27 Thomas HellstromAdapt to architecture-specific hooks for gatt pages.
2006-09-26 Thomas HellstromSilence valgrind.
2006-09-26 Thomas HellstromRemove the call to drm_lock_transfer, since it is not...
2006-09-26 Thomas HellstromAllow for a driver to overload the ttm backend object...
2006-09-25 Thomas HellstromAdd /proc filesystem buffer / fence object accounting.
2006-09-22 Thomas HellstromFix proc formatting broken by last commit.
2006-09-20 Thomas HellstromAllow for 64-bit map handles of ttms and buffer objects.
2006-09-18 Thomas HellstromFence handler fix
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 HellstromAllow a "native type" to be associated with a fence...
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-14 Thomas HellstromSimplify ttm alloc and free.
2006-09-14 Thomas HellstromRemove the use of reserved pages, and use locked pages...
2006-09-12 Thomas HellstromFix some debug messages.
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-05 Thomas Hellstromi915: Only turn on user IRQs when they are needed.
2006-09-05 Thomas HellstromFix memory cache initialization.
2006-09-04 Thomas HellstromLibdrm function headers. Some renaming.
2006-09-04 Thomas HellstromBuffer object wait IOCTL operation.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromLindent drm_bo.c
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 HellstromBugfixes,
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-31 Thomas HellstromValidation and fencing.
2006-08-31 Thomas HellstromRemove the buffer manager mutex. Use dev->struct_mutex...
2006-08-31 Thomas HellstromMore mapping synchronization.
2006-08-30 Thomas HellstromLindenting drm_bo.c and drm_ttm.c
2006-08-30 Thomas HellstromBuffer object binding.
2006-08-30 Thomas HellstromBuffer eviction.
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-30 Thomas HellstromBuffer object reply fill in.
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 HellstromCheckpoint ttm addition to buffer objects.
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromBuffer object creation.
2006-08-28 Thomas HellstromProper TTM dereferencing
2006-08-28 Thomas HellstromBuffer object idle and mapping synchronization.
2006-08-28 Thomas HellstromCheckpoint buffer object IOCTL stub.
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-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieadd static function, and remove bad attributions
2006-08-28 Dave Airliefix const pointer warnings with file_operations
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-08-28 Dave Airlieremove some DRM_ARRAY_SIZE from linux core code
2006-08-28 Dave Airliefixup some of the comments in drm_context.c
2006-08-28 Dave Airliedrm: i810_dma.c: fix pointer arithmetic for 64-bit...
2006-08-27 Thomas HellstromBugfixes.
2006-08-27 Thomas HellstromInitialize i915 saved flush flags.
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
2006-08-27 Thomas HellstromHave TTM create and reference ioctl call return the...
2006-08-27 Thomas HellstromAdd TTM map handle on reference.
2006-08-27 Thomas Hellstromttm create / destroy / ref / unref ioctl.
2006-08-26 Michel DänzerBug #7595: Avoid u32 overflows in radeon_check_and_fixu...
2006-08-25 Thomas HellstromMore ioctl stubs.
2006-08-25 Thomas Hellstromttm and buffer objects ioctl stubs.
2006-08-25 Thomas HellstromModule protection map access is moving into mainline...
2006-08-25 Thomas HellstromCheckpoint commit
2006-08-23 Thomas HellstromFix previous commit: Only fall back to hashed handles
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-23 Thomas HellstromAllow multiple addMaps with the same 32-bit map offset.
2006-08-23 Thomas HellstromFix hashtab implementation leaking illegal error codes...
2006-08-22 Thomas HellstromMore ttm cleanups.
2006-08-22 Thomas Hellstromttm code cleanup.
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-22 Thomas HellstromInitial i915 buffer object driver
2006-08-22 Thomas HellstromAGP backends for TTM.
2006-08-22 Thomas HellstromBring in stripped TTM functionality.
2006-08-21 Thomas HellstromAllow longer sequence lifetimes.
2006-08-21 Thomas Hellstromi915 fence object driver implementing 2 fence object...
2006-08-21 Thomas HellstromRemove some accidently included TTM code.
2006-08-21 Thomas HellstromAdd missing fence type define.
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-08-21 Thomas HellstromBackwards compatibility code for ttms.
2006-08-21 Thomas HellstromGeneric DRM support base-class support for user-space...
2006-08-21 Thomas HellstromAvoid using vmalloc for small hash tables.
2006-08-16 Thomas HellstromRemove hash tables on DRM exit.
2006-08-14 Thomas HellstromAvoid kernel oops in some error paths calling drm_lastc...
next