Age | Commit message (Expand) | Author |
2009-09-04 | libdrm_intel: add new pci ids | Zhenyu Wang |
2009-08-28 | Bump to version 2.4.13 for release. | Eric Anholt |
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-25 | Kill last remnant of replacefb ioctl | Jakob Bornecrantz |
2009-08-24 | radeon: pull in z pipe changes from kernel | Alex Deucher |
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-16 | Filter radeon pkgconfig file as do intel and nouveau | Christoph Brill |
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 |
2009-07-28 | nouveau: don't overwrite user-specified bo size needlessly | Ben Skeggs |
2009-07-28 | nouveau: user buffers need to be mappable | Ben Skeggs |
2009-07-28 | nouveau: drm api 0.0.15, update object header, remove fake bo support | Ben Skeggs |
2009-07-27 | libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalanc... | Maarten Maathuis |
2009-07-15 | Add RADEON_INIT_R600_CP too | Alex Deucher |
2009-07-15 | Add R600_SCRATCH_REG_OFFSET to radeon_drm.h | Alex Deucher |
2009-07-15 | Bump to version 2.4.12 for release. | Eric Anholt |
2009-07-09 | intel: Free buffers in the BO cache that haven't been reused in a while. | Eric Anholt |
2009-07-10 | configure: move AC_USE_SYSTEM_EXTENSIONS up higher | Dave Airlie |
2009-07-09 | nouveau: fix pin for buffers created with bo_wrap | Ben Skeggs |
2009-07-06 | s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/ | Ian Romanick |
2009-07-06 | libdrm: Make chown check for return value | Pauli Nieminen |
2009-07-06 | libdrm: Set _XOPEN_SOURCE and _GNU_SOURCE | Ian Romanick |
2009-07-06 | intel: Fix up math errors when allocating very large BOs. | Eric Anholt |
2009-07-06 | intel: fix compiler warning about returning a void value. | Edward O'Callaghan |
2009-07-06 | libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte... | Pauli Nieminen |
2009-07-06 | strcasecmp is in strings.h. | Ian Romanick |
2009-07-06 | libdrm: Remove typedef for non-existing enum | Pauli Nieminen |
2009-07-06 | radeon: move cs space checking code to libdrm_radeon. | Dave Airlie |
2009-07-03 | radeon: fix cs buffer realloc padding | Jerome Glisse |
2009-07-03 | radeon: fix realloc of packets. | Dave Airlie |
2009-07-02 | radeon: add buffer naming function | Dave Airlie |
2009-06-30 | radeon: add support for write followed by read relocs. | Dave Airlie |
2009-06-23 | remove some old ttm bits | Dave Airlie |
2009-06-22 | drm: Strip old ttm. | Thomas Hellstrom |
2009-06-22 | modetest: use gtt unmap for object | Jesse Barnes |
2009-06-17 | libdrm/radeon: add initial libdrm_radeon | Dave Airlie |
2009-06-05 | nouveau: 0.0.14 + extend bo interface to support subrange mapping | Ben Skeggs |
2009-06-04 | nouveau: fix bo mapping issue | Ben Skeggs |
2009-06-03 | Fix build on kernels < 2.6.26 | Pekka Paalanen |