summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)Author
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-12-15dri: Initialize variable in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-08-25Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen
2009-08-21glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen
2009-07-08glx: death to RCS tagRALOVICH, Kristóf
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Dave Airlie
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul
2009-04-16dri: attempt to actually refcount the __DRIDrawableDave Airlie
2009-04-13dri glx: Swap before checking for cliprects.Younes Manton
2009-04-02dri glx: Fix dri_util::driBindContextThomas Hellstrom
2009-04-02dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom
2009-01-06dri: correct the damage.Xiang, Haihao
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-21Report damage before modifying the area, not after.Peter Hutterer
2008-06-26Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane
2008-06-11remove obsoleted doxygen \param commentsBrian Paul
2008-06-09Check for NULL pointerAlan Hourihane
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie
2008-05-29Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk
2008-05-20Make utils.h self-contained.George Sapountzis
2008-04-02Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg
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-03-09DRI2: Add event buffer head as an argument to driCreateNewDrawable().Kristian Høgsberg
2008-03-03[dri2] Add tail pointer to reemitDrawableInfo callback.Kristian Høgsberg
2008-03-03[dri2] Optimize event parsing to skip obsolete events.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-29Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg
2008-02-25A few more fixes to the dlsym() fix.Kristian Høgsberg
2008-02-26dri2: dlsym requires some quotes..Dave Airlie
2008-02-25Use dlsym() to avoid referencing __dri2DriverInitScreen.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-02-14Add new DRI2 infrastructure.Kristian Høgsberg
2008-01-09Fold DoBindContext() helper function into driBindContext().Kristian Høgsberg
2007-12-05Don't Swap buffer if a DRIDrawable is entirely obscuredXiang, Haihao
2007-10-29Refactor and fix core vblank supportJesse Barnes