aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-12configure: Conditionally build libdrm_intelChris Wilson
2009-10-08Bump to 2.4.15 for release.Eric Anholt
2009-10-08intel: Remove the asserts about the ignored alignment parameter.Eric Anholt
2009-10-06intel: Add a bo_alloc function for tiled BOs.Jesse Barnes
2009-10-06intel: Fix up some stale doxygen comments.Eric Anholt
2009-10-06intel: Reformat to the kernel coding style. Welcome to the 8-space future.Eric Anholt
2009-10-06intel: Don't allocate more relocation entries than the BO could support.Eric Anholt
2009-10-03tests: Disable intel-specific tests with --disable-intelChris Wilson
2009-10-03intel: Add a configure option to *disable* building libdrm-intelChris Wilson
2009-10-03intel: report errnoChris Wilson
2009-10-03libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels.Michel Dänzer
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-21Bump to 2.4.14 for release.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-28Bump to version 2.4.13 for release.Eric Anholt
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-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