Age | Commit message (Expand) | Author |
2009-07-09 | nouveau: fix pin for buffers created with bo_wrap | Ben Skeggs |
2009-07-06 | libdrm: Make chown check for return value | Pauli Nieminen |
2009-07-06 | intel: Fix up math errors when allocating very large BOs. | Eric Anholt |
2009-07-06 | intel: fix compiler warning about returning a void value. | Edward O'Callaghan |
2009-07-06 | libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte... | Pauli Nieminen |
2009-07-06 | strcasecmp is in strings.h. | Ian Romanick |
2009-07-06 | radeon: move cs space checking code to libdrm_radeon. | Dave Airlie |
2009-07-03 | radeon: fix cs buffer realloc padding | Jerome Glisse |
2009-07-03 | radeon: fix realloc of packets. | Dave Airlie |
2009-07-02 | radeon: add buffer naming function | Dave Airlie |
2009-06-30 | radeon: add support for write followed by read relocs. | Dave Airlie |
2009-06-17 | libdrm/radeon: add initial libdrm_radeon | Dave Airlie |
2009-06-05 | nouveau: 0.0.14 + extend bo interface to support subrange mapping | Ben Skeggs |
2009-06-04 | nouveau: fix bo mapping issue | Ben Skeggs |
2009-06-03 | nouveau: fill in bo->tiled field for referenced buffers | Ben Skeggs |
2009-05-26 | nouveau: bump for 0.0.13 | Ben Skeggs |
2009-05-19 | intel: quiet a warning. | Eric Anholt |
2009-05-19 | intel: Only do BO caching up to 64MB objects. | Eric Anholt |
2009-05-14 | libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. | Keith Packard |
2009-05-14 | Add new drm_intel_get_pipe_from_crtc_id function. | Carl Worth |
2009-05-12 | libdrm/intel: add drm_intel_bo_disable_reuse api | Keith Packard |
2009-05-09 | Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am | Alan Coopersmith |
2009-05-01 | libdrm/intel: assert that clients are using bo refcounting correctly | Keith Packard |
2009-04-27 | intel: NULL fake bo block when freeing in evict_all | Jesse Barnes |
2009-04-22 | libdrm/mode: align subpixel results | Dave Airlie |
2009-04-17 | nouveau: write posting got lost somewhere, bring it back | Ben Skeggs |
2009-04-15 | nouveau: store bo handle in public struct in bo_ref_handle | Ben Skeggs |
2009-04-10 | Revert "libdrm: speed up connector & mode fetching" | Jesse Barnes |
2009-03-30 | libdrm: speed up connector & mode fetching | Jesse Barnes |
2009-03-26 | libdrm/intel: support GTT maps correctly | Jesse Barnes |
2009-03-25 | libdrm/nouveau: fix typo in nouveau_device_close() | Ben Skeggs |
2009-03-20 | libdrm/nouveau: ask the kernel for vram/gart aperture sizes | Ben Skeggs |
2009-03-20 | libdrm/nouveau: remove unneccesary null ptr checks | Ben Skeggs |
2009-03-20 | libdrm/nouveau: incr refcount on ref fence before decr on old fence | Ben Skeggs |
2009-03-20 | libdrm/nouveau: unref fences when deleting bo | Maarten Maathuis |
2009-03-18 | libdrm/nouveau: implement bo_handle_get for !mm_enabled | Ben Skeggs |
2009-03-16 | libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_t | Robert Noland |
2009-02-27 | intel: Update reloc_tree_size of the first buffer when we count the tree size. | Eric Anholt |
2009-02-24 | intel: Don't copy dirty data out when freeing a BO in the fake bufmgr. | Eric Anholt |
2009-02-24 | nouveau: Dist nouvea_dma.h as well. | Kristian Høgsberg |
2009-02-24 | nouveau: Also dist nouveau_private.h. | Kristian Høgsberg |
2009-02-23 | Fix DRM_CAS() on Alpha. (#16549) | Ivan Kokshaysky |
2009-02-21 | Fix distcheck for optional nouveau stuff. | Eric Anholt |
2009-02-21 | intel: Add a new bufmgr alloc function to get BOs ready for rendering to. | Eric Anholt |
2009-02-20 | libdrm/nouveau: free drmVersion after we're done with it | Ben Skeggs |
2009-02-20 | libdrm/nouveau: fix dma debugging | Ben Skeggs |
2009-02-15 | intel: Clear ioctl parameter outvalues and pads that confuse valgrind. | Eric Anholt |
2009-02-15 | libdrm: make libdrm_nouveau conditional, disabled by default | Ben Skeggs |
2009-02-11 | mode: Make xfdrmMode.[c|h] not depend on drm_mode.h | Jakob Bornecrantz |
2009-02-11 | nouveau: fix type warnings: void* arith, un/signed | Pekka Paalanen |