| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | glx: Don't destroy context with XID 0 | Kristian Høgsberg | 2010-07-23 | 1 | -1/+2 |
* | glx: zero out drawable structs after allocation | Kristian Høgsberg | 2010-07-23 | 1 | -0/+1 |
* | glx: Refactor and simplify context creation | Kristian Høgsberg | 2010-07-23 | 1 | -4/+8 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -2/+9 |
* | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg | 2010-07-22 | 1 | -2/+9 |
* | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | 2010-07-22 | 1 | -12/+18 |
* | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | 2010-07-19 | 1 | -1/+0 |
* | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -1/+4 |
* | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg | 2010-07-19 | 1 | -14/+14 |
* | glx: Move __driScreen into the dri screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -9/+10 |
* | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg | 2010-07-19 | 1 | -1/+0 |
* | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | 2010-07-19 | 1 | -51/+75 |
* | glx: Rename various DRI structs away from obnoxious __GLXfooRec convention | Kristian Høgsberg | 2010-07-19 | 1 | -20/+16 |
* | Merge branch '7.8' | Brian Paul | 2010-04-28 | 1 | -1/+1 |
|\ |
|
| * | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-27 | 1 | -1/+1 |
| * | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -1/+1 |