summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810screen.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-361/+0
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-3/+3
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-1/+1
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-4/+0
|\
| * i810: Remove unnecessary headers.Vinson Lee2010-01-201-4/+0
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-5/+5
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-3/+3
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-3/+3
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-4/+0
|/
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-129/+38
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+4
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-36/+14
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-12/+11
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-1/+1
* move free() after dereference (bug 11878)Brian2007-08-071-1/+1
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
* fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* fix coverity 1107: use after freeDave Airlie2006-03-231-1/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-18/+16
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-0/+3
* Make sure extension entry point offsets are properly initialized. This isIan Romanick2005-08-181-0/+3
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* 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-11/+8
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-25/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+45
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-12/+0
* The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick2004-06-071-2/+2
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-8/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-2/+10
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-1/+1
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-8/+8
* more i810 to new interfaceDave Airlie2004-03-211-0/+183
* use utility function to check versionsDave Airlie2004-03-151-21/+3