summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_state.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick1-1/+1
2009-11-29i915: Enable point sprite coordinate generationIan Romanick1-0/+29
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt1-1/+34
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt1-47/+104
2009-01-30i915: updated render to texture/fbo testBrian Paul1-12/+3
2009-01-30i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt1-1/+2
2009-01-26i915: rename some functionsBrian Paul1-4/+4
2009-01-26intel: move some driver functions aroundBrian Paul1-0/+70
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-01-22[intel] Clean up references to screen buffer metrics.Kristian Høgsberg1-41/+2
2007-12-18[915] Make polygon stipple use pre-unpacked pixel data.Eric Anholt1-1/+7
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+1014
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-970/+0
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian1-8/+3
2007-04-16just clean-upsBrian1-23/+24
2007-03-27Restore the UseTexEnvProgram logic.Brian1-1/+1
2007-03-21merge from masterBrian1-1/+1
2007-03-18fix off-by-one in load_state_immediateKeith Whitwell1-1/+1
2007-02-23Update DRI drivers for new glsl compiler.Brian1-1/+1
2007-02-02 Fix fd.o #9686, when fall into vertex fog,Zou Nan hai1-4/+6
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul1-1/+1
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane1-3/+4
2006-01-23Add Intel 945GM supportAlan Hourihane1-2/+16
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-8/+11
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul1-3/+3
2005-05-10get fog working with _TexEnvProgramKeith Whitwell1-1/+1
2005-05-09i915 will use _TexEnvProgram (if active)Keith Whitwell1-7/+3
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane1-146/+11
2004-06-18add missing license textsKeith Whitwell1-0/+20
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell1-0/+1073