summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_batchbuffer.c
AgeCommit message (Expand)Author
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt
2007-11-01i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie
2007-10-12Merge branch 'master' into i915-superioctlDave Airlie
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie
2007-10-04Replace duplicated intel_reg.h with a shared header.Eric Anholt
2007-10-04i915: add superioctl support to the ttm codepaths.Dave Airlie
2007-10-03i915: add superioctl initial support inside bufmgr ttmDave Airlie
2007-10-03i915/drmbuf: attempt to push relocations into buffer managerDave Airlie
2007-09-27[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-09-28i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.Michel Dänzer
2006-09-28i915: Attempt to schedule buffer swap on target vertical blank when possible.Michel Dänzer
2006-08-26Fix bug 8010 - locking issues.Alan Hourihane
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-05-05remove temporary code from keithw, this in theory isn't used at the momentDave Airlie
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-04-01Don't index box by the box's index within numClipRects; just dereference it.Eric Anholt
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-02-06add vblank support to i915 driverDave Airlie
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell