summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_ioctl.c
AgeCommit message (Expand)Author
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-02-13[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt
2008-01-09[intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt
2007-12-21intel: cast a pointer to unsigned long, avoid potential error.Xiang, Haihao
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie
2007-10-04i915: add superioctl support to the ttm codepaths.Dave Airlie
2007-10-03i915: add superioctl initial support inside bufmgr ttmDave Airlie
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
2007-09-19i915: Quiet valgrind by initializing the seq value the kernel writes into.Eric Anholt
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-05-05Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie
2006-04-07Fix some warnings on x86_64Alan Hourihane
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-08-30silence fprintf and casting warningsBrian Paul
2005-05-10fix some valgrind complaintsKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-06-18add missing license textsKeith Whitwell
2004-06-16Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.Keith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell