aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* comment-out unused varBrian Paul2006-11-011-1/+1
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-111-23/+1
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-101-3/+26
* Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt2005-10-251-1/+1
* Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt2005-10-241-45/+12
* Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt2005-10-241-1/+1
* - Add a few more hardware internal formats that are supported. Some remainingEric Anholt2005-10-241-5/+11
* Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt2005-10-191-3/+1
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-63/+13
* Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2005-10-181-0/+11
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-10/+10
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+2
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+5
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-9/+7
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-26/+2
* Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt2005-06-261-0/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+68
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hangEric Anholt2004-09-251-1/+1
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-12/+0
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-1/+1
* Add NEW_INTERFACE bits.Eric Anholt2004-06-071-2/+128
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-10/+0
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-2/+2
* applied Felix's patch for configuration systemBrian Paul2003-12-121-1/+17
* Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt2003-12-091-1/+1
* fix _SOLO build problemAlan Hourihane2003-12-051-0/+10
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-15/+7
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+285