summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb/ffb_state.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-2/+2
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-12/+12
* switch remaining drivers over to vboKeith Whitwell2006-10-311-2/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-3/+0
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-9/+15
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-8/+9
* Fix the FFB driver for the renderbuffer changesAlan Hourihane2005-07-181-0/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+2
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-5/+6
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+7
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-20/+9
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-24/+2
* build fixesAlan Hourihane2003-12-041-1/+1
* add SPARC ffb DRI driverAlan Hourihane2003-12-041-0/+1247