aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-28Revert "libdrm_radeon: Always wait for BO idle in bo_map."Michel Dänzer
2009-08-27libdrm_radeon: Always wait for BO idle in bo_map.Michel Dänzer
2009-08-25Kill last remnant of replacefb ioctlJakob Bornecrantz
2009-08-24radeon: pull in z pipe changes from kernelAlex Deucher
2009-08-22radeon: add support for busy/domain check interface.Pauli Nieminen
2009-08-19nouveau: fix a thinko in copyless pushbuf ioctlBen Skeggs
2009-08-18libdrm_radeon: Optimize copy of table to cs buffer with specialized call.Pauli Nieminen
2009-08-18libdrm_radeon: Fix loops so that compiler can optimize them.Pauli Nieminen
2009-08-18libdrm/radeon: Update head of linked list not to point freed memory.Pauli Nieminen
2009-08-18nouveau: support for copy-less pushbuf ioctlBen Skeggs
2009-08-18nouveau: for the moment, assert if we exceed some reloc limitsBen Skeggs
2009-08-17radeon: fix bo wait at map time.Dave Airlie
2009-08-16Filter radeon pkgconfig file as do intel and nouveauChristoph Brill
2009-08-15radeon: fix GTT writing space checkDave Airlie
2009-08-05link libdrm_intel with -lrt for new use of clock_gettime().Anssi Hannula
2009-08-01libdrm_radeon: add tiling supportDave Airlie
2009-08-01radeon: don't map/unmap explicitly.Dave Airlie
2009-07-28nouveau: don't overwrite user-specified bo size needlesslyBen Skeggs
2009-07-28nouveau: user buffers need to be mappableBen Skeggs
2009-07-28nouveau: drm api 0.0.15, update object header, remove fake bo supportBen Skeggs
2009-07-27libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalanc...Maarten Maathuis
2009-07-15Add RADEON_INIT_R600_CP tooAlex Deucher
2009-07-15Add R600_SCRATCH_REG_OFFSET to radeon_drm.hAlex Deucher
2009-07-15Bump to version 2.4.12 for release.Eric Anholt
2009-07-09intel: Free buffers in the BO cache that haven't been reused in a while.Eric Anholt
2009-07-10configure: move AC_USE_SYSTEM_EXTENSIONS up higherDave Airlie
2009-07-09nouveau: fix pin for buffers created with bo_wrapBen Skeggs
2009-07-06s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/Ian Romanick
2009-07-06libdrm: Make chown check for return valuePauli Nieminen
2009-07-06libdrm: Set _XOPEN_SOURCE and _GNU_SOURCEIan Romanick
2009-07-06intel: Fix up math errors when allocating very large BOs.Eric Anholt
2009-07-06intel: fix compiler warning about returning a void value.Edward O'Callaghan
2009-07-06libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte...Pauli Nieminen
2009-07-06strcasecmp is in strings.h.Ian Romanick
2009-07-06libdrm: Remove typedef for non-existing enumPauli Nieminen
2009-07-06radeon: move cs space checking code to libdrm_radeon.Dave Airlie
2009-07-03radeon: fix cs buffer realloc paddingJerome Glisse
2009-07-03radeon: fix realloc of packets.Dave Airlie
2009-07-02radeon: add buffer naming functionDave Airlie
2009-06-30radeon: add support for write followed by read relocs.Dave Airlie
2009-06-23remove some old ttm bitsDave Airlie
2009-06-22drm: Strip old ttm.Thomas Hellstrom
2009-06-22modetest: use gtt unmap for objectJesse Barnes
2009-06-17libdrm/radeon: add initial libdrm_radeonDave Airlie
2009-06-05nouveau: 0.0.14 + extend bo interface to support subrange mappingBen Skeggs
2009-06-04nouveau: fix bo mapping issueBen Skeggs
2009-06-03Fix build on kernels < 2.6.26Pekka Paalanen
2009-06-03nouveau: fill in bo->tiled field for referenced buffersBen Skeggs
2009-06-02nv50: magic fix for "3d busted without the binary driver first" issueBen Skeggs
2009-05-28drm: Fix compilation on 2.6.30Michael Buesch