aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_screen.c
Commit message (Expand)AuthorAgeFilesLines
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-151-4/+5
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-111-22/+1
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-101-9/+25
* Fixes for x86_64 Unichrome.Thomas Hellström2005-11-161-2/+8
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-1/+3
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-12/+24
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-12/+11
* reverse a bogus patchAlan Hourihane2005-08-311-2/+1
* drmUnmap correct sizeAlan Hourihane2005-08-301-1/+1
* Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077Alan Hourihane2005-08-301-2/+3
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-11/+8
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+9
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-46/+16
* Initialize hw stencil renderbuffer.Keith Whitwell2005-05-231-4/+2
* fix cpp / bytesPerPixel problem (bug 1196554)Brian Paul2005-05-061-6/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+67
* merge unichrome changes from branchKeith Whitwell2005-03-221-21/+25
* Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell2005-01-111-15/+7
* Remove dead code.Keith Whitwell2004-12-221-24/+9
* Push a number of global variables into the viaContext struct.unichrome-last-xineramaKeith Whitwell2004-12-211-4/+9
* Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell2004-12-211-40/+98
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-20/+0
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* Unichrome DRI:Thomas Hellström2004-12-151-3/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Update expected DRM version to 2.0.0Keith Whitwell2004-11-251-1/+1
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-10/+0
* Enable use of new DRI interface in Unichrome driver.Ian Romanick2004-06-051-2/+125
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-18/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-1/+1
* updates from Erdi ChenBrian Paul2004-02-231-9/+4
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+327