aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.h
Commit message (Expand)AuthorAgeFilesLines
* dri: Drop another unused __DRIscreen fieldKristian Høgsberg2010-03-301-5/+0
* dri: Drop the unused dummyContextKristian Høgsberg2010-03-301-12/+0
* dri: Drop an unused __DRIcontext fieldKristian Høgsberg2010-03-301-5/+0
* dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-151-4/+0
* intel: Implement DRI image extensionKristian Høgsberg2010-02-241-0/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+5
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-3/+6
* dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2010-02-161-0/+4
* dri: Store the loader private passed in at dri context creationKristian Høgsberg2010-02-121-0/+5
* Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-0/+2
|\
| * DRI2: add SwapBuffers supportJesse Barnes2010-01-081-0/+2
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+1
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-5/+0
|/
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+22
|\
| * dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
* | Merge branch 'master' into gallium-0.2Keith 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-1/+1
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-24/+2
|\|
| * Fix build by removing #include of removed dri_sarea.h.Michel Dänzer2008-09-011-1/+0
| * DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-23/+2
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-24/+22
|\ \ | |/ |/|
| * mesa/dri: User standard integer types.José Fonseca2008-06-241-2/+2
| * revert the DRI2 commitsAlan Hourihane2008-06-121-154/+165
| * Bring in DRI2 changesAlan Hourihane2008-06-111-165/+154
| * mesa: Add copyright headers.José Fonseca2008-02-271-22/+20
* | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-0/+1
* | mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-041-1/+2
* | Make utils.h self-contained.George Sapountzis2008-05-201-17/+3
* | build fix for xorg driverAlan Hourihane2008-04-281-3/+4
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-64/+58
* | DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-091-2/+8
* | DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-091-1/+1
* | Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-19/+7
* | Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-8/+3
* | Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2008-02-251-6/+0
* | Add new DRI2 infrastructure.Kristian Høgsberg2008-02-141-0/+26
* | Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+34
* | Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-0/+1
* | Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-0/+1
* | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-0/+1
* | Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-0/+7
* | Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+10
* | Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-101-11/+0
* | Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-5/+7
* | Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-21/+3
* | Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-5/+0
* | Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-1/+0
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-20/+4
* | Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-5/+0
|/