Re: [Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2014-01-21 Thread Eric Anholt
Brian Paul writes: > On 01/20/2014 06:19 PM, Matt Turner wrote: >> I can't see why this would be needed at all. The X.Org loader was >> modified to look for the new symbol names (i.e., the one added in this >> patch) but still looks for the regular ones too. >> >> And since Jordan's patch to mega

Re: [Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2014-01-21 Thread Brian Paul
On 01/20/2014 06:19 PM, Matt Turner wrote: I can't see why this would be needed at all. The X.Org loader was modified to look for the new symbol names (i.e., the one added in this patch) but still looks for the regular ones too. And since Jordan's patch to megadrivers, the X.Org loader doesn't e

Re: [Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2014-01-20 Thread Matt Turner
I can't see why this would be needed at all. The X.Org loader was modified to look for the new symbol names (i.e., the one added in this patch) but still looks for the regular ones too. And since Jordan's patch to megadrivers, the X.Org loader doesn't even need to look for the new symbol names. __

[Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2014-01-20 Thread Brian Paul
To resolve missing symbol since last year's megadriver changes. Doesn't seem to be needed all systems though. Hmm. --- src/gallium/targets/dri-vmwgfx/target.c | 16 1 file changed, 16 insertions(+) diff --git a/src/gallium/targets/dri-vmwgfx/target.c b/src/gallium/targets/dri

Re: [Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2013-11-15 Thread Jose Fonseca
- Original Message - > To resolve missing symbol since the DRI driver rearchitecting. > --- > src/gallium/targets/dri-vmwgfx/target.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/src/gallium/targets/dri-vmwgfx/target.c > b/src/gallium/targets/dri-vmwgfx/t

[Mesa-dev] [PATCH] dri-vmwgfx: add __driDriverGetExtensions_vmwgfx() function

2013-11-13 Thread Brian Paul
To resolve missing symbol since the DRI driver rearchitecting. --- src/gallium/targets/dri-vmwgfx/target.c | 16 1 file changed, 16 insertions(+) diff --git a/src/gallium/targets/dri-vmwgfx/target.c b/src/gallium/targets/dri-vmwgfx/target.c index e01e465..b4aaf0a 100644 --- a/