[Mesa3d-dev] [Bug 10788] GL_ARB_fragment_program implement incorrect about state of fragment.fogcoord

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10788 --- Comment #1 from [EMAIL PROTECTED] 2007-04-27 23:11 PST --- Created an attachment (id=9763) --> (http://bugs.freedesktop.org/attachment.cgi?id=9763&action=view) test case -- Configure bugmail: http://bugs.freedesktop.org/userpre

[Mesa3d-dev] [Bug 10788] New: GL_ARB_fragment_program implement incorrect about state of fragment.fogcoord

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10788 Summary: GL_ARB_fragment_program implement incorrect about state of fragment.fogcoord Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] swrast for AA lines assuming attributes are textures

2007-04-27 Thread Keith Packard
The NAME(line) function template in s_aalinetemp.h loop over the fragment attributes. A bounds check in this functions to perform some texture-specific computations checks only to ensure that the attribute is < FRAG_ATTRIB_VAR0, but not >= FRAG_ATTRIB_TEX0. This causes the code to compute a negativ

[Mesa3d-dev] [Bug 10787] New: initial value of PROGRAM_UNDER_NATIVE_LIMITS_ARB is 1, should be 0

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10787 Summary: initial value of PROGRAM_UNDER_NATIVE_LIMITS_ARB is 1, should be 0 Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 10786] implementation error: i915_program_error: Can't (yet) swizzle TEX arguments

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10786 --- Comment #1 from [EMAIL PROTECTED] 2007-04-27 21:53 PST --- Created an attachment (id=9762) --> (http://bugs.freedesktop.org/attachment.cgi?id=9762&action=view) test case -- Configure bugmail: http://bugs.freedesktop.org/userpre

[Mesa3d-dev] [Bug 10786] New: implementation error: i915_program_error: Can't (yet) swizzle TEX arguments

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10786 Summary: implementation error: i915_program_error: Can't (yet) swizzle TEX arguments Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] Mesa 7.0 plan

2007-04-27 Thread Brian Paul
Mesa 7.0 will be a stable, follow-on release after 6.5.3. I hope to release it relatively soon, depending on whatever issues might be identified in 6.5.3 Pretty soon, we'll create a 'mesa_7_0_branch' branch in git. It'll be for bug-fixes only while 'master' will be for new development. (If

[Mesa3d-dev] Mesa 6.5.3 released

2007-04-27 Thread Brian Paul
Mesa 6.5.3 can be downloaded from SourceForge at http://sourceforge.net/project/showfiles.php?group_id=3 Release notes are here: http://mesa3d.sourceforge.net/relnotes-6.5.3.html Thanks to everyone who helped out with testing/debugging. -Brian -

[Mesa3d-dev] [Bug 10783] Missing ArcSine and ArcCosine capability in GLSL

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10783 --- Comment #1 from [EMAIL PROTECTED] 2007-04-27 13:56 PST --- Hmmm, I don't think I have time to implement acos/asin() today, but I can at least fix the crash. I'll mark it as a known issue and fix it properly for Mesa 7.0. How's tha

[Mesa3d-dev] [Bug 10783] New: Missing ArcSine and ArcCosine capability in GLSL

2007-04-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10783 Summary: Missing ArcSine and ArcCosine capability in GLSL Product: Mesa Version: 6.5 Platform: All OS/Version: Linux (All) Status: NEW Severity: critical Priority: h

Re: [Mesa3d-dev] Mesa 6.5.3 release candidate 4

2007-04-27 Thread Donnie Berkholz
Brian Paul wrote: > This fixes some breakage I accidentally did in RC3. Looks like the nouveau driver requires an unreleased libdrm for nouveau_drm.h. It would be nice to get that released in concert with mesa. Thanks, Donnie -