[Mesa3d-dev] Mesa 7.4 rc 2

2009-03-25 Thread Brian Paul
The second 7.4 release candidate is now at http://www.mesa3d.org/beta/ This includes more patches cherry-picked from the master branch and some Solaris build updates. I'm shooting for a final release on Friday. -Brian

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Philipp Klaus Krause
Ian Romanick schrieb: > > There are two separate commits. One increases the maximum texture size > in the i965 driver. The other increases the size of internal data > structures used to track mipmaps. The second patch works by changing > the value of MAX_TEXTURE_LEVELS since this define is use

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Aaltonen wrote: > On Wed, 25 Mar 2009, Keith Whitwell wrote: > >> On Wed, 2009-03-25 at 07:26 -0700, Brian Paul wrote: >>> Timo Aaltonen wrote: On Fri, 20 Mar 2009, Brian Paul wrote: > The first release candidate of Mesa 7.4 can be

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Timo Aaltonen
On Wed, 25 Mar 2009, Keith Whitwell wrote: > On Wed, 2009-03-25 at 07:26 -0700, Brian Paul wrote: >> Timo Aaltonen wrote: >>> On Fri, 20 Mar 2009, Brian Paul wrote: >>> The first release candidate of Mesa 7.4 can be grabbed from http://www.mesa3d.org/beta/ 7.4 will be a stable

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Alan Coopersmith
Brian Paul wrote: > Actually, a coworker just suggested including stdint.h instead. I'll commit > that. Let me know if it works for you on Solaris. That should be fine, since it's the C99 standard header for those. Sorry for not noticing it wasn't already there. -- -Alan Coopersmith-

Re: [Mesa3d-dev] r300 swtcl cleanup

2009-03-25 Thread Alex Deucher
On 3/25/09, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Maciej Cencora wrote: > > On piątek, 20 marca 2009 21:23:45 you wrote: > >> Hi, > >> > >> here is a simple cleanup patch for r300 dri driver. It's pretty trivial so > >> I think it can be commited withou

Re: [Mesa3d-dev] r300 swtcl cleanup

2009-03-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej Cencora wrote: > On piątek, 20 marca 2009 21:23:45 you wrote: >> Hi, >> >> here is a simple cleanup patch for r300 dri driver. It's pretty trivial so >> I think it can be commited without a problem. > > Any reason why it hasn't been committed y

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Brian Paul
Brian Paul wrote: > include/EGL/eglext.h > Alan Coopersmith wrote: >> I checked the Khronos copy listed in the header, but they don't have the >> EGLScreenMESA or EGLModeMESA typedefs in, and given the names and the >> " EGL_MESA_screen extension >>> PRELIMINARY <<< " comment, I assumed >> they w

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Brian Paul
include/EGL/eglext.h Alan Coopersmith wrote: > I checked the Khronos copy listed in the header, but they don't have the > EGLScreenMESA or EGLModeMESA typedefs in, and given the names and the > " EGL_MESA_screen extension >>> PRELIMINARY <<< " comment, I assumed > they were Mesa additions. > > I

Re: [Mesa3d-dev] r300 swtcl cleanup

2009-03-25 Thread Maciej Cencora
On piątek, 20 marca 2009 21:23:45 you wrote: > Hi, > > here is a simple cleanup patch for r300 dri driver. It's pretty trivial so > I think it can be commited without a problem. > > Maciej Cencora Any reason why it hasn't been committed yet? Is there something wrong with this patch? Maciej Cenco

[Mesa3d-dev] [Bug 20850] vbo_exec_vtx_flush causes Floating point exception when gets 0 vertsize.

2009-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20850 --- Comment #4 from Krzysztof Sobiecki 2009-03-25 11:08:11 PST --- >Your attachment is not a vertex shader. Is a vertex shader really involved? No. I don't think so. I don't remember how "shader" thing ended here. It might be plain VBO. >Or

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Brian Paul
Ah, yes, you're right. Go ahead with the original patch then. -Brian Alan Coopersmith wrote: > I checked the Khronos copy listed in the header, but they don't have the > EGLScreenMESA or EGLModeMESA typedefs in, and given the names and the > " EGL_MESA_screen extension >>> PRELIMINARY <<< " co

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Alan Coopersmith
I checked the Khronos copy listed in the header, but they don't have the EGLScreenMESA or EGLModeMESA typedefs in, and given the names and the " EGL_MESA_screen extension >>> PRELIMINARY <<< " comment, I assumed they were Mesa additions. It could also be fixed in another header with a simple: #i

Re: [Mesa3d-dev] DRI2 vs. ConfigureNotify events

2009-03-25 Thread Michel Dänzer
On Wed, 2009-03-25 at 10:12 -0400, Kristian Høgsberg wrote: > 2009/3/25 Michel Dänzer : > > On Tue, 2009-03-24 at 16:31 -0700, Eric Anholt wrote: > >> We can work around the cost by suppressing the getbuffers for internal > >> glViewport calls (it was the plan before he came up with the clever > >>

[Mesa3d-dev] [Bug 20850] vbo_exec_vtx_flush causes Floating point exception when gets 0 vertsize.

2009-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20850 --- Comment #3 from Brian Paul 2009-03-25 08:06:01 PST --- Your attachment is not a vertex shader. Is a vertex shader really involved? Do you have a small (glut) test program to reproduce the problem? Or can you describe what sequence of

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Keith Whitwell
On Wed, 2009-03-25 at 07:26 -0700, Brian Paul wrote: > Timo Aaltonen wrote: > > On Fri, 20 Mar 2009, Brian Paul wrote: > > > >> The first release candidate of Mesa 7.4 can be grabbed from > >> http://www.mesa3d.org/beta/ > >> > >> 7.4 will be a stable release just fixing bugs since Mesa 7.3. > >>

Re: [Mesa3d-dev] [PATCH] mklib improvements for Solaris

2009-03-25 Thread Dan Nicholson
On Wed, Mar 25, 2009 at 7:48 AM, Alan Coopersmith wrote: > Dan Nicholson wrote: >>> +           # If using Sun C++ compiler, need to tell it not to add runpaths >>> +           # that are specific to the build machine >>> +           if [ ${LINK} = "CC" ] ; then >>> +               OPTS="${OPTS} -

Re: [Mesa3d-dev] [PATCH] mklib improvements for Solaris

2009-03-25 Thread Alan Coopersmith
Dan Nicholson wrote: >> + # If using Sun C++ compiler, need to tell it not to add runpaths >> + # that are specific to the build machine >> + if [ ${LINK} = "CC" ] ; then >> + OPTS="${OPTS} -norunpath" >> + fi > > It doesn't really apply to me,

[Mesa3d-dev] [Bug 20850] vbo_exec_vtx_flush causes Floating point exception when gets 0 vertsize.

2009-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20850 Krzysztof Sobiecki changed: What|Removed |Added Attachment #24234|Vertex shader that causes |Vertex that causes Floating

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Brian Paul
Timo Aaltonen wrote: > On Fri, 20 Mar 2009, Brian Paul wrote: > >> The first release candidate of Mesa 7.4 can be grabbed from >> http://www.mesa3d.org/beta/ >> >> 7.4 will be a stable release just fixing bugs since Mesa 7.3. >> >> See the release notes for details. >> >> I'm hoping to wrap up 7.

Re: [Mesa3d-dev] [PATCH] Add defines needed to build EGL on Solaris with Sun cc

2009-03-25 Thread Brian Paul
Alan, I can fix the later part of this one by simply removing the use of __FUNCTION__ in the debug messages. -Brian Alan Coopersmith wrote: > Signed-off-by: Alan Coopersmith > --- > include/EGL/eglplatform.h|2 +- > src/egl/main/eglconfigutil.c | 14 ++ > 2 files changed,

Re: [Mesa3d-dev] [PATCH] Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Brian Paul
Alan, the eglext.h file comes direct from Khronos. I can push this change up to Khronos, but if this isn't essential, could we leave this as-is? -Brian Alan Coopersmith wrote: > Signed-off-by: Alan Coopersmith > --- > include/EGL/eglext.h|4 ++-- > include/EGL/eglplatform

Re: [Mesa3d-dev] DRI2 vs. ConfigureNotify events

2009-03-25 Thread Kristian Høgsberg
2009/3/25 Michel Dänzer : > On Tue, 2009-03-24 at 16:31 -0700, Eric Anholt wrote: >> We can work around the cost by suppressing the getbuffers for internal >> glViewport calls (it was the plan before he came up with the clever >> hack). > > I'm not sure that's necessary; the patch I included limits

Re: [Mesa3d-dev] Solaris patches for review for Mesa master branch

2009-03-25 Thread Brian Paul
Alan Coopersmith wrote: > A series of patches for the Mesa master branch to fix Solaris builds follow. > Most of them only apply to code that was merged to master after 7.4 was > branched, so won't need cherry-picking back to 7.4 - it looks like only the > first one, for mklib & configure.ac should

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Dan Nicholson
2009/3/24 Alan Coopersmith : > Alan Coopersmith wrote: >> I've also got some autoconfig improvements for Solaris I've had >> sitting here for a while and should finish getting ready to push, >> but I'll understand if it's a bit late for those. > > Attached are the autoconfig/mklib changes, cherry-p

Re: [Mesa3d-dev] [PATCH] Add defines needed to build EGL on Solaris with Sun cc

2009-03-25 Thread Dan Nicholson
On Tue, Mar 24, 2009 at 8:51 PM, Alan Coopersmith wrote: > Signed-off-by: Alan Coopersmith > --- >  include/EGL/eglplatform.h    |    2 +- >  src/egl/main/eglconfigutil.c |   14 ++ >  2 files changed, 15 insertions(+), 1 deletions(-) > > diff --git a/include/EGL/eglplatform.h b/includ

Re: [Mesa3d-dev] [PATCH] mklib improvements for Solaris

2009-03-25 Thread Dan Nicholson
On Tue, Mar 24, 2009 at 8:51 PM, Alan Coopersmith wrote: > Move flags for linking standard C/C++ libraries from configure.ac to mklib > Use -norunpath flag when linking with Sun C++ compiler > Convert mklib -exports list into a linker mapfile > Set FINAL_LIBS correctly when -noprefix is used > > S

[Mesa3d-dev] [Bug 20850] vbo_exec_vtx_flush causes Floating point exception when gets 0 vertsize.

2009-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20850 --- Comment #2 from Krzysztof Sobiecki 2009-03-25 05:05:56 PST --- Created an attachment (id=24234) --> (http://bugs.freedesktop.org/attachment.cgi?id=24234) Vertex shader that causes Floating point exception. -- Configure bugmail: http:

Re: [Mesa3d-dev] DRI2 vs. ConfigureNotify events

2009-03-25 Thread Michel Dänzer
On Tue, 2009-03-24 at 16:31 -0700, Eric Anholt wrote: > On Tue, 2009-03-24 at 17:53 +0100, Michel Dänzer wrote: > > Eric, > > > > > > your mesa commit dd1c68f15123a889a3ce9d2afe724e272d163e32 ('dri2: Avoid > > round-tripping on DRI2GetBuffers for the same set of buffers.') breaks > > when the dis

[Mesa3d-dev] [Bug 20850] vbo_exec_vtx_flush causes Floating point exception when gets 0 vertsize.

2009-03-25 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20850 --- Comment #1 from Michel Dänzer 2009-03-25 01:15:58 PST --- > Function vbo_exec_vtx_flush insrc/mesa/vbo/vbo_exec_draw.c gets Floating point > exception when it gets vertex that looks like this: > http://pastebin.com/m1e77aeb7 Please atta

Re: [Mesa3d-dev] FBOs and texture formats

2009-03-25 Thread Thomas Hellstrom
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dave Airlie wrote: > >> Hey, >> >> So I've been playing with radeon FBOs and have run into a problem with how >> to allow apps to get an FBOs that isn't swrast fallback :-) >> >> radeons can by default render to ARGB,

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Timo Aaltonen
On Fri, 20 Mar 2009, Brian Paul wrote: > > The first release candidate of Mesa 7.4 can be grabbed from > http://www.mesa3d.org/beta/ > > 7.4 will be a stable release just fixing bugs since Mesa 7.3. > > See the release notes for details. > > I'm hoping to wrap up 7.4 around the middle of next wee