[Mesa3d-dev] [PATCH] Provide dri shared library building and SDK installation.

2010-04-13 Thread Luc Verhaegen
On Sat, Apr 10, 2010 at 04:44:09PM +0100, Keith Whitwell wrote: > I haven't been following this very closely, so apologies if I'm going > over established ground. > > This patch appears to create new libraries from some subset of Mesa's > internals. At a guess you're selecting some internal inter

Re: [Mesa3d-dev] [PATCH] Provide dri shared library building and SDK installation.

2010-04-13 Thread Luc Verhaegen
On Sat, Apr 10, 2010 at 04:44:09PM +0100, Keith Whitwell wrote: > I haven't been following this very closely, so apologies if I'm going > over established ground. > > This patch appears to create new libraries from some subset of Mesa's > internals. At a guess you're selecting some internal inter

[Mesa3d-dev] [PATCH] Provide dri shared library building and SDK installation.

2010-04-10 Thread Keith Whitwell
I haven't been following this very closely, so apologies if I'm going over established ground. This patch appears to create new libraries from some subset of Mesa's internals. At a guess you're selecting some internal interface(s) within mesa to become the public API of those libraries? I'm pret

Re: [Mesa3d-dev] [PATCH] Provide dri shared library building and SDK installation.

2010-04-10 Thread Keith Whitwell
I haven't been following this very closely, so apologies if I'm going over established ground. This patch appears to create new libraries from some subset of Mesa's internals. At a guess you're selecting some internal interface(s) within mesa to become the public API of those libraries? I'm pret

[PATCH] Provide dri shared library building and SDK installation.

2010-04-10 Thread Luc Verhaegen
Patch cherry-picked from my dri-sdk-7.8 branch against current head (edb5253dfa). An earlier full build through of all drivers (except nouveau, i will play with its expansive libdrm dependencies later) showed it to be an exact match still. This patch, while not harming or hampering anything or

[PATCH] Provide dri shared library building and SDK installation.

2010-04-09 Thread Luc Verhaegen
a test run, please check out the 7.8 version of the SDK and the drivers in my cgit.freedesktop.org repos. Luc Verhaegen. >From f78a2a3983152b6656220bcdc67165e70468c054 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Tue, 16 Mar 2010 21:44:23 +0100 Subject: [PATCH] Provide dri shared libr

[PATCH] Provide dri shared library building and SDK installation.

2010-03-16 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- Makefile | 13 +++ src/mesa/Makefile | 61 +++- src/mesa/drivers/dri/common/Makefile | 80 +++ src/mesa/drivers/dri/common/libmesadricommon.pc.in |