summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_screen.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-2/+2
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick1-1/+1
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-1/+1
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23sis: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg1-0/+7
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-9/+9
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-12/+0
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer1-0/+2
2009-02-09re-add MSAA supportBrian Paul1-1/+3
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-2/+2
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-60/+33
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-3/+3
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg1-1/+0
2007-10-29Refactor and fix core vblank supportJesse Barnes1-0/+1
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg1-45/+27
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-12/+11
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+1
2006-11-01comment-out unused varBrian Paul1-1/+1
2006-07-11Revert the SiS and Unichrome DRM version check changes.Thomas Hellström1-23/+1
2006-07-10The SiS and Unichrome drivers assume that the handle to theThomas Hellström1-3/+26
2005-10-25Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt1-1/+1
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt1-45/+12
2005-10-24Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt1-1/+1
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt1-5/+11
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt1-3/+1
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt1-63/+13
2005-10-18Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt1-0/+11
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-10/+10
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-9/+2
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-1/+5
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-1/+1
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-9/+7
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-26/+2
2005-06-26Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt1-0/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+68
2004-12-16Also PUBLICize the config option tableAdam Jackson1-1/+1
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson1-0/+1
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-2/+2
2004-09-25Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hangEric Anholt1-1/+1
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl1-12/+0
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt1-1/+1
2004-06-07Add NEW_INTERFACE bits.Eric Anholt1-2/+128
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl1-10/+0
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-2/+2