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
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
-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
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
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-
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
-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
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
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
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
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
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
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
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
> >>
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
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.
> >>
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} -
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,
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
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.
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,
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
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
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
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
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
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
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:
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
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
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,
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
32 matches
Mail list logo