[Mesa-dev] [Bug 31986] matrix operation broken

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31986 --- Comment #2 from jiajia jiajia.zh...@intel.com 2010-11-30 00:57:55 PST --- Created an attachment (id=40660) -- (https://bugs.freedesktop.org/attachment.cgi?id=40660) matrix_operation.shader_test sorry, typo in previous attachment. Please use

[Mesa-dev] [RFC] st/vega: Clean up and OpenVG 1.1

2010-11-30 Thread Chia-I Wu
Hi list, I have spent the weekend adding OpenVG 1.1 support to Vega state tracker. The new features added include mask layer support, text support, and a new color transformation stage. The work can be found at http://cgit.freedesktop.org/~olv/mesa/log/?h=vega-1.1 vega-1.1 branch is based

Re: [Mesa-dev] [RFC] st/vega: Clean up and OpenVG 1.1

2010-11-30 Thread Keith Whitwell
On Tue, 2010-11-30 at 01:51 -0800, Chia-I Wu wrote: Hi list, I have spent the weekend adding OpenVG 1.1 support to Vega state tracker. The new features added include mask layer support, text support, and a new color transformation stage. The work can be found at

Re: [Mesa-dev] [RFC] st/vega: Clean up and OpenVG 1.1

2010-11-30 Thread Zack Rusin
On Tuesday 30 November 2010 04:51:33 Chia-I Wu wrote: Hi list, I have spent the weekend adding OpenVG 1.1 support to Vega state tracker. The new features added include mask layer support, text support, and a new color transformation stage. The work can be found at

[Mesa-dev] glretrace

2010-11-30 Thread José Fonseca
FYI, I've extended my apitrace project to be able not only to show a list of GL calls, but also replay them. The idea is to facilitate reproduction of bugs, help finding regressions, and do it across different platforms. Code is in http://cgit.freedesktop.org/~jrfonseca/apitrace/log/?h=retrace

[Mesa-dev] [Bug 32006] New: KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 Summary: KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12! Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status:

[Mesa-dev] Mesa releases in early January?

2010-11-30 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It seems that new development in master has slowed a bit, so how does a 7.10 release on January 7th sound? If we're going to do that, we'll want to make the 7.10 branch on, say, December 8th. That's roughly a week from now. While we're at it, we

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #1 from Alex Deucher ag...@yahoo.com 2010-11-30 12:55:33 PST --- Please attach your xorg log and the dmesg output with the cs ioctl errors in it. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

Re: [Mesa-dev] [PATCH] glsl: fix matrix type check in ir_algebraic (miscompilation/asserts)

2010-11-30 Thread Eric Anholt
On Fri, 22 Oct 2010 11:53:03 +0300, Aras Pranckevicius a...@unity3d.com wrote: Hi, Attached patch fixes what looks like a typo in ir_algebraic GLSL optimizations. Vertex shader that triggers the bug: void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; mat3 m

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #2 from dendron2...@mail.ru 2010-11-30 17:46:59 PST --- I can confirm this, too. The bug appeared right after upgrading from kernel 2.6.35.6 to 2.6.36.1. KMS is used. Xorg and radeon drivers are from git, no other changes except

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #3 from dendron2...@mail.ru 2010-11-30 17:47:55 PST --- Created an attachment (id=40683) -- (https://bugs.freedesktop.org/attachment.cgi?id=40683) Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #5 from Alex Deucher ag...@yahoo.com 2010-11-30 18:00:22 PST --- (In reply to comment #2) I can confirm this, too. The bug appeared right after upgrading from kernel 2.6.35.6 to 2.6.36.1. KMS is used. Xorg and radeon drivers are

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #6 from Alex Deucher ag...@yahoo.com 2010-11-30 18:00:43 PST --- Any chance you could bisect what commit broke it? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [Mesa-dev] Mesa releases in early January?

2010-11-30 Thread Roland Scheidegger
Am 30.11.2010 21:23, schrieb Ian Romanick: It seems that new development in master has slowed a bit, so how does a 7.10 release on January 7th sound? If we're going to do that, we'll want to make the 7.10 branch on, say, December 8th. That's roughly a week from now. Don't say development has

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #5 from Stephen E. Baker cyco...@hotmail.com 2010-11-30 19:35:53 PST --- Created an attachment (id=40688) -- (https://bugs.freedesktop.org/attachment.cgi?id=40688) Crash after applying st/dri: workaround weird null dereference patch

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #6 from Stephen E. Baker cyco...@hotmail.com 2010-11-30 19:50:08 PST --- Actually if you compensate for the patch it is the same line :s -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: [Mesa-dev] [RFC] st/vega: Clean up and OpenVG 1.1

2010-11-30 Thread Chia-I Wu
On Wed, Dec 1, 2010 at 12:09 AM, Zack Rusin za...@vmware.com wrote: On Tuesday 30 November 2010 04:51:33 Chia-I Wu wrote: Hi list, I have spent the weekend adding OpenVG 1.1 support to Vega state tracker.  The new features added include mask layer support, text support, and a new color

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 Jakob Bornecrantz wallbra...@gmail.com changed: What|Removed |Added Attachment #40657|0 |1 is