aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-221/+33
* Report damage before modifying the area, not after.Peter Hutterer2008-08-211-2/+2
* Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane2008-06-261-2/+5
* remove obsoleted doxygen \param commentsBrian Paul2008-06-111-23/+18
* Check for NULL pointerAlan Hourihane2008-06-091-0/+2
* mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-041-0/+6
* Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk2008-05-291-2/+2
* Make utils.h self-contained.George Sapountzis2008-05-201-111/+13
* Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg2008-04-021-10/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-187/+314
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-091-4/+4
* DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-091-7/+4
* DRI2: Add event buffer head as an argument to driCreateNewDrawable().Kristian Høgsberg2008-03-091-2/+3
* [dri2] Add tail pointer to reemitDrawableInfo callback.Kristian Høgsberg2008-03-031-1/+1
* [dri2] Optimize event parsing to skip obsolete events.Kristian Høgsberg2008-03-031-40/+84
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-68/+37
* Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg2008-02-291-10/+12
* A few more fixes to the dlsym() fix.Kristian Høgsberg2008-02-251-1/+2
* dri2: dlsym requires some quotes..Dave Airlie2008-02-261-1/+1
* Use dlsym() to avoid referencing __dri2DriverInitScreen.Kristian Høgsberg2008-02-251-1/+6
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-13/+3
* Add new DRI2 infrastructure.Kristian Høgsberg2008-02-141-14/+201
* Fold DoBindContext() helper function into driBindContext().Kristian Høgsberg2008-01-091-23/+11
* Don't Swap buffer if a DRIDrawable is entirely obscuredXiang, Haihao2007-12-051-0/+3
* Refactor and fix core vblank supportJesse Barnes2007-10-291-1/+13
* Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-5/+6
* Move new texOffset extension to the new extension mechanism.Kristian Høgsberg2007-10-111-3/+0
* Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg2007-10-111-3/+3
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-0/+8
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-40/+5
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-7/+11
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-4/+24
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-6/+8
* Implement new screen extension API.Kristian Høgsberg2007-10-101-0/+9
* Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg2007-10-101-5/+0
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-31/+28
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-9/+3
* Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg2007-10-101-37/+37
* Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg2007-10-101-11/+3
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-13/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-94/+45
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-182/+16
* Clear pointers to freed cliprects.Michel Dänzer2007-07-101-0/+2
* Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-05-221-0/+3
* s/pdp/prp/ in DoBindContext()Panagiotis Papadakos2007-02-261-1/+1
* add missing param to _mesa_warning()Panagiotis Papadakos2007-02-261-1/+1
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-1/+20
* Fix an infinite loop error that may occur when many contexts are boundThomas Hellström2006-12-011-2/+7
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-1/+1