aboutsummaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2009-10-18Add subdata functionThomas White
2009-10-17WhitespaceThomas White
2009-10-17GEM buffer naming stuffThomas White
2009-10-17Remove log message when deleting with map_count > 0Thomas White
2009-10-17Tweak to buffer waitThomas White
2009-10-17Count mappings correctlyThomas White
2009-10-17Initialise cref to zeroThomas White
2009-10-17Map counting fixesThomas White
2009-10-17Remove debugThomas White
2009-10-17Formatting and copyright noticesThomas White
2009-10-17Single point of truth for the virtual addressThomas White
2009-10-17Set bo_gem->virtual = NULL on unmapThomas White
2009-10-17Don't forget to #include config.hThomas White
2009-10-17First part of GEM memory mapping implementationThomas White
2009-10-17This include doesn't belong hereThomas White
2009-10-17Add missing include and castThomas White
2009-10-17Authorship, whitespaceThomas White
2009-10-17Initial libdrm_glamo bitsThomas White
2009-10-13nouveau: nv30: add render target logbase2 width,heightPatrice Mandin
2009-10-13intel: Fallback to atomic-ops.h [libatomic-ops-dev]Chris Wilson
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-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