summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810screen.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-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2007-08-07move free() after dereference (bug 11878)Brian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06fix for bug#10182Xiang, Haihao
2006-03-23fix coverity 1107: use after freeDave Airlie
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-18Make sure extension entry point offsets are properly initialized. This isIan Romanick
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-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-07The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-21more i810 to new interfaceDave Airlie
2004-03-15use utility function to check versionsDave Airlie
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-10-16Minor changes to make linux-solo build againJon Smirl
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane