summaryrefslogtreecommitdiff
path: root/libdrm
Commit message (Expand)AuthorAgeFilesLines
* intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt2009-02-271-1/+14
* intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt2009-02-241-7/+12
* nouveau: Dist nouvea_dma.h as well.Kristian Høgsberg2009-02-241-0/+1
* nouveau: Also dist nouveau_private.h.Kristian Høgsberg2009-02-241-1/+2
* Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky2009-02-231-23/+25
* Fix distcheck for optional nouveau stuff.Eric Anholt2009-02-211-1/+5
* intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt2009-02-216-25/+80
* libdrm/nouveau: free drmVersion after we're done with itBen Skeggs2009-02-201-0/+1
* libdrm/nouveau: fix dma debuggingBen Skeggs2009-02-201-0/+1
* intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt2009-02-151-0/+7
* libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs2009-02-151-1/+1
* mode: Make xfdrmMode.[c|h] not depend on drm_mode.hJakob Bornecrantz2009-02-112-11/+124
* nouveau: fix type warnings: void* arith, un/signedPekka Paalanen2009-02-116-8/+8
* nouveau: fix some issues where buffer objects never get freedBen Skeggs2009-02-052-4/+22
* nouveau: install libdrm_nouveau with libdrmBen Skeggs2009-02-0423-1/+11305
* intel: don't count fences on 965 and later, as they don't use them.Eric Anholt2009-01-273-4/+88
* intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt2009-01-271-5/+21
* intel: libdrm support for fence management in execbufJesse Barnes2009-01-271-1/+48
* intel: Retry pin ioctl on -EINTR.Eric Anholt2009-01-141-1/+4
* Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth2009-01-131-1/+1
* Remove drmModeReplaceFb after it was removed from the kernel.Owain G. Ainsworth2009-01-122-28/+0
* libdrm: add autoconf check for clock_gettimeJesse Barnes2009-01-071-1/+1
* libdrm: only check for vblank timeout if we caught EINTRJesse Barnes2009-01-071-7/+10
* libdrm: add timeout handling to drmWaitVBlankJesse Barnes2009-01-072-1/+20
* intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard2008-12-171-17/+42
* intel: Debug output %u vs uint64_t warning fixKeith Packard2008-12-171-1/+1
* intel: return error status from drm_intel_gem_bo_mapKeith Packard2008-12-171-0/+4
* intel: Dump out memory usage information when the kernel fails to pinKeith Packard2008-12-171-15/+55
* libdrm: add mode setting filesJesse Barnes2008-12-177-11/+992
* intel: don't skip set_domain on mapping of shared buffers.Eric Anholt2008-12-141-1/+1
* intel: don't let named buffers into the BO cache.Eric Anholt2008-12-141-2/+3
* intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.Eric Anholt2008-12-141-68/+54
* Revert "Merge branch 'modesetting-gem'"Jesse Barnes2008-12-1017-2310/+13
* Merge branch 'modesetting-gem'Jesse Barnes2008-12-0917-13/+2310
|\
| * Merge branch 'master' into modesetting-gemJesse Barnes2008-12-032-1/+16
| |\
| * \ Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes2008-11-199-40/+369
| |\ \
| | * | libdrm-radeon: add print callback to cs & small fixesJerome Glisse2008-11-165-6/+113
| | * | libdrm-radeon: unref return current BO ptr to reflect BO destructionJerome Glisse2008-11-155-19/+21
| | * | libdrm-radeon: unreference buffer once cs stream is submited or on cs cleanJerome Glisse2008-11-141-4/+14
| | * | libdrm-radeon: new tracker toolsJerome Glisse2008-11-144-14/+224
| * | | libdrm_intel: fix merge errorJesse Barnes2008-11-191-2/+0
| * | | Merge branch 'master' into modesetting-gemJesse Barnes2008-11-135-484/+834
| |\ \ \ | | |/ / | |/| |
| * | | mode: Minor reodering and renamingJakob Bornecrantz2008-11-121-4/+4
| * | | mode: Unify userspace API to uint_tJakob Bornecrantz2008-11-121-11/+11
| * | | mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz2008-11-122-14/+0
| * | | radeon+libdrm-radeon: change relocation informationsJerome Glisse2008-11-123-56/+82
| * | | libdrm-radeon: be verbose on bo failure and cleanup cs a bitJerome Glisse2008-11-102-42/+44
| * | | libdrm-radeon: update libdrm-radeon to match current CS relocation structuresJerome Glisse2008-11-095-89/+143
| * | | radeon: lib radeon add bo & cs gem backendJerome Glisse2008-11-066-38/+365
| * | | radeon: libdrm_radeon add handle to debug stringJerome Glisse2008-11-051-2/+2