Alan Coopersmith writes:
> On 12/30/10 09:27 AM, tom fogal wrote:
> > Alan Coopersmith writes:
> >> -GLEW_CFLAGS=""
> >> -GLEW_LIBS="-lGLEW"
> >> dnl Include a fallback path for GLEW for the moment while not all distros
> >> dnl have picked up the .pc file.
> >> PKG_CHECK_MODULES(GLEW, [glew],
On 12/30/10 09:27 AM, tom fogal wrote:
> Alan Coopersmith writes:
>> configure --help says that builders can set those variables to override
>> pkgconfig settings, but configure.ac was overwriting those before calling
>> PKG_CHECK_MODULES
>>
>> Signed-off-by: Alan Coopersmith
>> ---
>> configure
On Thu, Dec 30, 2010 at 10:27:14 -0700, tom fogal wrote:
> Isn't this going to mean that GLEW's w/o the .pc file cannot be used?
I don't think so. If the .pc isn't found and you didn't pass
GLEW_{CFLAGS,LIBS}, it'll look for GL/glew.h and -lGLEW directly.
Cheers,
Julien
Alan Coopersmith writes:
> configure --help says that builders can set those variables to override
> pkgconfig settings, but configure.ac was overwriting those before calling
> PKG_CHECK_MODULES
>
> Signed-off-by: Alan Coopersmith
> ---
> configure.ac |8 +++-
> 1 files changed, 3 inser
configure --help says that builders can set those variables to override
pkgconfig settings, but configure.ac was overwriting those before calling
PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith
---
configure.ac |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/con
On 12/22/2010 12:30 AM, Henri Verbeet wrote:
---
src/mesa/state_tracker/st_cb_texture.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_texture.c
b/src/mesa/state_tracker/st_cb_texture.c
index 866426a..14d33f7 100644
--- a/src/mesa/state
Sure, go ahead and cherry-pick it. I think it's on the 7.10 branch already.
-Brian
On Mon, Dec 27, 2010 at 7:38 PM, Marek Olšák wrote:
> Hi Brian,
>
> can this patch go to 7.9? I think it's a useful fix that should be there.
>
>>commit cae2bb76c1147d48f75ddd7a058a48d11e72ba03
>>Author: Brian Pa
https://bugs.freedesktop.org/show_bug.cgi?id=30353
--- Comment #7 from Sergey Kondakov 2010-12-30 01:14:16
PST ---
they are ? good for them. but i still don't see 32bit llvm libraries lying
anywhere so i could build _my_ mesa 32bit stuff in sync with my main mesa stuff
and stop relying on some r