aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Make it a little clearer that we're not dereferencing a NULL pointernobled2010-09-071-1/+2
* dri: Use the right type for the API tokennobled2010-09-071-1/+3
* dri: Get prototype for _mesa_destroy_compiler().Eric Anholt2010-08-271-0/+1
* glsl2: Free the shader compiler at dri screen destruction.Eric Anholt2010-08-181-0/+2
* dri2: Clean up the common dri2 options at screen destroy.Eric Anholt2010-08-181-3/+7
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-35/+0
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+1
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-111-0/+2
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-021-3/+55
|\
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-3/+55
* | dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz2010-04-271-14/+17
* | dri: Remove unnecessary header.Vinson Lee2010-04-241-1/+0
* | DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes2010-04-221-0/+11
* | DRI2: add config query extensionJesse Barnes2010-04-221-0/+46
|/
* dri: Drop the unused dummyContextKristian Høgsberg2010-03-301-24/+0
* dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-151-22/+0
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* dri: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* intel: Implement DRI image extensionKristian Høgsberg2010-02-241-0/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-17/+17
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-1/+9
* dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2010-02-161-4/+4
* dri: Store the loader private passed in at dri context creationKristian Høgsberg2010-02-121-1/+2
* Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-0/+1
|\
| * DRI2: add SwapBuffers supportJesse Barnes2010-01-081-0/+1
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-9/+1
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-12/+12
|/
* 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