summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.libdrm-2.4.11Keith Packard3-8/+31
2009-05-14Add new drm_intel_get_pipe_from_crtc_id function.Carl Worth2-0/+25
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard4-1/+42
2009-05-09Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.amAlan Coopersmith1-1/+0
2009-05-01libdrm/intel: assert that clients are using bo refcounting correctlyKeith Packard1-0/+3
2009-04-27intel: NULL fake bo block when freeing in evict_allJesse Barnes1-0/+2
2009-04-22libdrm/mode: align subpixel resultsDave Airlie1-1/+2
2009-04-17nouveau: write posting got lost somewhere, bring it backBen Skeggs1-0/+1
2009-04-15nouveau: store bo handle in public struct in bo_ref_handleBen Skeggs1-1/+2
2009-04-10Revert "libdrm: speed up connector & mode fetching"Jesse Barnes1-32/+7
2009-03-30libdrm: speed up connector & mode fetchingJesse Barnes1-7/+32
2009-03-26libdrm/intel: support GTT maps correctlyJesse Barnes2-16/+42
2009-03-25libdrm/nouveau: fix typo in nouveau_device_close()Ben Skeggs1-1/+1
2009-03-20libdrm/nouveau: ask the kernel for vram/gart aperture sizesBen Skeggs2-0/+19
2009-03-20libdrm/nouveau: remove unneccesary null ptr checksBen Skeggs1-4/+2
2009-03-20libdrm/nouveau: incr refcount on ref fence before decr on old fenceBen Skeggs1-11/+5
2009-03-20libdrm/nouveau: unref fences when deleting boMaarten Maathuis1-0/+4
2009-03-18libdrm/nouveau: implement bo_handle_get for !mm_enabledBen Skeggs1-11/+12
2009-03-16libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_tRobert Noland1-1/+1
2009-02-27intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt1-1/+14
2009-02-24intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt1-7/+12
2009-02-24nouveau: Dist nouvea_dma.h as well.Kristian Høgsberg1-0/+1
2009-02-24nouveau: Also dist nouveau_private.h.Kristian Høgsberg1-1/+2
2009-02-23Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky1-23/+25
2009-02-21Fix distcheck for optional nouveau stuff.Eric Anholt1-1/+5
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt6-25/+80
2009-02-20libdrm/nouveau: free drmVersion after we're done with itBen Skeggs1-0/+1
2009-02-20libdrm/nouveau: fix dma debuggingBen Skeggs1-0/+1
2009-02-15intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt1-0/+7
2009-02-15libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs1-1/+1
2009-02-11mode: Make xfdrmMode.[c|h] not depend on drm_mode.hJakob Bornecrantz2-11/+124
2009-02-11nouveau: fix type warnings: void* arith, un/signedPekka Paalanen6-8/+8
2009-02-05nouveau: fix some issues where buffer objects never get freedBen Skeggs2-4/+22
2009-02-04nouveau: install libdrm_nouveau with libdrmBen Skeggs23-1/+11305
2009-01-27intel: don't count fences on 965 and later, as they don't use them.Eric Anholt3-4/+88
2009-01-27intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt1-5/+21
2009-01-27intel: libdrm support for fence management in execbufJesse Barnes1-1/+48
2009-01-14intel: Retry pin ioctl on -EINTR.Eric Anholt1-1/+4
2009-01-13Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth1-1/+1
2009-01-12Remove drmModeReplaceFb after it was removed from the kernel.Owain G. Ainsworth2-28/+0
2009-01-07libdrm: add autoconf check for clock_gettimeJesse Barnes1-1/+1
2009-01-07libdrm: only check for vblank timeout if we caught EINTRJesse Barnes1-7/+10
2009-01-07libdrm: add timeout handling to drmWaitVBlankJesse Barnes2-1/+20
2008-12-17intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard1-17/+42
2008-12-17intel: Debug output %u vs uint64_t warning fixKeith Packard1-1/+1
2008-12-17intel: return error status from drm_intel_gem_bo_mapKeith Packard1-0/+4
2008-12-17intel: Dump out memory usage information when the kernel fails to pinKeith Packard1-15/+55
2008-12-17libdrm: add mode setting filesJesse Barnes7-11/+992
2008-12-14intel: don't skip set_domain on mapping of shared buffers.Eric Anholt1-1/+1
2008-12-14intel: don't let named buffers into the BO cache.Eric Anholt1-2/+3