]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/history - intel/intel_bufmgr_gem.c
DEBIAN: debianization
[glsdk/libdrm.git] / intel / intel_bufmgr_gem.c
2013-01-13 Chris Wilsonintel: Remove the fence count contributions when cleari...
2012-11-10 David Shaointel: Fix missing ETIME on BSD operating systems
2012-10-07 Chris Wilsonintel: Silence a trivial compiler warning
2012-10-07 Chris Wilsonintel: Fix "properly test for HAS_LLC"
2012-09-15 Kristian Høgsbergintel: Mark bo's exported to prime as not reusable
2012-09-01 Daniel Vetterintel: properly test for HAS_LLC
2012-08-13 Kenneth Graunkeintel: Use VG_CLEAR on the context destroy ioctl as...
2012-08-10 Eric Anholtintel: Add a function for the new register read ioctl.
2012-08-08 Chris Wilsonintel: Bail gracefully if we encounter an unknown Intel...
2012-08-02 Eric Anholtintel: Quiet valgrind warnings in context creation.
2012-08-02 Damien Lespiauintel: Remove two unused variables
2012-07-19 Dave Airlieintel: add prime interface for getting/setting a prime...
2012-07-12 Kenneth Graunkeintel: Change context create failure message to from...
2012-06-29 Ben Widawskyintel/context: create/destroy implementation
2012-06-27 Ben Widawskyintel/context: new execbuf interface for contexts
2012-06-27 Ben Widawskyintel: wait render timeout implementation
2012-05-10 Paul Berryintel: Add the ability to supply annotations for .aub...
2012-03-13 Eric Anholtintel: Quiet two more valgrind complaints with recent...
2012-03-10 Eric Anholtintel: Add support for (possibly) unsynchronized maps.
2012-03-10 Eric Anholtintel: Fix error check for I915_PARAM_HAS_LLC.
2012-03-10 Eric Anholtintel: Bump the copyright dates on the bufmgr files.
2012-03-10 Eric Anholtintel: Add .aub file output support.
2012-03-10 Kenneth Graunkeintel: Add support for overriding the PCI ID via an...
2012-02-15 Chris Wilsonintel: Detect cache domain inconsistency with valgrind
2012-02-11 Chris Wilsonintel: Mark up with valgrind intrinsics to reduce false...
2012-02-01 Eugeni Dodonovintel: query for LLC support
2012-01-30 Chad Versaceintel: Fix bufmgr_gem->gen for gen > 4
2011-12-30 Eric Anholtintel: Make intel_chipset handle devid directly.
2011-12-14 Chris Wilsonintel: Reset vma list upon purge
2011-12-13 Chris Wilsonintel: Remove the fresh assertions used to debug the...
2011-12-13 Chris Wilsonintel: Update map-count for an early error return durin...
2011-12-06 Chris Wilsonintel: Evict cached VMA in order to make room for new...
2011-12-05 Chris Wilsonintel: Add an interface to limit vma caching
2011-12-05 Chris Wilsonintel: Clean up mmaps on freeing the buffer
2011-12-05 Chris Wilsonintel: Unmap buffers during drm_intel_gem_bo_unmap
2011-12-04 Daniel Vetterintel: limit aperture space to mappable area on gen3
2011-10-29 Eric Anholtintel: Share the implementation of BO unmap between...
2011-10-29 Eric Anholtintel: Don't call the SW_FINISH ioctl unless a CPU...
2011-10-29 Eric Anholtintel: Remove stale comment.
2011-10-28 Eric Anholtintel: Add an interface for removing relocs after they...
2011-10-28 Eric Anholtintel: Use stdbool.h for dealing with boolean values.
2011-09-22 Daniel Vetterdrm/i915: y tiling on i915G/i915GM is different
2011-09-22 Daniel Vetterdrm/intel: don't clobber bufmgr->pci_device
2011-03-26 Daniel VetterCleanup gen2 tiling confusion
2011-02-22 Daniel Vetterintel: Fixup for the fix for relaxed tiling on gen2
2011-02-22 Daniel Vetterintel: fix relaxed tiling on gen2
2011-02-14 Chris Wilsonintel: Remember named bo
2011-02-14 Chris Wilsonintel: Set the public handle after opening by name
2010-12-19 Chris Wilsonintel: Export CONSTANT_BUFFER addressing mode
2010-12-07 Chris Wilsonintel: Reorder need_fence vs fenced_command to avoid...
2010-12-03 Chris Wilsonintel: If the command is fenced inform the kernel
2010-11-22 Chris Wilsonintel: Compute in-aperture size for relaxed fenced...
2010-11-09 Eric Anholtintel: Fix drm_intel_gem_bo_wait_rendering to wait...
2010-11-07 Albert Damenintel: initialize bufmgr.bo_mrb_exec unconditionally
2010-11-02 Eric Anholtintel: Drop silly asserts on mappings present at unmap...
2010-11-02 Eric Anholtintel: Remove gratuitous assert on bo_reference.
2010-11-01 Eric Anholtintel: Remove stale comment.
2010-10-29 Chris Wilsonintel: enable relaxed fence allocation for i915
2010-10-26 Chris Wilsonintel: Prepare for BLT ring split.
2010-10-01 Chris Wilsonintel: Downgrade error warnings to debug
2010-09-25 Chris Wilsonintel: Replace open-coded drmIoctl with calls to drmIoctl()
2010-06-29 Chris Wilsonintel: Suppress the error return from setting domains...
2010-06-24 Chris Wilsonintel: Limit tiled pitches to 8192 on pre-i965.
2010-06-22 Chris Wilsonintel: Only adjust the local stride used for SET_TILING...
2010-06-22 Chris Wilsonintel: Restore SET_TILING for non-flinked bo.
2010-06-22 Chris Wilsonintel: '===' != '=='
2010-06-22 Chris Wilsonintel: Sanitise strides for linear buffers and SET_TILING
2010-06-21 Chris Wilsonintel: Print out debugging message following ENOSPC
2010-06-21 Chris Wilsonintel: Scan the cache for old bo once every second.
2010-06-21 Chris Wilsonintel: Force stride to be 0 for I915_TILING_NONE.
2010-06-21 Chris Wilsonintel: Defer tiling change to allocation.
2010-06-21 Chris Wilsonintel: Track tiling stride
2010-06-10 Eric Anholtintel: Fix several other paths for buffers pointing...
2010-06-10 Eric Anholtintel: Add more intermediate sizes of cache buckets...
2010-06-09 Chris Wilsonintel: Convert to untiled pitches if surface is too...
2010-06-08 Eric AnholtAllow a buffer to point at itself and still get relocs.
2010-06-06 Zou Nan haiintel: Add support for kernel multi-ringbuffer API.
2010-05-24 Chris Wilsonintel: Don't change tiling mode unless the kernel repor...
2010-05-13 Chris WilsonRevert "intel: We don't need to take the bufmgr lock...
2010-05-11 Chris Wilsonintel: query whether a buffer is reusable.
2010-05-06 Chris Wilsonintel: We don't need to take the bufmgr lock whilst...
2010-04-11 Chris Wilsonintel: Use the correct size when allocating reloc_targe...
2010-03-17 Eric Anholtintel: Align untiled buffer pitch to 64B.
2010-03-17 Pauli Nieminenlibdrm: Move intel_atomic.h to libdrm core for sharing.
2010-03-07 Chris Wilsonintel: Repeat execbuffer if interrupted by signal
2010-03-05 Eric Anholtintel: Only align Y-tiling pitch to the Y tile width.
2010-03-04 Chris Wilsonintel: Propagate some more error returns
2010-03-03 Eric Anholtintel: Update the needs_fence flag of buffers on the...
2010-03-03 Eric Anholtintel: Don't enable execbuf2 fenced relocs unless we...
2010-03-02 Eric Anholtintel: Don't tile-align pitch for untiled buffers.
2010-03-02 Eric Anholtintel: Fix typo in conversion from IS_GEN to bufmgr_gem...
2010-03-02 Eric Anholtintel: add a comment about tiled buffer alloc height...
2010-03-02 Eric Anholtintel: Use an integer for chipset generation instead...
2010-03-02 Jesse Barneslibdrm/intel: execbuf2 support
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.
next