aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt2008-02-131-174/+1
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-11/+0
* intel: cast a pointer to unsigned long, avoid potential error.Xiang, Haihao2007-12-211-1/+1
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-7/+5
* i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-091-1/+2
* i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-041-12/+21
* i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-3/+45
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+135
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-668/+0
* i915: Quiet valgrind by initializing the seq value the kernel writes into.Eric Anholt2007-09-191-0/+9
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul2006-11-011-5/+5
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-1/+1
* Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie2006-05-051-1/+1
* Fix some warnings on x86_64Alan Hourihane2006-04-071-1/+1
* add vblank support to i915 driverDave Airlie2006-02-061-6/+16
* Add Intel 945GM supportAlan Hourihane2006-01-231-17/+60
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-1/+1
* silence fprintf and casting warningsBrian Paul2005-08-301-3/+3
* fix some valgrind complaintsKeith Whitwell2005-05-101-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-13/+13
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-1/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-0/+1
* add missing license textsKeith Whitwell2004-06-181-0/+20
* Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.Keith Whitwell2004-06-161-1/+2
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+585