summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64/mach64_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-281-4/+4
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-4/+4
* | 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-0/+2
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+1
* 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-4/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-114/+51
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-4/+5
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-8/+3
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-2/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+6
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-49/+26
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-5/+4
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis2006-12-121-1/+1
* Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling2006-10-021-1/+1
* Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2005-10-191-0/+11
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-8/+19
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+2
* 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-10/+8
* 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-13/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-38/+17
* Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt2005-05-301-4/+5
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+50
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* 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-14/+0
* fix the versionsDave Airlie2004-06-071-2/+2
* Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl2004-06-031-25/+0
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-20/+27
* kill __driRegisterExtensions(), none of the functions did anythingJon Smirl2004-06-031-26/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+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
* fixup mach64 for newer build/typesDave Airlie2004-05-311-1/+1
* silence warning in assignment to gp.valueBrian Paul2004-05-131-1/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-1/+6
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-10/+10
* Add new interface support don't switch on yet ..Dave Airlie2004-03-211-0/+183
* Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie2004-02-061-14/+68