summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_screen.c
AgeCommit message (Expand)Author
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-05-26Remove CVS keywords.José Fonseca
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-11-01comment-out unused varBrian Paul
2006-07-11Revert the SiS and Unichrome DRM version check changes.Thomas Hellström
2006-07-10The SiS and Unichrome drivers assume that the handle to theThomas Hellström
2005-10-25Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt
2005-10-24Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt
2005-10-18Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-26Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-09-25Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hangEric Anholt
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt
2004-06-07Add NEW_INTERFACE bits.Eric Anholt
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-12-09Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt
2003-12-05fix _SOLO build problemAlan Hourihane
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane