summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagestate.c
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
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
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-10Refactor savageXMesaSet{Back,Front}ClipRects.Ian Romanick
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2005-12-06Add support for GL_EXT_secondary_color. It looks like usingEric Anholt
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-13Enable support for EXT_stencil_wrap. The code was already there, but theIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-01Fixed and cleaned up programming of watermark registers. There may beFelix Kuehling
2005-04-24Software fallback for glColorMask. Can be avoided on Savage4 when allFelix Kuehling
2005-04-23Texturing fixes for Savage3D/MX/IX:Felix Kuehling
2005-04-21Fixed some suspicious pointer casts that caused lots ofFelix Kuehling
2005-03-23Initialize texture addresses to something valid.Felix Kuehling
2005-03-09If the texture image changed force emitting the texture address, evenFelix Kuehling
2005-02-12Fall back properly when GL_COLOR_LOGIC_OP is enabled and != GL_COPY.Felix Kuehling
2005-02-05- Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling
2005-01-08Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling
2005-01-05* Fixed handling of scissorsFelix Kuehling
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-12-15Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-05-03get rid of last few XF86DRIClipRectDave Airlie
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling
2004-03-25More state management changes:Felix Kuehling
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-21Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling
2004-03-20Cleaned up and fixed stencil fallback.Felix Kuehling