summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_state.c
AgeCommit message (Expand)Author
2009-01-26intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul
2009-01-26intel: whitespace changesBrian Paul
2009-01-26intel: move some driver functions aroundBrian Paul
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2008-01-02i915: Needn't adjust pixel centers. fix #12944Xiang, Haihao
2007-12-25i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.Xiang, Haihao
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
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-12-30recalculate state on drawable changesKeith Whitwell
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-05-09check for null DrawBuffer valuesKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell