summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)Author
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
2007-10-11Add a version field to __DRIextension.Kristian Høgsberg
2007-10-11Move new texOffset extension to the new extension mechanism.Kristian Høgsberg
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
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-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Implement new screen extension API.Kristian Høgsberg
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2007-07-10Clear pointers to freed cliprects.Michel Dänzer
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer
2007-02-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-12-01Fix an infinite loop error that may occur when many contexts are boundThomas Hellström
2006-11-01Merge texmem-0-3-branch.Keith Whitwell