aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_state.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick2009-11-301-0/+1
* i915: Round point sizes instead of truncate.Ian Romanick2009-11-291-1/+1
* i915: Enable point sprite coordinate generationIan Romanick2009-11-291-0/+29
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-1/+34
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-47/+104
* i915: updated render to texture/fbo testBrian Paul2009-01-301-12/+3
* i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt2009-01-301-1/+2
* i915: rename some functionsBrian Paul2009-01-261-4/+4
* intel: move some driver functions aroundBrian Paul2009-01-261-0/+70
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* [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