Re: [Mesa-dev] mesa: Reduce libGL.so binary size by about 15%

2015-09-17 Thread Arlie Davis
Ok, here's v2 of the change, with the suggested edits. From 5f393faa058f453408dfc640eecae3fe6335dfed Mon Sep 17 00:00:00 2001 From: Arlie Davis Date: Tue, 15 Sep 2015 09:58:34 -0700 Subject: [PATCH] This patch significantly reduces the size of the libGL.so binary. It does not chang

Re: [Mesa-dev] mesa: Reduce libGL.so binary size by about 15%

2015-09-16 Thread Arlie Davis
Wed, Sep 16, 2015 at 7:07 AM, Matt Turner wrote: > On Tue, Sep 15, 2015 at 10:38 AM, Arlie Davis wrote: > > > > Hello! I noticed an inefficiency in libGL.so, so I thought I'd take a > > stab at fixing it. This is my first patch submitted to mesa-dev, so > > i

[Mesa-dev] mesa: Reduce libGL.so binary size by about 15%

2015-09-15 Thread Arlie Davis
ld hopefully produce similar output. The patch text (below) describes the inefficiency and the improvement. From 0abde226eed1b9f6052193f36f6cdc060698f621 Mon Sep 17 00:00:00 2001 From: Arlie Davis Date: Tue, 15 Sep 2015 09:58:34 -0700 Subject: [PATCH] This patch significantly reduces the size of