aboutsummaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2009-10-03intel: Add a configure option to *disable* building libdrm-intelChris Wilson
2009-10-03intel: report errnoChris Wilson
2009-10-03libdrm_radeon: Zero-initialize structures to silence valgrind warningsNicolai Hähnle
2009-10-02intel: Use atomic refcountersChris Wilson
2009-10-02intel: Mark cached bo as purgeableChris Wilson
2009-10-02intel: Don't free the reloc list when putting a freed BO in the cache.Eric Anholt
2009-10-01intel: Add a new function to check if a BO's reloc tree references some BO.Eric Anholt
2009-09-21intel: Remove the max_entries stuff that complicated bo reuse.Eric Anholt
2009-09-21intel: Remove the old swrast flag for reducing cache flushing.Eric Anholt
2009-09-17drmModeFreeConnector: free encoders and propertiesKeith Packard
2009-09-15radeon: fix 32/64 bit issue with sign extensionDave Airlie
2009-09-07libdrm_intel: include B43 chipset checkZhenyu Wang
2009-09-04libdrm_intel: add new pci idsZhenyu Wang
2009-08-28Add drm_intel_bo_busy to query whether mapping a BO would block.Eric Anholt
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-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-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-09intel: Free buffers in the BO cache that haven't been reused in a while.Eric Anholt
2009-07-09nouveau: fix pin for buffers created with bo_wrapBen Skeggs
2009-07-06libdrm: Make chown check for return valuePauli Nieminen
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-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-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-03nouveau: fill in bo->tiled field for referenced buffersBen Skeggs
2009-05-26nouveau: bump for 0.0.13Ben Skeggs
2009-05-19intel: quiet a warning.Eric Anholt