summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_state.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-1443/+0
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-3/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-38/+38
* mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee2010-07-091-0/+1
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-2/+0
* r128: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* r128: fix two-sided lighting segfault seen in GLUT's olight demoPeteri Andras2009-07-131-0/+5
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-10/+14
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-1/+1
* switch remaining drivers over to vboKeith Whitwell2006-10-311-2/+2
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-15/+0
* additional clipping/viewport fixes (Martijn van Oosterhout)Brian Paul2006-07-031-0/+11
* fix clipping bug on context change (Martijn van Oosterhout)Brian Paul2006-07-031-0/+9
* clipping fixes (Martijn van Oosterhout)Brian Paul2006-06-301-4/+14
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-6/+6
* Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt2005-10-271-17/+18
* Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt2005-10-271-1/+193
* Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_colorEric Anholt2005-10-261-15/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-5/+0
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-4/+0
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-21/+11
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+4
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-1/+0
* Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick2004-06-041-63/+90
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-121-7/+7
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-3/+5
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-9/+0
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+1
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1239