summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810screen.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg1-3/+3
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-22Merge branch 'mesa_7_7_branch'Brian Paul1-4/+0
2010-01-20i810: Remove unnecessary headers.Vinson Lee1-4/+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-5/+5
2009-10-28Merge branch 'texformat-rework'Brian Paul1-3/+3
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-4/+0
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul1-3/+3
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-8/+8
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-129/+38
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-3/+4
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-36/+14
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-12/+11
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg1-1/+1
2007-08-07move free() after dereference (bug 11878)Brian1-1/+1
2007-03-06Fix/improve framebuffer object reference counting.Brian1-2/+1
2007-03-06fix for bug#10182Xiang, Haihao1-1/+2
2006-03-23fix coverity 1107: use after freeDave Airlie1-1/+1
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-18/+16
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-0/+3
2005-08-18Make sure extension entry point offsets are properly initialized. This isIan Romanick1-0/+3
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-0/+4
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-11/+8
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-25/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+45
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson1-0/+1
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-2/+2
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl1-12/+0
2004-06-07The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick1-2/+2
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl1-8/+0
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick1-2/+10
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick1-1/+3
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick1-2/+2
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-1/+1
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick1-8/+8
2004-03-21more i810 to new interfaceDave Airlie1-0/+183
2004-03-15use utility function to check versionsDave Airlie1-21/+3
2003-11-24Import vtx-0-2-branchKeith Whitwell1-1/+1
2003-10-16Minor changes to make linux-solo build againJon Smirl1-8/+9
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane1-4/+4