summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Initialize variable in driBindContext.Vinson Lee2009-12-151-1/+1
* dri: Fix potential null pointer dereference in driBindContext.Vinson Lee2009-12-061-1/+2
* dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-12-061-4/+4
* Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen2009-08-251-80/+41
* glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen2009-08-211-41/+80
* dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen2009-08-071-1/+1
* glx: death to RCS tagRALOVICH, Kristóf2009-07-081-1/+0
* GLX: attempt to fix glean makeCurrent test cases.Dave Airlie2009-06-171-1/+5
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-221-4/+4
|\
| * dri: __driUtilMessage(): not all messages are errorsBrian Paul2009-04-171-1/+1
| * dri glx: Swap before checking for cliprects.Younes Manton2009-04-131-3/+3
* | dri: attempt to actually refcount the __DRIDrawableDave Airlie2009-04-161-8/+24
|/
* dri glx: Fix dri_util::driBindContextThomas Hellstrom2009-04-021-18/+14
* dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom2009-04-021-2/+1
* dri: correct the damage.Xiang, Haihao2009-01-061-2/+17
* dri: alloc __DRIscreen object with calloc()Brian Paul2008-11-101-1/+1
* 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