Age | Commit message (Expand) | Author |
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 |
2009-11-20 | Merge remote branch 'origin/master' into libdrm | Kristian Høgsberg |
2009-11-20 | Update README | Kristian Høgsberg |
2009-11-18 | libdrm_radeon: add radeon_bo_is_referenced_by_cs function | Maciej Cencora |
2009-11-17 | drm/i915: add GETPARAM request for page flipping | Jesse Barnes |
2009-11-17 | Drop stale TODO and unused ChangeLog | Kristian Høgsberg |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg |
2009-11-17 | Fix typo in i915 pipe_from_crtc_id ioctl struct name | Kristian Høgsberg |
2009-11-17 | Copy headers from kernel v2.6.32-rc6-130-g5b8f0be | Kristian Høgsberg |
2009-11-17 | Add makefile rule to copy headers from kernel tree | Kristian Høgsberg |
2009-11-15 | nouveau: Update some nouveau_class.h definitions from renouveau.xml. | Francisco Jerez |
2009-11-11 | intel: Export madvise | Chris Wilson |
2009-11-05 | Only install libdrm_intel.pc if we build libdrm_intel | Julien Cristau |
2009-11-04 | nouveau: turn another assertion into an error | Ben Skeggs |
2009-11-04 | nouveau: modify api slightly to allow caller to handle reloc failures | Ben Skeggs |
2009-11-04 | nouveau: add reloc refcnt to pending bo list | Ben Skeggs |
2009-11-04 | nouveau: drop rendering on the floor rather than asserting if flush fails | Ben Skeggs |
2009-11-04 | nouveau: update view of available aperture space after each flush | Ben Skeggs |
2009-11-03 | radeon: fix allocation | Mathias Fröhlich |
2009-10-29 | Add support for vblank events | Kristian Høgsberg |
2009-10-20 | intel: Only call clock_gettime once per unreference_final. | Eric Anholt |
2009-10-20 | intel: Improve bo_references performance by skipping the tree walk. | Eric Anholt |