| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: update to updated version of EXT_create_context_es2_profile | Ilia Mirkin | 2016-02-03 | 1 | -1/+3 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 1 | -5/+14 |
* | glx/drisw: add support for DRI2rendererQueryExtension | Emil Velikov | 2014-08-15 | 1 | -2/+10 |
* | glx/drisw: Move private structure declarations to a header file | Emil Velikov | 2014-08-15 | 1 | -40/+1 |
* | glx: Add an error message when a direct renderer's createScreen() routine fails | Jon TURNEY | 2014-06-18 | 1 | -1/+3 |
* | glx/drisw: fix memory leak when destroying screen. | Roland Scheidegger | 2014-05-01 | 1 | -0/+1 |
* | glx/drisw: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -11/+13 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 1 | -7/+5 |
* | glx/drisw: use the implemented version of __DRIswrastLoaderExtension | Emil Velikov | 2014-02-23 | 1 | -5/+6 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -5/+38 |
* | dri: Pass in the dlsym()ed driver extension to screen creation. | Eric Anholt | 2013-10-24 | 1 | -3/+10 |
* | glx: Add an optional function call for getting the DRI driver interface. | Eric Anholt | 2013-10-24 | 1 | -4/+2 |
* | glx: Initialize OpenGL version to 1.0 | Rico Schüller | 2013-09-04 | 1 | -5/+5 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 1 | -0/+9 |
* | glx: Retrieve the value of RENDER_TYPE from GLX attribs array | Tomasz Lis | 2013-07-18 | 1 | -2/+2 |
* | glx: Store the value of renderType while creating context | Tomasz Lis | 2013-07-18 | 1 | -0/+5 |
* | glx: move the glFlush call one layer down | Marek Olšák | 2012-12-02 | 1 | -1/+6 |
* | Remove useless memset after calloc | Matt Turner | 2012-09-05 | 1 | -1/+0 |
* | Use calloc instead of malloc/memset-0 | Matt Turner | 2012-09-05 | 1 | -6/+3 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -2/+1 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -18/+18 |
* | glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION. | Kenneth Graunke | 2012-08-08 | 1 | -1/+1 |
* | glx/dri2: Add support for GLX_ARB_create_context_robustness | Ian Romanick | 2012-07-11 | 1 | -1/+5 |
* | glx/drisw: avoid segfaults when we fail to get visual | Dave Airlie | 2012-03-24 | 1 | -2/+9 |
* | dri: Emit a critical error if the swrast driver fails to load. | Carl Worth | 2012-02-08 | 1 | -2/+4 |
* | drisw: Fix drawable creation against non-default screens | Adam Jackson | 2012-01-04 | 1 | -2/+1 |
* | glx: Enable GLX_EXT_create_context_es2_profile | Ian Romanick | 2012-01-02 | 1 | -0/+5 |
* | glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts | Ian Romanick | 2012-01-02 | 1 | -1/+88 |
* | glx: Send DestroyContext protocol at the correct times | Ian Romanick | 2011-12-19 | 1 | -3/+0 |
* | glx: Don't create a shared context if the other context isn't the same kind | Ian Romanick | 2011-12-19 | 1 | -0/+7 |
* | drisw: remove unused variable | Marek Olšák | 2011-12-17 | 1 | -1/+2 |
* | glx: Fix indirect fallback when a non-Mesa GLX extension is present. | Aaron Plattner | 2011-12-07 | 1 | -4/+19 |
* | drisw: Enable SGI_make_current_read for direct contexts | Adam Jackson | 2011-11-01 | 1 | -0/+2 |
* | Enable GLX_EXT_texture_from_pixmap in software. | nobled | 2011-09-06 | 1 | -2/+81 |
* | drisw: Fix 24bpp software rendering, take 2 | Marc Pignat | 2011-07-15 | 1 | -0/+7 |
* | Rename swrastg_dri to swrast_dri | Marek Olšák | 2011-07-14 | 1 | -3/+0 |
* | drisw: Remove cargo culting that breaks GLX 1.3 ctors | Adam Jackson | 2011-06-29 | 1 | -4/+0 |
* | glx: Allow a context-specific fallback for glXGetProcAddress | Jeremy Huddleston | 2011-06-20 | 1 | -0/+1 |
* | glx: implement drawable refcounting. | Stéphane Marchesin | 2011-06-17 | 1 | -2/+4 |
* | drisw: Namespace better for ease of navigation | Adam Jackson | 2011-05-24 | 1 | -14/+14 |
* | drisw: dead store removal | Adam Jackson | 2011-05-24 | 1 | -3/+1 |
* | glx: Fix leaks in DRISW screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -2/+5 |
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -2/+2 |
* | glx: Fix use after free in drisw error path | Kristian Høgsberg | 2010-08-04 | 1 | -2/+1 |
* | glx: We no longer need screen extensions for drisw | Kristian Høgsberg | 2010-08-04 | 1 | -2/+0 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -13/+19 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -7/+7 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -5/+5 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -4/+4 |
* | glx: Drop duplicate psc field in drisw context struct | Kristian Høgsberg | 2010-07-24 | 1 | -3/+3 |