aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_state.c
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-7/+8
* 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-13/+1
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-1/+1
* Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt2005-10-261-0/+1
* Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt2005-10-251-1/+7
* Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt2005-10-241-2/+25
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-8/+7
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-3/+0
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-7/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* Add support for NV_blend_square, and print errors if an unsupported blendEric Anholt2004-10-081-9/+25
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Can't bail in sisDDLogicOpCode when logicop is off, because it's called withEric Anholt2004-09-251-3/+0
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-56/+7
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-4/+6
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-45/+11
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+918