Age | Commit message (Expand) | Author |
2008-04-28 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom |
2008-04-06 | [I915] Fix VRAM eviction. | Thomas Hellstrom |
2008-02-05 | build fix for older kernels | Alan Hourihane |
2008-01-25 | Merge remote branch 'origin/master' into modesetting-101 | Dave Airlie |
2008-01-17 | i915: fix invalid opcode exception on cpus without clflush | Kyle McMartin |
2007-12-21 | Rename inappropriately named 'mask' fields to 'proposed_flags' instead. | Keith Packard |
2007-12-11 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/drm into modesett... | Dave Airlie |
2007-11-29 | drm: more cleanups | Dave Airlie |
2007-11-06 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Thomas Hellstrom |
2007-11-06 | i915: cleanup most of the whitespace | Dave Airlie |
2007-11-05 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-11-01 | Merge branch 'master' into modesetting-101 | Jesse Barnes |
2007-10-30 | drm/i915: add driver cache flush entry point | Dave Airlie |
2007-10-25 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom |
2007-10-21 | Disable i915 accelerated blit copy moves for now until we can | Thomas Hellstrom |
2007-10-16 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Alan Hourihane |
2007-10-12 | i915: check mask instead of flags for buffer fence types | Dave Airlie |
2007-09-24 | Merge branch 'master' into modesetting-101 - TTM & typedef removal | Jesse Barnes |
2007-09-22 | Add fence error member. | Thomas Hellstrom |
2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-06-12 | Try to make buffer object / fence object ioctl args 64-bit safe. | Thomas Hellstrom |
2007-05-22 | Call preallocated space VRAM instead of PRIV0 to be more consistent with | Jesse Barnes |
2007-04-18 | Simplify the ttm backend interface and the agp ttm backend. | Thomas Hellstrom |
2007-02-16 | Simple fence object sample driver for via, based on idling the GPU. | Thomas Hellstrom |
2007-02-15 | Initial support for fence object classes. | Thomas Hellstrom |
2007-02-14 | Set the drm bus map type for each buffer object memory type. | Thomas Hellstrom |
2007-02-13 | More bugfixes. | Thomas Hellstrom |
2007-02-12 | Lindent. | Thomas Hellstrom |
2007-02-12 | Cleanup and fix support for pinned buffers. | Thomas Hellstrom |
2007-02-10 | Various bugfixes. | Thomas Hellstrom |
2007-02-09 | I915 accelerated blit copy functional. | Thomas Hellstrom |
2007-02-08 | Add an accelerated buffer copy cleanup helper. | Thomas Hellstrom |
2007-02-07 | Checkpoint commit. | Thomas Hellstrom |
2007-02-06 | Simplify pci map vs no pci map choice. | Thomas Hellstrom |
2007-02-06 | Implement a policy for selecting memory types. | Thomas Hellstrom |
2007-02-05 | i915: Add copy-blit operation. | Thomas Hellstrom |
2007-02-02 | Make vm handle buffer objects instead of ttm objects. | Thomas Hellstrom |
2007-01-31 | memory manager: Make device driver aware of different memory types. | Thomas Hellstrom |
2006-10-18 | Avoid driver-specific AGP user-populated types, since we don't know what AGP | Thomas Hellstrom |
2006-10-17 | Lindent. | Thomas Hellstrom |
2006-10-16 | Change Intel AGP memory type numbers. | Thomas Hellstrom |
2006-10-12 | Simplify the AGP backend interface somewhat. | Thomas Hellstrom |
2006-09-26 | Allow for a driver to overload the ttm backend object methods. | Thomas Hellstrom |
2006-09-12 | Use lazy fence wait when possible even for RW fences. Saves some CPU. | Thomas Hellstrom |
2006-09-01 | Various bugfixes. | Thomas Hellstrom |
2006-08-31 | Validation and fencing. | Thomas Hellstrom |
2006-08-22 | Initial i915 buffer object driver | Thomas Hellstrom |