summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
AgeCommit message (Expand)Author
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt
2010-08-13mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.Eric Anholt
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-22DRI2: add config query extensionJesse Barnes
2010-03-30dri: Drop another unused __DRIscreen fieldKristian Høgsberg
2010-03-30dri: Drop the unused dummyContextKristian Høgsberg
2010-03-30dri: Drop an unused __DRIcontext fieldKristian Høgsberg
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis
2010-02-24intel: Implement DRI image extensionKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg
2010-02-12dri: Store the loader private passed in at dri context creationKristian Høgsberg
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
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-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom
2008-09-21Merge branch 'master' into gallium-0.2Keith 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-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-01Fix build by removing #include of removed dri_sarea.h.Michel Dänzer
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie
2008-05-20Make utils.h self-contained.George Sapountzis
2008-04-28build fix for xorg driverAlan Hourihane
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-09DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg
2008-03-09DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-27mesa: Add copyright headers.José Fonseca
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-02-25Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg
2008-02-14Add new DRI2 infrastructure.Kristian Høgsberg
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg