summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2007-06-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2007-06-13Fix drmMMUnlock / drmMMLock return values.Thomas Hellstrom
2007-05-29reformatting, clean-upsBrian
2007-05-29Clean-ups and reformatting.Brian
2007-05-26Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie
2007-05-26Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie
2007-05-26drm/ttm: cleanup most of fence ioctl split outDave Airlie
2007-05-26drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie
2007-05-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2007-05-08libdrm: fix typo on ttm fence interfaceDave Airlie
2007-05-05Cleaned up userspace interface for modesetting.Jakob Bornecrantz
2007-05-02Fix buffer object list freeing.Thomas Hellstrom
2007-05-01Add support for user defined modesDave Airlie
2007-04-26libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's.George Sapountzis
2007-04-18Merge branch 'origin' into modesetting-101Dave Airlie
2007-04-16Require the hardware lock for buffer creationThomas Hellstrom
2007-04-12use FB everywhereDave Airlie
2007-04-12allow framebuffer changes on the crtc setupDave Airlie
2007-04-12add getfb ioctlDave Airlie
2007-04-11add support for setting a framebuffer depthDavid Airlie
2007-04-11add an fb count + id get to the get resources code pathDavid Airlie
2007-04-10export output name to userspaceDavid Airlie
2007-04-10fixup numerous issues with adding framebuffer supportDavid Airlie
2007-04-10mode: fixup problems with framebuffer add functionDavid Airlie
2007-04-10add addfb/rmfb ioctlsJakob Bornecrantz
2007-04-05checkpoint commit: implement SetCrtc so modes can in theory be set from userDave Airlie
2007-04-05checkpoint commit: added getresources, crtc and outputDave Airlie
2007-04-05initial userspace interface to get modesDave Airlie
2007-03-10Merge branch 'i915-pageflip'Michel Dänzer
2007-02-25drm: remove unnecessary NULL checks, and fix some indents..Jakob Bornecrantz
2007-02-22Add DRM_VBLANK_FLIP.Michel Dänzer
2007-02-16Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom
2007-02-15Initial support for fence object classes.Thomas Hellstrom
2006-11-09libdrm: add drmOpenOnce + drmCloseOnce to libdrmDave Airlie
2006-11-08libdrm: add support for server side functionality in libdrmDave Airlie
2006-10-29Minor bugfix, indentation and removal of unnused variables.Thomas Hellstrom
2006-10-27Reserve the new IOCTLs also for *bsd.Thomas Hellstrom
2006-10-27Last minute changes to support multi-page size buffer offset alignments.Thomas Hellstrom
2006-10-18Merging drm-ttm-0-2-branchThomas Hellstrom
2006-10-17Remove some debugging messages.Thomas Hellstrom
2006-10-17Remove max number of locked pages check and call, sinceThomas Hellstrom
2006-10-17Implement mm_lock and mm_unlock functions.Thomas Hellstrom
2006-10-17Extend generality for more memory types.Thomas Hellstrom
2006-10-11Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom
2006-10-11Big update:Thomas Hellstrom
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #3.George Sapountzis
2006-10-02Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom
2006-09-29Core vsync: Add flag DRM_VBLANK_NEXTONMISS.Michel Dänzer
2006-09-29Add definition of DRM_VBLANK_SECONDARY.Michel Dänzer
2006-09-29Add support for tracking drawable information to coreMichel Dänzer