aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_state.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-41/+2
* [915] Make polygon stipple use pre-unpacked pixel data.Eric Anholt2007-12-181-1/+7
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+1014
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-970/+0
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-8/+3
* just clean-upsBrian2007-04-161-23/+24
* Restore the UseTexEnvProgram logic.Brian2007-03-271-1/+1
* merge from masterBrian2007-03-211-1/+1
|\
| * fix off-by-one in load_state_immediateKeith Whitwell2007-03-181-1/+1
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
|/
* Fix fd.o #9686, when fall into vertex fog,Zou Nan hai2007-02-021-4/+6
* Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-3/+4
* Add Intel 945GM supportAlan Hourihane2006-01-231-2/+16
* 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
* get fog working with _TexEnvProgramKeith Whitwell2005-05-101-1/+1
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-7/+3
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-146/+11
* 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/+1073