aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+1
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-3/+3
* 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-8/+11
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-5/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+5
* fix dstRGB factorDaniel Borca2005-01-061-3/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* 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
* several new bugsDaniel Borca2004-07-191-92/+115
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-5/+5
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-2/+4
* more fixing for tdfxUpdateTexturePaletteBrian Paul2004-01-231-3/+0
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-12/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-34/+0
* build fixesAlan Hourihane2003-12-041-1/+2
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+1466