aboutsummaryrefslogtreecommitdiffstats
path: root/libdrm
Commit message (Expand)AuthorAgeFilesLines
* Fix drmMMUnlock / drmMMLock return values.Thomas Hellstrom2007-06-131-2/+4
* reformatting, clean-upsBrian2007-05-291-27/+31
* Clean-ups and reformatting.Brian2007-05-291-289/+353
* Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie2007-05-251-15/+18
* Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie2007-05-251-17/+18
* drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-251-18/+17
* drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-251-18/+15
* libdrm: fix typo on ttm fence interfaceDave Airlie2007-05-081-1/+1
* Fix buffer object list freeing.Thomas Hellstrom2007-05-021-1/+1
* libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's.George Sapountzis2007-04-265-55/+11
* Require the hardware lock for buffer creationThomas Hellstrom2007-04-161-7/+7
* Merge branch 'i915-pageflip'Michel Dänzer2007-03-091-0/+1
|\
| * Add DRM_VBLANK_FLIP.Michel Dänzer2007-02-221-0/+1
* | drm: remove unnecessary NULL checks, and fix some indents..Jakob Bornecrantz2007-02-241-6/+6
|/
* Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom2007-02-161-1/+2
* Initial support for fence object classes.Thomas Hellstrom2007-02-151-2/+3
* libdrm: add drmOpenOnce + drmCloseOnce to libdrmDave Airlie2006-11-082-0/+64
* libdrm: add support for server side functionality in libdrmDave Airlie2006-11-073-84/+104
* Minor bugfix, indentation and removal of unnused variables.Thomas Hellstrom2006-10-291-11/+9
* Reserve the new IOCTLs also for *bsd.Thomas Hellstrom2006-10-271-5/+1
* Last minute changes to support multi-page size buffer offset alignments.Thomas Hellstrom2006-10-272-5/+12
* Merging drm-ttm-0-2-branchThomas Hellstrom2006-10-184-2/+1174
|\
| * Remove some debugging messages.Thomas Hellstrom2006-10-171-5/+0
| * Remove max number of locked pages check and call, sinceThomas Hellstrom2006-10-172-16/+0
| * Implement mm_lock and mm_unlock functions.Thomas Hellstrom2006-10-172-1/+35
| * Extend generality for more memory types.Thomas Hellstrom2006-10-172-13/+27
| * Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom2006-10-111-2/+7
| * Big update:Thomas Hellstrom2006-10-112-99/+6
| * Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom2006-10-021-3/+10
| * Core vsync: Add flag DRM_VBLANK_NEXTONMISS.Michel Dänzer2006-09-291-0/+1
| * Add definition of DRM_VBLANK_SECONDARY.Michel Dänzer2006-09-291-0/+1
| * Add support for tracking drawable information to coreMichel Dänzer2006-09-292-0/+19
| * Silence valgrind.Thomas Hellstrom2006-09-261-27/+31
| * Allow for 64-bit map handles of ttms and buffer objects.Thomas Hellstrom2006-09-201-2/+2
| * Alternative implementation of page table zeroing using zap page_range.Thomas Hellstrom2006-09-181-2/+4
| * More verbose error reporting in some cases.Thomas Hellstrom2006-09-182-3/+35
| * Some bugfixes.Thomas Hellstrom2006-09-153-83/+85
| * Use lazy fence wait when possible even for RW fences. Saves some CPU.Thomas Hellstrom2006-09-121-2/+10
| * More bugfixes.Thomas Hellstrom2006-09-123-21/+56
| * Various bugfixes.Thomas Hellstrom2006-09-081-28/+51
| * Multithreaded application note.Thomas Hellstrom2006-09-052-23/+16
| * Fence all unfenced buffers function.Thomas Hellstrom2006-09-052-0/+16
| * Libdrm function headers. Some renaming.Thomas Hellstrom2006-09-042-5/+56
| * Flag bit pattern bugfixes. Remove some error messages.Thomas Hellstrom2006-09-011-32/+42
| * Export buffer info on map and validate ioctls.Thomas Hellstrom2006-09-012-21/+65
| * Various bugfixes.Thomas Hellstrom2006-09-011-2/+2
| * More mapping synchronization.Thomas Hellstrom2006-08-312-40/+302
| * Remove the buffer object hint field and use it onlyThomas Hellstrom2006-08-302-3/+0
| * Add missing map flags.Thomas Hellstrom2006-08-301-2/+3
| * Buffer object mapping and mapping synchronization for multiple clients.Thomas Hellstrom2006-08-302-12/+99