aboutsummaryrefslogtreecommitdiffstats
path: root/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Install the header file in the libdrm/ directory.Eric Anholt2010-03-172-2/+2
* libdrm_intel.pc: don't include ${includedir}/drmJulien Cristau2010-03-171-1/+1
* intel: Align untiled buffer pitch to 64B.Eric Anholt2010-03-171-1/+4
* libdrm: Move intel_atomic.h to libdrm core for sharing.Pauli Nieminen2010-03-173-95/+1
* intel: Repeat execbuffer if interrupted by signalChris Wilson2010-03-071-1/+1
* intel: Only align Y-tiling pitch to the Y tile width.Eric Anholt2010-03-041-1/+6
* intel: Propagate some more error returnsChris Wilson2010-03-041-12/+20
* intel: Update the needs_fence flag of buffers on the validate list.Eric Anholt2010-03-031-1/+5
* intel: Don't enable execbuf2 fenced relocs unless we have execbuf2.Eric Anholt2010-03-021-2/+3
* intel: Don't tile-align pitch for untiled buffers.Eric Anholt2010-03-021-1/+1
* intel: Fix typo in conversion from IS_GEN to bufmgr_gem->gen.Eric Anholt2010-03-021-1/+1
* intel: add a comment about tiled buffer alloc height alignment from Mesa.Eric Anholt2010-03-021-0/+11
* intel: Use an integer for chipset generation instead of many conditionals.Eric Anholt2010-03-021-8/+17
* libdrm/intel: execbuf2 supportJesse Barnes2010-03-025-34/+276
* intel: Add initial support for Sandybridge, and clean up the #defines.Eric Anholt2010-02-252-38/+63
* intel: Handle resetting of input params after EINTR during SET_TILINGChris Wilson2010-02-101-7/+4
* intel: Account for potential pinned buffers hogging fencesChris Wilson2010-02-091-0/+13
* intel: check return value for callocDave Airlie2010-02-011-0/+3
* intel: Add pkg-config dependency on libdrm.so using 'Requires'Chris Wilson2010-01-201-1/+2
* Support gcc's __FUNCTION__ for people using other compilersAlan Coopersmith2010-01-161-0/+5
* Add support for Solaris libc atomic operationsAlan Coopersmith2010-01-161-0/+15
* intel: Clear virtual after failing to mmap_gtt.Chris Wilson2009-12-081-0/+1
* intel: Expect caller to guarantee thread-safety of bo during relocChris Wilson2009-12-051-10/+2
* intel: Free memory before inserting bo into cache.Chris Wilson2009-12-021-3/+10
* intel: Check and propagate errors from building reloc-treeChris Wilson2009-12-021-2/+35
* intel: Repeat execbuffer after EINTRChris Wilson2009-12-021-1/+1
* intel: Review use of errno.Chris Wilson2009-12-021-16/+25
* intel: Make bo_reference() inline for internal use.Chris Wilson2009-12-021-1/+1
* intel: Remove the extra reference while validating the reloc treeChris Wilson2009-12-021-16/+0
* intel: Wrap a few more syscalls with EINTR protectionChris Wilson2009-12-011-15/+47
* intel: Clear bo->used_as_reloc_target flag on destroyChris Wilson2009-11-301-1/+2
* intel: Apply pessimistic alignment to in-aperture buffer sizeChris Wilson2009-11-301-1/+26
* intel: Only store a buffer in the cache if it is retained.Chris Wilson2009-11-301-4/+4
* Merge remote branch 'origin/master' into libdrmKristian Høgsberg2009-11-204-6/+38
* Move libdrm/ up one levelKristian Høgsberg2009-11-1711-0/+4615