aboutsummaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2009-05-26nouveau: bump for 0.0.13Ben Skeggs
2009-05-19intel: quiet a warning.Eric Anholt
2009-05-19intel: Only do BO caching up to 64MB objects.Eric Anholt
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.Keith Packard
2009-05-14Add new drm_intel_get_pipe_from_crtc_id function.Carl Worth
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard
2009-05-09Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.amAlan Coopersmith
2009-05-01libdrm/intel: assert that clients are using bo refcounting correctlyKeith Packard
2009-04-27intel: NULL fake bo block when freeing in evict_allJesse Barnes
2009-04-22libdrm/mode: align subpixel resultsDave Airlie
2009-04-17nouveau: write posting got lost somewhere, bring it backBen Skeggs
2009-04-15nouveau: store bo handle in public struct in bo_ref_handleBen Skeggs
2009-04-10Revert "libdrm: speed up connector & mode fetching"Jesse Barnes
2009-03-30libdrm: speed up connector & mode fetchingJesse Barnes
2009-03-26libdrm/intel: support GTT maps correctlyJesse Barnes
2009-03-25libdrm/nouveau: fix typo in nouveau_device_close()Ben Skeggs
2009-03-20libdrm/nouveau: ask the kernel for vram/gart aperture sizesBen Skeggs
2009-03-20libdrm/nouveau: remove unneccesary null ptr checksBen Skeggs
2009-03-20libdrm/nouveau: incr refcount on ref fence before decr on old fenceBen Skeggs
2009-03-20libdrm/nouveau: unref fences when deleting boMaarten Maathuis
2009-03-18libdrm/nouveau: implement bo_handle_get for !mm_enabledBen Skeggs
2009-03-16libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_tRobert Noland
2009-02-27intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt
2009-02-24intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt
2009-02-24nouveau: Dist nouvea_dma.h as well.Kristian Høgsberg
2009-02-24nouveau: Also dist nouveau_private.h.Kristian Høgsberg
2009-02-23Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky
2009-02-21Fix distcheck for optional nouveau stuff.Eric Anholt
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt
2009-02-20libdrm/nouveau: free drmVersion after we're done with itBen Skeggs
2009-02-20libdrm/nouveau: fix dma debuggingBen Skeggs
2009-02-15intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt
2009-02-15libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs
2009-02-11mode: Make xfdrmMode.[c|h] not depend on drm_mode.hJakob Bornecrantz
2009-02-11nouveau: fix type warnings: void* arith, un/signedPekka Paalanen
2009-02-05nouveau: fix some issues where buffer objects never get freedBen Skeggs
2009-02-04nouveau: install libdrm_nouveau with libdrmBen Skeggs
2009-01-27intel: don't count fences on 965 and later, as they don't use them.Eric Anholt
2009-01-27intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt
2009-01-27intel: libdrm support for fence management in execbufJesse Barnes
2009-01-14intel: Retry pin ioctl on -EINTR.Eric Anholt
2009-01-13Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth
2009-01-12Remove drmModeReplaceFb after it was removed from the kernel.Owain G. Ainsworth
2009-01-07libdrm: add autoconf check for clock_gettimeJesse Barnes
2009-01-07libdrm: only check for vblank timeout if we caught EINTRJesse Barnes
2009-01-07libdrm: add timeout handling to drmWaitVBlankJesse Barnes
2008-12-17intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard
2008-12-17intel: Debug output %u vs uint64_t warning fixKeith Packard
2008-12-17intel: return error status from drm_intel_gem_bo_mapKeith Packard
2008-12-17intel: Dump out memory usage information when the kernel fails to pinKeith Packard