Age | Commit message (Expand) | Author |
2009-12-21 | libdrm 2.4.17 | Dave Airlie |
2009-12-21 | radeon: fix BO null check, should be in higher level fn | Dave Airlie |
2009-12-21 | radeon: straighten out the API insanity. | Dave Airlie |
2009-12-17 | nouveau: remove delayed kernel bo creation | Ben Skeggs |
2009-12-15 | Be less chatty in drmSetMaster/drmDropMaster | Kristian Høgsberg |
2009-12-15 | modetest: Error out if pageflipping is requested but not available | Kristian Høgsberg |
2009-12-14 | vmwgfx: Fetch the latest header | Jakob Bornecrantz |
2009-12-09 | nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAIN | Ben Skeggs |
2009-12-09 | nouveau: move reloc code down, nothing to see here | Ben Skeggs |
2009-12-08 | intel: Clear virtual after failing to mmap_gtt. | Chris Wilson |
2009-12-04 | libkms: Change destroy api a bit | Jakob Bornecrantz |
2009-12-04 | libkms: Add libkms | Jakob Bornecrantz |
2009-12-04 | Ignore config.h.in | Jakob Bornecrantz |
2009-12-07 | radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAIN | Jerome Glisse |
2009-12-05 | intel: Expect caller to guarantee thread-safety of bo during reloc | Chris Wilson |
2009-12-04 | modetest: fix build error due to page_flip_handler name change | Jesse Barnes |
2009-12-02 | Merge branch 'modesetting-dirty-libdrm' | Jakob Bornecrantz |
2009-12-03 | Add RELEASING to document the release process | Kristian Høgsberg |
2009-12-03 | Bump event context structure version for page flipping | Jesse Barnes |
2009-12-03 | Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm | Jesse Barnes |
2009-12-03 | Bump to 2.4.16 for release | Kristian Høgsberg |
2009-12-03 | Enable experimental APIs for distcheck | Kristian Høgsberg |
2009-12-02 | Change the number on the dirty ioctl to match upstream | Jakob Bornecrantz |
2009-12-02 | intel: Free memory before inserting bo into cache. | Chris Wilson |
2009-12-02 | intel: Check and propagate errors from building reloc-tree | Chris Wilson |
2009-12-02 | intel: Repeat execbuffer after EINTR | Chris Wilson |
2009-12-02 | intel: Review use of errno. | Chris Wilson |
2009-12-02 | intel: Make bo_reference() inline for internal use. | Chris Wilson |
2009-12-02 | intel: Remove the extra reference while validating the reloc tree | Chris Wilson |
2009-12-01 | intel: Wrap a few more syscalls with EINTR protection | Chris Wilson |
2009-11-30 | intel: Clear bo->used_as_reloc_target flag on destroy | Chris Wilson |
2009-11-30 | intel: Apply pessimistic alignment to in-aperture buffer size | Chris Wilson |
2009-11-30 | intel: Only store a buffer in the cache if it is retained. | Chris Wilson |
2009-11-30 | Change the dirty ioctl a bit and comment it | Jakob Bornecrantz |
2009-11-26 | Bring dirty code from old branch | Jakob Bornecrantz |
2009-11-25 | Correctly set DRM_MAX_MINOR for all platforms. | Robert Noland |
2009-11-24 | Add missing DRM_MAX_MINOR define | Alex Deucher |
2009-11-24 | More fixups to allow mesa to build | Robert Noland |
2009-11-24 | Finish fixing the build on FreeBSD | Robert Noland |
2009-11-23 | Add drmGetDeviceNameFromFd function | Kristian Høgsberg |
2009-11-23 | Fix build on *BSD | Kristian Høgsberg |
2009-11-23 | Don't hardcore 'yes', use in configure.ac output | Kristian Høgsberg |
2009-11-23 | Output summary of enabled features at the end of configure.ac | Kristian Høgsberg |
2009-11-23 | Drop duplicated radeon_*.h files in include/drm | Kristian Høgsberg |
2009-11-20 | Put mach64_drm.h back in to avoid breaking mesa build | Kristian Høgsberg |
2009-11-20 | Install kernel headers in ${includedir}/drm | Kristian Høgsberg |
2009-11-21 | nouveau: fix DRM headers | Pekka Paalanen |
2009-11-20 | Bump libdrm version to 2.4.16 for page flipping | Jesse Barnes |
2009-11-20 | modetest: add pageflip test case to modetest | Kristian Høgsberg |
2009-11-20 | libdrm: add libdrm support for page flip ioctl | Kristian Høgsberg |