summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_state.c
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-02-23i915: And remember assign the new value to the state reg...Chris Wilson
2011-02-21i915: Suppress emission of redundant stencil updatesChris Wilson
2011-02-21i915: Separate BLEND from general context state.Chris Wilson
2011-02-21i915: Only flag context changes if the actual state is changedChris Wilson
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-03-30intel: Remove redundant fields from struct intel_contextKristian Høgsberg
2010-01-28i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt
2009-01-30i915: updated render to texture/fbo testBrian Paul
2009-01-30i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt
2009-01-26i915: rename some functionsBrian Paul
2009-01-26intel: move some driver functions aroundBrian Paul
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-22[intel] Clean up references to screen buffer metrics.Kristian Høgsberg
2007-12-18[915] Make polygon stipple use pre-unpacked pixel data.Eric Anholt
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-04-16just clean-upsBrian
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-03-21merge from masterBrian
2007-03-18fix off-by-one in load_state_immediateKeith Whitwell
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-02 Fix fd.o #9686, when fall into vertex fog,Zou Nan hai
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-05-10get fog working with _TexEnvProgramKeith Whitwell
2005-05-09i915 will use _TexEnvProgram (if active)Keith Whitwell
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell