summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_screen.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-02-10dri: Fix one last copy-and-paste brain damage from a previous commitIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20mach64: Remove unnecessary headers.Vinson Lee
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09re-add MSAA supportBrian Paul
2008-09-21Remove CVS keywords.Keith 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-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-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-12-12Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis
2006-10-02Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling
2005-10-19Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
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-30Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-12-16Also PUBLICize the config option tableAdam Jackson
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-07fix the versionsDave Airlie
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl