summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-2/+2
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg1-2/+1
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg1-0/+1
2010-09-07dri: Make it a little clearer that we're not dereferencing a NULL pointernobled1-1/+2
2010-09-07dri: Use the right type for the API tokennobled1-1/+3
2010-08-27dri: Get prototype for _mesa_destroy_compiler().Eric Anholt1-0/+1
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt1-0/+2
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt1-3/+7
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-35/+0
2010-05-31gallium: fix TFP on galliumDave Airlie1-0/+1
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg1-0/+2
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg1-3/+55
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-3/+55
2010-04-27dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz1-14/+17
2010-04-24dri: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes1-0/+11
2010-04-22DRI2: add config query extensionJesse Barnes1-0/+46
2010-03-30dri: Drop the unused dummyContextKristian Høgsberg1-24/+0
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis1-22/+0
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-02-27dri: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27dri: Assert pointer is not null before dereferencing.Vinson Lee1-0/+1
2010-02-24intel: Implement DRI image extensionKristian Høgsberg1-0/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-17/+17
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+2
2010-02-16dri2: Event driven buffer validation.Francisco Jerez1-1/+9
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg1-4/+4
2010-02-12dri: Store the loader private passed in at dri context creationKristian Høgsberg1-1/+2
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes1-0/+1
2010-01-08DRI2: add SwapBuffers supportJesse Barnes1-0/+1
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg1-9/+1
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-12/+12
2009-12-15dri: Initialize variable in driBindContext.Vinson Lee1-1/+1
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee1-1/+2
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee1-4/+4
2009-08-25Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen1-80/+41
2009-08-21glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen1-41/+80
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen1-1/+1
2009-07-08glx: death to RCS tagRALOVICH, Kristóf1-1/+0
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Dave Airlie1-1/+5
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie1-4/+4
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul1-1/+1
2009-04-16dri: attempt to actually refcount the __DRIDrawableDave Airlie1-8/+24
2009-04-13dri glx: Swap before checking for cliprects.Younes Manton1-3/+3
2009-04-02dri glx: Fix dri_util::driBindContextThomas Hellstrom1-18/+14
2009-04-02dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom1-2/+1
2009-01-06dri: correct the damage.Xiang, Haihao1-2/+17
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg1-221/+33