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

2010-04-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Plattner wrote: > 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 __glXInitializeVisualCon

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

2010-04-22 Thread tom fogal
Aaron Plattner writes: > I looked into why Mesa's libGL wasn't working with our (NVIDIA's) GLX > extensi on, and tracked down a couple of bugs in Mesa's handling of > GLX visuals and fbconfigs. Am I missing something, or does your 2/2 undo your 1/2 (what's the point, if so?)? -tom __

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

2010-04-22 Thread Aaron Plattner
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 wh