summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_screen.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-447/+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
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-1/+0
* 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
|\
| * unichrome: Remove unnecessary headers.Vinson Lee2010-01-191-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-8/+8
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-6/+6
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-6/+6
* | via: silence unused var warningsBrian Paul2009-10-271-0/+2
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-14/+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-1/+1
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* 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-6/+6
* Make utils.h self-contained.George Sapountzis2008-05-201-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-51/+29
* 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
* __driConfigOptions must be PUBLIC.Adam Jackson2007-12-241-1/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-6/+6
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+5
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-48/+28
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-12/+11
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* Implement GLX_SGI_make_current_readIan Romanick2006-11-101-0/+1
* 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