[Mesa-dev] [PATCH 0/2] Fix interaction problems with non-Mesa GLX extensions

Aaron Plattner aplattner at nvidia.com
Thu Apr 22 09:30:41 PDT 2010


I looked into why Mesa's libGL wasn't working with our (NVIDIA's) GLX extension,
and tracked down a couple of bugs in Mesa's handling of GLX visuals and
fbconfigs.

Aaron Plattner (2):
  Fix __glXInitializeVisualConfigFromTags's handling of unrecognized
    fbconfig tags.
  Fix indirect fallback when a non-Mesa GLX extension is present.

 src/glx/dri2_glx.c   |   21 +++++++++++++++++++--
 src/glx/dri_common.c |    2 --
 src/glx/dri_glx.c    |   19 ++++++++++++++++---
 src/glx/drisw_glx.c  |   22 ++++++++++++++++++++--
 4 files changed, 55 insertions(+), 9 deletions(-)



More information about the mesa-dev mailing list