summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)Author
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke
2011-01-13dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-07dri: Make it a little clearer that we're not dereferencing a NULL pointernobled
2010-09-07dri: Use the right type for the API tokennobled
2010-08-27dri: Get prototype for _mesa_destroy_compiler().Eric Anholt
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt
2010-08-18dri2: Clean up the common dri2 options at screen destroy.Eric Anholt
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-05-31gallium: fix TFP on galliumDave Airlie
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-27dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz
2010-04-24dri: Remove unnecessary header.Vinson Lee
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes
2010-04-22DRI2: add config query extensionJesse Barnes
2010-03-30dri: Drop the unused dummyContextKristian Høgsberg
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-27dri: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-24intel: Implement DRI image extensionKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg
2010-02-12dri: Store the loader private passed in at dri context creationKristian Høgsberg
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-15dri: Initialize variable in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-08-25Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen
2009-08-21glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen
2009-07-08glx: death to RCS tagRALOVICH, Kristóf
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Dave Airlie
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul
2009-04-16dri: attempt to actually refcount the __DRIDrawableDave Airlie
2009-04-13dri glx: Swap before checking for cliprects.Younes Manton
2009-04-02dri glx: Fix dri_util::driBindContextThomas Hellstrom
2009-04-02dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom
2009-01-06dri: correct the damage.Xiang, Haihao
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul