Re: [Mesa-dev] [RFC] Convert mesa to automake/libtool

2010-05-05 Thread Dave Airlie
> > it): shave. > > > > It's absolutely great to have your compile flags hidden by default so > > you can see warnings and errors more easily. Most of the time you want > > to debug your code, not your build system. We could do that in the > > current system, but with autotools we'll get it righ

Re: [Mesa-dev] RFC: reworked Gallium provoking vertex code

2010-05-05 Thread Brian Paul
José Fonseca wrote: On Wed, 2010-05-05 at 11:34 -0700, Brian Paul wrote: Commit ddb0e18f6c5582d4d2cc59ffd16ad9c4639ed059 changed some of the draw module code relating to provoking vertex. The change was in the right direction, but incomplete (and broke the glean clipFlat test). The attached

Re: [Mesa-dev] Mesa (master): st/mesa: fix per-vertex point size

2010-05-05 Thread Marek Olšák
On Thu, May 6, 2010 at 12:22 AM, Brian Paul wrote: > Marek Olšák wrote: > >> Module: Mesa >> Branch: master >> Commit: 0ad541a684ca55e883a0bcde9ab8b5d73806269a >> URL: >> http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad541a684ca55e883a0bcde9ab8b5d73806269a >> >> Author: Marek Olšák >> Date:

Re: [Mesa-dev] Mesa (master): st/mesa: fix per-vertex point size

2010-05-05 Thread Brian Paul
Marek Olšák wrote: Module: Mesa Branch: master Commit: 0ad541a684ca55e883a0bcde9ab8b5d73806269a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad541a684ca55e883a0bcde9ab8b5d73806269a Author: Marek Olšák Date: Tue May 4 22:42:29 2010 +0200 st/mesa: fix per-vertex point size This

[Mesa-dev] [Bug 27985] Compiz does not work with Gallium 0.4 on RV350 (Radeon 9600XT)

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27985 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] RFC: reworked Gallium provoking vertex code

2010-05-05 Thread José Fonseca
On Wed, 2010-05-05 at 11:34 -0700, Brian Paul wrote: > Commit ddb0e18f6c5582d4d2cc59ffd16ad9c4639ed059 changed some of the > draw module code relating to provoking vertex. The change was in the > right direction, but incomplete (and broke the glean clipFlat test). > > The attached patch reworks

Re: [Mesa-dev] RFC: reworked Gallium provoking vertex code

2010-05-05 Thread Keith Whitwell
On Wed, 2010-05-05 at 20:12 +0100, Keith Whitwell wrote: > Brian, > > My understanding is that gallium has chosen to simplfy itself slightly > and treat quad rasterization as always following GL flatshading > conventions. Does/could your change follow that convention? Ugh, I couldn't tell fro

Re: [Mesa-dev] RFC: reworked Gallium provoking vertex code

2010-05-05 Thread Keith Whitwell
Brian, My understanding is that gallium has chosen to simplfy itself slightly and treat quad rasterization as always following GL flatshading conventions. Does/could your change follow that convention? Keith On Wed, 2010-05-05 at 11:34 -0700, Brian Paul wrote: > Commit ddb0e18f6c5582d4d2cc59ffd

[Mesa-dev] [Bug 27985] Compiz does not work with Gallium 0.4 on RV350 (Radeon 9600XT)

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27985 --- Comment #1 from Xavier 2010-05-05 11:54:39 PDT --- Is that a duplicate of bug 27924 ? Try again with git master or just that commit : http://cgit.freedesktop.org/mesa/mesa/commit/?id=719f7049bb2c7f5ca886055c9cd15b2805bd8e97 -- Configure bug

[Mesa-dev] RFC: reworked Gallium provoking vertex code

2010-05-05 Thread Brian Paul
Commit ddb0e18f6c5582d4d2cc59ffd16ad9c4639ed059 changed some of the draw module code relating to provoking vertex. The change was in the right direction, but incomplete (and broke the glean clipFlat test). The attached patch reworks the provoking vertex code and fixes the regressions. Thi

Re: [Mesa-dev] [RFC] Convert mesa to automake/libtool

2010-05-05 Thread Ben Gamari
On Tue, 4 May 2010 16:48:10 -0700, Dan Nicholson wrote: > On Tue, May 4, 2010 at 5:34 AM, Ben Gamari wrote: > > > > > > Hey all, > > > > As a casual follower of Mesa, I too have been bitten bad builds on more > > than a > > few occassions. That being said, Autotools makes me cringe and certainl

[Mesa-dev] [Bug 27985] Compiz does not work with Gallium 0.4 on RV350 (Radeon 9600XT)

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27985 VolCh changed: What|Removed |Added CC||vol...@gmail.com -- Configure bugmail: https://

[Mesa-dev] [Bug 27985] New: Compiz does not work with Gallium 0.4 on RV350 (Radeon 9600XT)

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27985 Summary: Compiz does not work with Gallium 0.4 on RV350 (Radeon 9600XT) Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Mesa-dev] [Bug 27924] [TTM] Illegal buffer object size. Black screen with Compiz

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27924 --- Comment #13 from Xavier 2010-05-05 09:38:29 PDT --- Confirmed, thanks Chia-I Wu ! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the b

[Mesa-dev] [Bug 27978] darwin build undefined symbols in glapi_getproc.o

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27978 Jeremy Huddleston changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|mesa-...

[Mesa-dev] [Bug 27978] darwin build undefined symbols in glapi_getproc.o

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27978 --- Comment #1 from Jeremy Huddleston 2010-05-05 09:21:20 PDT --- Did you 'make clean' first? Did you try from a fresh checkout? I just did a fresh checkout 'rm -rf * ; git checkout -f 7.8' to make sure I didn't have anything leftover which wa

Re: [Mesa-dev] Mesa (master): mesa/st: Fill in native program limits.

2010-05-05 Thread José Fonseca
FYI, this commit causes piglit fp-indirections2 to take forever in gallium drivers that expose GLSL cpas. IMO the best way to tackle this in master is just to workout the interface changes for detailed shader caps and export real limits. Any suggestions for the stable branches? Jose On Tue, 201

Re: [Mesa-dev] [RFC] Convert mesa to automake/libtool

2010-05-05 Thread Jesse Barnes
On Wed, 5 May 2010 09:59:40 +0200 Olivier Galibert wrote: > On Wed, May 05, 2010 at 08:52:47AM +0100, Dave Airlie wrote: > > make V=1? > > Thankfully, some build systems have kept some sanity. But please oh > please if you add shaving to mesa's build system, keep a way to stay > verbose. Not a

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Jakob Bornecrantz
On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: > On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: >> On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: >>> 2010/5/2 Chia-I Wu : >>> > I've been working on and off for a while on a dispatcher builder called >>> > mapi >>> > (multiple-api, i

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Chia-I Wu
On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: > On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: >> 2010/5/2 Chia-I Wu : >> > I've been working on and off for a while on a dispatcher builder called >> > mapi >> > (multiple-api, in contrary to gl-api).  The code is available at >> > >>

[Mesa-dev] [Bug 27924] [TTM] Illegal buffer object size. Black screen with Compiz

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27924 --- Comment #12 from Brian Paul 2010-05-05 07:24:47 PDT --- Looks like Chia-I Wu found/fixed this with commit 719f7049bb2c7f5ca886055c9cd15b2805bd8e97. Thanks! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

Re: [Mesa-dev] [PATCH 1/2] st/mesa: fix per-vertex point size

2010-05-05 Thread Roland Scheidegger
On 04.05.2010 23:25, Marek Olšák wrote: > This fixes FDO bug #27343. > --- > src/mesa/state_tracker/st_mesa_to_tgsi.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c > b/src/mesa/state_tracker/st_mesa_to_tgsi.c > index e8eb9

Re: [Mesa-dev] [PATCH] nv50: only advertise PIPE_FORMAT_DXT* if s3tc available

2010-05-05 Thread Christoph Bumiller
On 05/03/2010 03:01 PM, Xavier Chantry wrote: > This fixes flightgear assertion in dxt stubs : > Mesa warning: external dxt library not available: texstore_rgba_dxt3 > util/u_format_s3tc.c:66:util_format_dxt3_rgba_fetch_stub: Assertion `0' > failed. > > Only advertise for BIND_SAMPLER_VIEW to avoi

[Mesa-dev] [Bug 27924] [TTM] Illegal buffer object size. Black screen with Compiz

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27924 Michał Lipski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] egl demo apps failing to link

2010-05-05 Thread Keith Whitwell
On Tue, 2010-05-04 at 14:01 -0700, Gregory Prisament wrote: > Hi, > I just did a "git pull" and I'm no longer able to build the egl demo > apps (mesa/progs/egl/opengles1/* and mesa/progs/egl/opengles2/*). > These were working for me previously. > > ES1: > gcc -g -O2 -Wall -Wmissing-prototypes -std

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Keith Whitwell
On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: > 2010/5/2 Chia-I Wu : > > I've been working on and off for a while on a dispatcher builder called mapi > > (multiple-api, in contrary to gl-api). The code is available at > > > > http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi > > > > The mot

Re: [Mesa-dev] Mesa (master): intel: Update renderbuffers unconditionally in intelSetTexBuffer2()

2010-05-05 Thread Michel Dänzer
On Die, 2010-05-04 at 10:36 -0700, Kristian HXXgsberg wrote: > Module: Mesa > Branch: master > Commit: 06c72da97a1bce87bc4b3fb8e7e18bf966926acb > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=06c72da97a1bce87bc4b3fb8e7e18bf966926acb > > Author: Kristian Høgsberg > Date: Tue May

[Mesa-dev] [Bug 27978] New: darwin build undefined symbols in glapi_getproc.o

2010-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27978 Summary: darwin build undefined symbols in glapi_getproc.o Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Mac OS X (All) Status: NEW Severity: blocker

Re: [Mesa-dev] [RFC] Convert mesa to automake/libtool

2010-05-05 Thread Olivier Galibert
On Wed, May 05, 2010 at 08:52:47AM +0100, Dave Airlie wrote: > make V=1? Thankfully, some build systems have kept some sanity. But please oh please if you add shaving to mesa's build system, keep a way to stay verbose. Not all do, let me tell you. OG.

Re: [Mesa-dev] [RFC] Convert mesa to automake/libtool

2010-05-05 Thread Olivier Galibert
On Tue, May 04, 2010 at 02:58:05PM -0700, Jesse Barnes wrote: > One thing that hasn't been mentioned (the wrapping made me think of > it): shave. > > It's absolutely great to have your compile flags hidden by default so > you can see warnings and errors more easily. Most of the time you want > to