summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_state.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
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-01-30r128: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-07-13r128: fix two-sided lighting segfault seen in GLUT's olight demoPeteri Andras
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-07-03additional clipping/viewport fixes (Martijn van Oosterhout)Brian Paul
2006-07-03fix clipping bug on context change (Martijn van Oosterhout)Brian Paul
2006-06-30clipping fixes (Martijn van Oosterhout)Brian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2005-10-27Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt
2005-10-27Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt
2005-10-26Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_colorEric 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-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-10-02Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt
2004-06-04Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul