aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_state.c
Commit message (Expand)AuthorAgeFilesLines
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+1116
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-1089/+0
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-6/+3
* Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* Add Intel 945GM supportAlan Hourihane2006-01-231-2/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-3/+3
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-196/+8
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-64/+138
* 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/+1183