OSDN Git Service

intel: Add initial support for Sandybridge, and clean up the #defines.
[android-x86/external-libdrm.git] / intel / intel_bufmgr_gem.c
2010-02-25 Eric Anholtintel: Add initial support for Sandybridge, and clean...
2010-02-10 Chris Wilsonintel: Handle resetting of input params after EINTR...
2010-02-09 Chris Wilsonintel: Account for potential pinned buffers hogging...
2010-02-02 Dave Airlieintel: check return value for calloc
2010-01-05 Jakob BornecrantzMerge branch 'master' into libkms-master
2009-12-08 Chris Wilsonintel: Clear virtual after failing to mmap_gtt.
2009-12-05 Chris Wilsonintel: Expect caller to guarantee thread-safety of...
2009-12-02 Jakob BornecrantzMerge branch 'modesetting-dirty-libdrm'
2009-12-03 Jesse BarnesMerge branch 'pageflip' of git://people.freedesktop...
2009-12-02 Chris Wilsonintel: Free memory before inserting bo into cache.
2009-12-02 Chris Wilsonintel: Check and propagate errors from building reloc...
2009-12-02 Chris Wilsonintel: Repeat execbuffer after EINTR
2009-12-02 Chris Wilsonintel: Review use of errno.
2009-12-02 Chris Wilsonintel: Make bo_reference() inline for internal use.
2009-12-02 Chris Wilsonintel: Remove the extra reference while validating...
2009-12-01 Chris Wilsonintel: Wrap a few more syscalls with EINTR protection
2009-11-30 Chris Wilsonintel: Clear bo->used_as_reloc_target flag on destroy
2009-11-30 Chris Wilsonintel: Apply pessimistic alignment to in-aperture buffe...
2009-11-30 Chris Wilsonintel: Only store a buffer in the cache if it is retained.
2009-11-20 Kristian HøgsbergMerge remote branch 'origin/master' into libdrm
2009-11-17 Kristian HøgsbergMove libdrm/ up one level