summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Remove hand-rolled memcpy implementation.Matt Turner2015-03-021-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915: Remove state batch emit support.Eric Anholt2013-06-281-7/+0
* i915: Remove gen6+ batchbuffer support.Eric Anholt2013-06-281-14/+4
* i915: Drop all has_llc code.Eric Anholt2013-06-281-18/+8
* i915: Remove the remainder of the batchbuffer caching.Eric Anholt2013-06-281-22/+0
* i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt2013-06-281-186/+0
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-281-64/+4
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+560
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-250/+1
* i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie2007-11-011-1/+1
* Merge branch 'master' into i915-superioctlDave Airlie2007-10-121-1/+1
|\
| * Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-041-1/+1
* | i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-091-2/+3
* | i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-041-3/+2
* | i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-5/+13
* | i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-031-101/+11
|/
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-1/+2
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-0/+331
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-331/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+331
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-829/+0
* Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul2006-11-011-16/+25
* i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.Michel Dänzer2006-09-281-0/+4
* i915: Attempt to schedule buffer swap on target vertical blank when possible.Michel Dänzer2006-09-281-79/+113
* Fix bug 8010 - locking issues.Alan Hourihane2006-08-261-4/+2
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-1/+1
* remove temporary code from keithw, this in theory isn't used at the momentDave Airlie2006-05-051-5/+0
* Fix some warnings on x86_64Alan Hourihane2006-04-071-1/+1
* Don't index box by the box's index within numClipRects; just dereference it.Eric Anholt2006-04-011-4/+4
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-14/+39
* add vblank support to i915 driverDave Airlie2006-02-061-0/+50
* Add Intel 945GM supportAlan Hourihane2006-01-231-50/+76
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-11/+11
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+10
* add missing license textsKeith Whitwell2004-06-181-0/+20
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+668