summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_context.c
Commit message (Expand)AuthorAgeFilesLines
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-101-1/+1
* Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt2005-10-261-0/+2
* Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt2005-10-251-12/+181
* Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt2005-10-241-4/+0
* Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt2005-10-241-1/+1
* Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt2005-10-241-0/+2
* - Add a few more hardware internal formats that are supported. Some remainingEric Anholt2005-10-241-0/+4
* Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt2005-10-241-0/+2
* Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt2005-10-241-0/+1
* Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt2005-10-191-0/+19
* Remove some long-dead code.Eric Anholt2005-10-191-4/+0
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-6/+18
* Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2005-10-181-1/+1
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-5/+9
* 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-5/+0
* Add support for NV_blend_square, and print errors if an unsupported blendEric Anholt2004-10-081-0/+1
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-13/+26
* Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt2004-05-241-9/+1
* Add missing sisInitDriverFuncs call. Fixes segfault.Eric Anholt2004-05-241-0/+1
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-0/+2
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-6/+14
* applied Felix's patch for configuration systemBrian Paul2003-12-121-15/+0
* Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt2003-12-091-8/+6
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-30/+46
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+508