index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdrm
/
xf86mm.h
Age
Commit message (
Expand
)
Author
2007-10-26
Minor libdrm fixes.
Thomas Hellstrom
2007-10-25
Tighten permissions on some buffer manager ioctls.
Thomas Hellstrom
2007-10-22
Setstatus header.
Thomas Hellstrom
2007-10-21
Remove the need for the hardware lock in the buffer manager.
Thomas Hellstrom
2007-10-17
Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...
Thomas Hellstrom
2007-10-16
drm: drop drm bo list handling code
Dave Airlie
2007-10-16
drm: rename drmBOUnReference to drmBOUnreference for consistency
Dave Airlie
2007-10-16
Drop destroy ioctls for fences and buffer objects.
Kristian Høgsberg
2007-10-16
Take bo type argument out of the ioctl interface.
Kristian Høgsberg
2007-09-25
drm: use fence_class as name instead of class
Dave Airlie
2007-07-26
Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.
Eric Anholt
2007-07-18
drm: remove drm_u64_t, replace with uint64_t everwhere
Dave Airlie
2007-07-11
Merge branch 'master' into cleanup
Dave Airlie
2007-06-12
Try to make buffer object / fence object ioctl args 64-bit safe.
Thomas Hellstrom
2007-05-29
reformatting, clean-ups
Brian
2007-05-08
drm/ttm: ioctl cleanup for buffer object - user side only
Dave Airlie
2006-10-27
Last minute changes to support multi-page size buffer offset alignments.
Thomas Hellstrom
2006-10-17
Remove max number of locked pages check and call, since
Thomas Hellstrom
2006-10-17
Implement mm_lock and mm_unlock functions.
Thomas Hellstrom
2006-10-17
Extend generality for more memory types.
Thomas Hellstrom
2006-10-11
Big update:
Thomas Hellstrom
2006-09-20
Allow for 64-bit map handles of ttms and buffer objects.
Thomas Hellstrom
2006-09-18
More verbose error reporting in some cases.
Thomas Hellstrom
2006-09-15
Some bugfixes.
Thomas Hellstrom
2006-09-12
More bugfixes.
Thomas Hellstrom
2006-09-05
Multithreaded application note.
Thomas Hellstrom
2006-09-04
Libdrm function headers. Some renaming.
Thomas Hellstrom
2006-09-01
Export buffer info on map and validate ioctls.
Thomas Hellstrom
2006-08-31
More mapping synchronization.
Thomas Hellstrom
2006-08-30
Remove the buffer object hint field and use it only
Thomas Hellstrom
2006-08-30
Buffer object mapping and mapping synchronization for multiple clients.
Thomas Hellstrom
2006-08-30
Memory manager init and takedown.
Thomas Hellstrom
2006-08-29
Part of buffer object libdrm interface.
Thomas Hellstrom
2006-08-29
Checkpoint commit. Buffer object flags and IOCTL argument list.
Thomas Hellstrom