index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdrm
/
intel
Age
Commit message (
Expand
)
Author
2009-10-20
intel: Only call clock_gettime once per unreference_final.
Eric Anholt
2009-10-20
intel: Improve bo_references performance by skipping the tree walk.
Eric Anholt
2009-10-13
intel: Fallback to atomic-ops.h [libatomic-ops-dev]
Chris Wilson
2009-10-08
intel: Remove the asserts about the ignored alignment parameter.
Eric Anholt
2009-10-06
intel: Add a bo_alloc function for tiled BOs.
Jesse Barnes
2009-10-06
intel: Fix up some stale doxygen comments.
Eric Anholt
2009-10-06
intel: Reformat to the kernel coding style. Welcome to the 8-space future.
Eric Anholt
2009-10-06
intel: Don't allocate more relocation entries than the BO could support.
Eric Anholt
2009-10-03
intel: report errno
Chris Wilson
2009-10-02
intel: Use atomic refcounters
Chris Wilson
2009-10-02
intel: Mark cached bo as purgeable
Chris Wilson
2009-10-02
intel: Don't free the reloc list when putting a freed BO in the cache.
Eric Anholt
2009-10-01
intel: Add a new function to check if a BO's reloc tree references some BO.
Eric Anholt
2009-09-21
intel: Remove the max_entries stuff that complicated bo reuse.
Eric Anholt
2009-09-21
intel: Remove the old swrast flag for reducing cache flushing.
Eric Anholt
2009-09-07
libdrm_intel: include B43 chipset check
Zhenyu Wang
2009-09-04
libdrm_intel: add new pci ids
Zhenyu Wang
2009-08-28
Add drm_intel_bo_busy to query whether mapping a BO would block.
Eric Anholt
2009-08-05
link libdrm_intel with -lrt for new use of clock_gettime().
Anssi Hannula
2009-07-09
intel: Free buffers in the BO cache that haven't been reused in a while.
Eric Anholt
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-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-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-03-26
libdrm/intel: support GTT maps correctly
Jesse Barnes
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-21
intel: Add a new bufmgr alloc function to get BOs ready for rendering to.
Eric Anholt
2009-02-15
intel: Clear ioctl parameter outvalues and pads that confuse valgrind.
Eric Anholt
2009-01-27
intel: don't count fences on 965 and later, as they don't use them.
Eric Anholt
2009-01-27
intel: Fix under-counting of fences registers required in check_aperture.
Eric Anholt
2009-01-27
intel: libdrm support for fence management in execbuf
Jesse Barnes
2009-01-14
intel: Retry pin ioctl on -EINTR.
Eric Anholt
2009-01-13
Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.
Owain G. Ainsworth
2008-12-17
intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.
Keith Packard
2008-12-17
intel: Debug output %u vs uint64_t warning fix
Keith Packard
2008-12-17
intel: return error status from drm_intel_gem_bo_map
Keith Packard
2008-12-17
intel: Dump out memory usage information when the kernel fails to pin
Keith Packard
2008-12-17
libdrm: add mode setting files
Jesse Barnes
2008-12-14
intel: don't skip set_domain on mapping of shared buffers.
Eric Anholt
2008-12-14
intel: don't let named buffers into the BO cache.
Eric Anholt
2008-12-14
intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.
Eric Anholt
2008-12-10
Revert "Merge branch 'modesetting-gem'"
Jesse Barnes
2008-12-03
Merge branch 'master' into modesetting-gem
Jesse Barnes
2008-12-02
intel: Add a function for setting (GTT,GTT) domain, for use by UXA.
Eric Anholt
[next]