Age | Commit message (Expand) | Author |
2009-11-20 | libdrm: add libdrm support for page flip ioctl | 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 |
2009-10-20 | nouveau: retry if pushbuf ioctl interrupted by signal | Ben Skeggs |
2009-10-19 | nouveau: function to return status of bo being referenced in pushbuf | Ben Skeggs |
2009-10-13 | nouveau: nv30: add render target logbase2 width,height | Patrice Mandin |
2009-10-13 | intel: Fallback to atomic-ops.h [libatomic-ops-dev] | Chris Wilson |
2009-10-08 | intel: Remove the asserts about the ignored alignment parameter. | Eric Anholt |
2009-10-06 | intel: Add a bo_alloc function for tiled BOs. | Jesse Barnes |
2009-10-06 | intel: Fix up some stale doxygen comments. | Eric Anholt |
2009-10-06 | intel: Reformat to the kernel coding style. Welcome to the 8-space future. | Eric Anholt |
2009-10-06 | intel: Don't allocate more relocation entries than the BO could support. | Eric Anholt |
2009-10-03 | intel: Add a configure option to *disable* building libdrm-intel | Chris Wilson |
2009-10-03 | intel: report errno | Chris Wilson |
2009-10-03 | libdrm_radeon: Zero-initialize structures to silence valgrind warnings | Nicolai Hähnle |
2009-10-02 | intel: Use atomic refcounters | Chris Wilson |
2009-10-02 | intel: Mark cached bo as purgeable | Chris Wilson |
2009-10-02 | intel: Don't free the reloc list when putting a freed BO in the cache. | Eric Anholt |
2009-10-01 | intel: Add a new function to check if a BO's reloc tree references some BO. | Eric Anholt |
2009-09-21 | intel: Remove the max_entries stuff that complicated bo reuse. | Eric Anholt |
2009-09-21 | intel: Remove the old swrast flag for reducing cache flushing. | Eric Anholt |
2009-09-17 | drmModeFreeConnector: free encoders and properties | Keith Packard |
2009-09-15 | radeon: fix 32/64 bit issue with sign extension | Dave Airlie |
2009-09-07 | libdrm_intel: include B43 chipset check | Zhenyu Wang |
2009-09-04 | libdrm_intel: add new pci ids | Zhenyu Wang |
2009-08-28 | Add drm_intel_bo_busy to query whether mapping a BO would block. | Eric Anholt |
2009-08-28 | Revert "libdrm_radeon: Always wait for BO idle in bo_map." | Michel Dänzer |
2009-08-27 | libdrm_radeon: Always wait for BO idle in bo_map. | Michel Dänzer |
2009-08-22 | radeon: add support for busy/domain check interface. | Pauli Nieminen |
2009-08-19 | nouveau: fix a thinko in copyless pushbuf ioctl | Ben Skeggs |
2009-08-18 | libdrm_radeon: Optimize copy of table to cs buffer with specialized call. | Pauli Nieminen |
2009-08-18 | libdrm_radeon: Fix loops so that compiler can optimize them. | Pauli Nieminen |
2009-08-18 | libdrm/radeon: Update head of linked list not to point freed memory. | Pauli Nieminen |
2009-08-18 | nouveau: support for copy-less pushbuf ioctl | Ben Skeggs |
2009-08-18 | nouveau: for the moment, assert if we exceed some reloc limits | Ben Skeggs |
2009-08-17 | radeon: fix bo wait at map time. | Dave Airlie |
2009-08-15 | radeon: fix GTT writing space check | Dave Airlie |
2009-08-05 | link libdrm_intel with -lrt for new use of clock_gettime(). | Anssi Hannula |
2009-08-01 | libdrm_radeon: add tiling support | Dave Airlie |
2009-08-01 | radeon: don't map/unmap explicitly. | Dave Airlie |