- 26a9b7e glx: fix regression with GLX_USE_GL by Dave Airlie · 15 years ago
- 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
- ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
- ad7d36e Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags. by Aaron Plattner · 15 years ago
- 42ea25c Update to final names from GLX_INTEL_swap_event spec by Ian Romanick · 15 years ago
- 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
- 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
- 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
- ae7b3a6 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Brian Paul · 15 years ago
- 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago[Renamed from src/glx/x11/glxext.c]
- 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
- 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
- e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
- 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
- 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
- cf3bb0c glx: Move declaration outside for loop. by Vinson Lee · 15 years ago
- 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
- e87320b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
- e32b601 glx: properly release DRI configs by RALOVICH, Kristóf · 15 years ago
- 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
- 857ac1e mesa: Resurrect SPARC asm code. by David S. Miller · 16 years ago
- 8c2b4b3 Revert "glx: xcbified visual and FBConfig choosing" by RALOVICH, Kristóf · 16 years ago
- 80d1531 Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX" by RALOVICH, Kristóf · 16 years ago
- 5369876 glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX by RALOVICH, Kristóf · 16 years ago
- 62688f1 glx: xcbified visual and FBConfig choosing by RALOVICH, Kristóf · 16 years ago
- 6d1d157 glx: no graphics context during initialization by RALOVICH, Kristóf · 16 years ago
- 9c98e35 glx: use __glXQueryServerString by RALOVICH, Kristóf · 16 years ago
- fd52001 glx: implement QueryVersion using XCB by RALOVICH, Kristóf · 16 years ago
- 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
- acb7e52 glx: indent -br -i3 -npcs --no-tabs glxext.c by RALOVICH, Kristóf · 16 years ago
- 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
- 0b188d1 glx: make INIT_MESA_SPARC more robust by RALOVICH, Kristóf · 16 years ago
- dc8058c Update to SGI FreeB 2.0. by Adam Jackson · 16 years ago
- a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
- 8434c65 glx: free driScreen in FreeScreenConfigs() by Kristof Ralovich · 16 years ago
- fb36a54 fix mem leak (free psc->visuals) by Kristof Ralovich · 16 years ago
- 919ec22 glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection by Jeremy Huddleston · 16 years ago
- a36bf89 glx: add LIBGL_ALWAYS_SOFTWARE by George Sapountzis · 16 years ago
- 1087cc6 glx: load swrast_dri.so by George Sapountzis · 16 years ago
- df04ffb glx: split out current context code by George Sapountzis · 17 years ago
- e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
- ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
- 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
- 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 17 years ago
- 3731159 Only try to call DRI function if DRI got initialized properly. by Kristian Høgsberg · 17 years ago
- 9162bc8 remove extra #include of assert.h (bug 14932) by Brian · 17 years ago
- 3d28a26 Use _X_HIDDEN to hide a bunch of leaked symbols. by Kristian Høgsberg · 17 years ago
- 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 17 years ago
- 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 17 years ago
- 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 17 years ago
- a1ea6f6 Convert driCreateScreen and driDestroyScreen to function pointers. by Kristian Høgsberg · 17 years ago
- 425f9ed Abstract __DRIdisplayPrivateRec away in dri_glx.c. by Kristian Høgsberg · 17 years ago
- f585cb2 Make __glXCloseDisplay static instead of prototyping it to avoid warning. by Kristian Høgsberg · 17 years ago
- 0f2723c Simplify dri loading code by eliminating dlopen "cache". by Kristian Høgsberg · 17 years ago
- 890d44e libGL: Consolidate DRI initialization in dri_glx.c by Kristian Høgsberg · 17 years ago
- 3c5a1e4 Update libGL DRI loader to latest DRI interface changes. by Kristian Høgsberg · 17 years ago
- 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
- 866d271 Don't return 0 in a void function. by Kristian Høgsberg · 17 years ago
- e2c2df5 Filter both visuals and fbconfigs against driver supported configs. by Kristian Høgsberg · 17 years ago
- d2f19a5 Fix some build warnings, mostly with XCB. by Michel Dänzer · 17 years ago
- 6c753ad Pull workaround for unset GLX_DRAWABLE_TYPE back in. by Kristian Høgsberg · 17 years ago
- 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago
- 3eaec7d Move enabling of DRI extensions into glxextensions.c by Kristian Høgsberg · 17 years ago
- 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
- f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
- 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago
- a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 17 years ago
- 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 17 years ago
- efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 17 years ago
- ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 17 years ago
- f616a26 Implement new screen extension API. by Kristian Høgsberg · 17 years ago
- 295dc2d Stop passing in unused fbconfigs to createNewScreen. by Kristian Høgsberg · 17 years ago
- 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 17 years ago
- aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 17 years ago
- 8ed5c7c Drop createContext and destroyContext from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
- 4ff95e7 Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
- aceccda Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. by Kristian Høgsberg · 17 years ago
- 4a22ae8 Remove XIDs from DRI interface (see #5714). by Kristian Høgsberg · 18 years ago
- a6d4ddd suppress warning about ncon visuals (bug #6689) by Roland Scheidegger · 17 years ago
- 702c8f1 remove unneeded initialization code (see bug 10569) by Brian · 18 years ago
- f9574c3 allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569) by Brian · 18 years ago
- d8bfc42 Make sure GLX entrypoints are marked PUBLIC. by Adam Jackson · 18 years ago
- eab92fc fix mem leaks by Panagiotis Papadakos · 18 years ago
- 0930248 fix mem leak in __glXReportDamage (Panagiotis Papadakos) by Brian · 18 years ago
- 3dd243c Track rename of DamagePost -> DamageAdd. by Eric Anholt · 18 years ago
- c2b185c Add reporting of damage by DRI drivers when the extension support is available. by Eric Anholt · 18 years ago
- 4bb39f5 remove drm stuff from libGL, this is now in libdrm 2.3.0 by Dave Airlie · 18 years ago
- 26b5904 disable debug printf by Brian Paul · 18 years ago
- 48e6fff merge the (rest of) texmem branch by Keith Whitwell · 18 years ago
- 6ae157f Fix bug #8563. by Ian Romanick · 18 years ago
- d3b2573 added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) by Brian Paul · 18 years ago
- 0a0cd3a Updates for XCB. Bug 8560. by Brian Paul · 18 years ago
- dba1730 Major clean up of MakeContextCurrent by Ian Romanick · 18 years ago
- 25e441e in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 by Brian Paul · 18 years ago
- 07bacc2 Update to use the new XCB naming convention. by Jeremy Kolb · 18 years ago
- fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
- f81b1db fix a memleak (that code block has been commented out for years for unknown reasons) by Tilman Sauerbeck · 18 years ago
- e77875d fix a memleak by Tilman Sauerbeck · 18 years ago
- ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
- 5ab5517 Coverity #468: Fill in the rest of the error_list to match the error codes by Adam Jackson · 19 years ago