Re: [Mesa-dev] DRM sample programs and doc?

2010-10-04 Thread Alex Besogonov
Bjørn Augestad gmail.com> writes: > Does anyone know about up-to-date documentation and/or some sample > programs/snippets which illustrate how to use these things? Try Plymouth and libkms. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http:

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 --- Comment #7 from jpsinthe...@verizon.net 2010-10-04 21:41:59 PDT --- An update with some good news regarding comment #3: I did further testing with the following setup: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (i915)

[Mesa-dev] Mesa 7.9 release

2010-10-04 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mesa 7.9 has been released. The tag in the GIT repository for Mesa 7.9 is 'mesa-7.9'. Mesa 7.9 is available for download at ftp://freedesktop.org/pub/mesa/7.9/ md5sums: ed65ab425b25895c7f473d0a5e6e64f8 MesaLib-7.9.tar.gz 82c740c49d572baa6da2b1a1ee

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Bug 30124 depends on bug 30605, which changed state. Bug 30605 Summary: [swrast] SIGSEGV swrast/s_texfilter.c:3000 https://bugs.freedesktop.org/show_bug.cgi?id=30605 What|Old Value |New Value

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 --- Comment #6 from Rex Dieter 2010-10-04 18:53:08 PDT --- Re: comment #3 Testing using Fedora 14 beta, kernel-2.6.35.4-28.fc14 libdrm-2.4.21-3.fc14 mesa-7.9-0.8.fc14 xorg-x11-server-1.9.0-9.fc14 xorg-x11-drv-intel-2.12.0-6.fc14 mesa here is

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 --- Comment #5 from jpsinthe...@verizon.net 2010-10-04 15:07:48 PDT --- I just did a build using Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04) (i915), with xorg-server-1.9.0, xf86-video-2.13.0, libdrm-2.4.22, mesa-7.9-r

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Vinson Lee changed: What|Removed |Added Depends on||30605 -- Configure bugmail: https://bugs.f

[Mesa-dev] [PATCH] r600g: Tweaked calculation of CB_SHADER_MASK and CB_TARGET_MASK.

2010-10-04 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- Any reason why we shouldn't do it like this? src/gallium/drivers/r600/evergreen_state.c | 15 --- src/gallium/drivers/r600/r600_state.c | 18 +- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/src/gallium/d

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Vinson Lee changed: What|Removed |Added Depends on||30552 -- Configure bugmail: https://bugs.f

Re: [Mesa-dev] DRM sample programs and doc?

2010-10-04 Thread Jerome Glisse
2010/10/4 Bjørn Augestad : > Hi. > > I'm trying to use DRM to send raw RGB images to my console. My initial > goal is just to send one simple RGB image to my screen, later on I > want to send multiple buffers with different formats and wait for > Vertical blanking to avoid tearing. > > But I have a

[Mesa-dev] [Bug 29513] Kwin crash when i change the decoration.

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29513 Igor Strelnikoff changed: What|Removed |Added AssignedTo|dri-de...@lists.freedesktop |mesa-...@lists.freedesktop.

[Mesa-dev] [Bug 29513] Kwin crash when i change the decoration.

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29513 Igor Strelnikoff changed: What|Removed |Added QAContact||mesa-...@lists.freedesktop.

[Mesa-dev] [Bug 29711] kwin crashes when changing font configuration(OpenGL desktop effects enabled)

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29711 Igor Strelnikoff changed: What|Removed |Added AssignedTo|dri-de...@lists.freedesktop |mesa-...@lists.freedesktop.

Re: [Mesa-dev] [PATCH] llvmpipe: add initial support to double opcodes in llvmpipe.

2010-10-04 Thread Igor Oliveira
Hi, I do not have commit permissions, so I created a personal repository: ssh://people.freedesktop.org/~igor.oliveira/gallium-double-opcodes.git There you can find dmul-tri.py and the patch. I hope that it can help you to test the patch. Igor On Mon, Oct 4, 2010 at 9:31 AM, José Fonseca wrote:

Re: [Mesa-dev] first attempt at shader stencil export

2010-10-04 Thread Roland Scheidegger
On 04.10.2010 16:43, Roland Scheidegger wrote: > On 03.10.2010 13:14, Dave Airlie wrote: No this won't work as you can't read a z24s8 format a i32 (not the same typeless group, number of components needs to be the same as well as all components need to have same number of bits).

Re: [Mesa-dev] first attempt at shader stencil export

2010-10-04 Thread Roland Scheidegger
On 03.10.2010 13:14, Dave Airlie wrote: >>> No this won't work as you can't read a z24s8 format a i32 (not the same >>> typeless group, number of components needs to be the same as well as all >>> components need to have same number of bits). >>> But the format list suggests this is possible. For z

[Mesa-dev] [Bug 29789] TALLOC_CFLAGS not used properly

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29789 --- Comment #8 from nobled 2010-10-04 06:54:06 PDT --- Created an attachment (id=39152) View: https://bugs.freedesktop.org/attachment.cgi?id=39152 Review: https://bugs.freedesktop.org/review?bug=29789&attachment=39152 add TALLOC_CFLAGS to i965

[Mesa-dev] DRM sample programs and doc?

2010-10-04 Thread Bjørn Augestad
Hi. I'm trying to use DRM to send raw RGB images to my console. My initial goal is just to send one simple RGB image to my screen, later on I want to send multiple buffers with different formats and wait for Vertical blanking to avoid tearing. But I have a hard time figuring out how to allocate a

[Mesa-dev] [Bug 29789] TALLOC_CFLAGS not used properly

2010-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29789 --- Comment #7 from nobled 2010-10-04 06:52:09 PDT --- Created an attachment (id=39151) View: https://bugs.freedesktop.org/attachment.cgi?id=39151 Review: https://bugs.freedesktop.org/review?bug=29789&attachment=39151 add TALLOC_CFLAGS in src/

Re: [Mesa-dev] [PATCH] llvmpipe: add initial support to double opcodes in llvmpipe.

2010-10-04 Thread José Fonseca
Igor, How can I test your patches? They don't apply against gallium-double-opcode branch. They apply cleanly against master but master doesn't have the double opcodes. Could you please make it easy for me can test what you're suggesting without wasting too much time? In detail: - update gallium-d