Re: [Mesa-dev] Opengl 3.2?

2010-11-21 Thread bloboidum
This one was sent before my registration in the mailing list. *Then* I registered and sent the copy-and-pasted previous email. This one was sent before the one that got two answers. Sorry for that and thanks for the answers --bloboidum On Sun, Nov 21, 2010 at 11:34 PM, Matt Turner wrote: > On Sa

Re: [Mesa-dev] Opengl 3.2?

2010-11-21 Thread Matt Turner
On Sat, Nov 20, 2010 at 8:47 PM, bloboidum wrote: > Hello Mesa folks, > Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics, > Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for > HWs which support requested features? > Cheers, > --bloboidum You sent this

[Mesa-dev] Opengl 3.2?

2010-11-21 Thread bloboidum
Hello Mesa folks, Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics, Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for HWs which support requested features? Cheers, --bloboidum ___ mesa-dev mailing list mesa-de

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-21 Thread Christian König
Am Sonntag, den 21.11.2010, 21:03 + schrieb Andy Furniss: > Cool, but I just updated both trees and have lost rendering on my rv670, > the window is just mid grey. I had this problem a couple of times while figuring out how to render to a buffer and then use this buffer again to render to the

[Mesa-dev] [Bug 31569] [r300g] SIGSEGV src/mesa/main/api_loopback.c:1470

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31569 Vinson Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31568] [r300g] SIGSEGV src/mesa/vbo/vbo_exec_array.c:1154

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31568 Vinson Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31800] [r300g] src/mesa/state_tracker/st_mesa_to_tgsi.c:228:src_register: Assertion `index >= 0' failed.

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31800 Marek Olšák changed: What|Removed |Added Component|Drivers/Gallium/r300|Mesa core AssignedTo|dri-de...@lis

Re: [Mesa-dev] [PATCH] r600g: Fix access to constants > 31.

2010-11-21 Thread Jerome Glisse
On Sun, Nov 21, 2010 at 4:11 PM, Tilman Sauerbeck wrote: > Jerome Glisse [2010-11-21 11:07]: >> On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck >> wrote: >> > Signed-off-by: Tilman Sauerbeck >> > --- >> > >> > This is pretty ugly, but hopefully it will make a proper fix easier >> > to impleme

[Mesa-dev] [PATCH] st/mesa: set MaxUniformComponents

2010-11-21 Thread Marek Olšák
--- src/mesa/state_tracker/st_extensions.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_extensions.c b/src/mesa/state_tracker/st_extensions.c index 8c3fa0e..e72caa3 100644 --- a/src/mesa/state_tracker/st_extensions.c +++ b/src/mesa/state_track

Re: [Mesa-dev] [PATCH] r600g: Fix access to constants > 31.

2010-11-21 Thread Tilman Sauerbeck
Jerome Glisse [2010-11-21 11:07]: > On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck > wrote: > > Signed-off-by: Tilman Sauerbeck > > --- > > > > This is pretty ugly, but hopefully it will make a proper fix easier > > to implement :) > > > >  src/gallium/drivers/r600/r600_asm.c    |   30 > > +

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-21 Thread Andy Furniss
Christian König wrote: Hi everybody, just wanted to note that I got the first implementation of the XvMC iDCT code working. Cool, but I just updated both trees and have lost rendering on my rv670, the window is just mid grey. Another Issue which started with the last batch of changes/ddx ch

Re: [Mesa-dev] [PATCH] st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objects

2010-11-21 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/20/2010 05:09 PM, Marek Olšák wrote: > Gallium drivers pass all piglit tests for the two (there are 12 tests > for separate_shader_objects and 5 tests for explicit_attrib_location), > and I was told the extensions don't need any driver-specific c

Re: [Mesa-dev] [PATCH] st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objects

2010-11-21 Thread Brian Paul
On 11/20/2010 06:09 PM, Marek Olšák wrote: Gallium drivers pass all piglit tests for the two (there are 12 tests for separate_shader_objects and 5 tests for explicit_attrib_location), and I was told the extensions don't need any driver-specific code. I made them dependent on PIPE_CAP_GLSL. ---

Re: [Mesa-dev] About OpenGL 3.2?

2010-11-21 Thread Brian Paul
On Sat, Nov 20, 2010 at 6:49 PM, bloboidum wrote: > Hello Mesa folks, > Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics, > Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for > HWs which support requested features? We're chipping away at the 3.x featur

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-21 Thread Alex Deucher
On Sun, Nov 21, 2010 at 9:23 AM, Christian König wrote: > Hi everybody, > > just wanted to note that I got the first implementation of the XvMC iDCT > code working. The luma/chroma scaling and clamping still need some work, > but beside from that the pure matrix multiplication seems to work fine.

Re: [Mesa-dev] [PATCH] r600g: Fix access to constants > 31.

2010-11-21 Thread Jerome Glisse
On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck wrote: > Signed-off-by: Tilman Sauerbeck > --- > > This is pretty ugly, but hopefully it will make a proper fix easier > to implement :) > >  src/gallium/drivers/r600/r600_asm.c    |   30 +- >  src/gallium/drivers/r600

Re: [Mesa-dev] About OpenGL 3.2?

2010-11-21 Thread Alex Deucher
On Sat, Nov 20, 2010 at 8:49 PM, bloboidum wrote: > Hello Mesa folks, > Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics, > Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for > HWs which support requested features? It's a work in progess. See the foll

Re: [Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Alex Deucher
On Sun, Nov 21, 2010 at 7:29 AM, Joakim Sindholt wrote: > I use these in st_nine and it's been bugging me for a long time. FWIW: http://en.wikipedia.org/wiki/Guard_band_clipping The guardband clipping regs on r3xx-r5xx are: VAP_GB_VERT_CLIP_ADJ VAP_GB_VERT_DISC_ADJ VAP_GB_HORZ_CLIP_ADJ VAP_GB_HO

[Mesa-dev] [PATCH] r600g: Fix access to constants > 31.

2010-11-21 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- This is pretty ugly, but hopefully it will make a proper fix easier to implement :) src/gallium/drivers/r600/r600_asm.c| 30 +- src/gallium/drivers/r600/r600_asm.h|1 + src/gallium/drivers/r600/r600_shader.c |7 ++

[Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-11-21 Thread Christian König
Hi everybody, just wanted to note that I got the first implementation of the XvMC iDCT code working. The luma/chroma scaling and clamping still need some work, but beside from that the pure matrix multiplication seems to work fine. At the moment it uses a quite inefficient two stage approach and

Re: [Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Marek Olšák
Hi Joakim, it looks good to me. It seems to match what wined3d returns. Marek On Sun, Nov 21, 2010 at 1:29 PM, Joakim Sindholt wrote: > I use these in st_nine and it's been bugging me for a long time. > > ___ > mesa-dev mailing list > mesa-dev@lists.

[Mesa-dev] [Bug 31587] strange segfault in vgFinish

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31587 --- Comment #4 from Chia-I Wu 2010-11-21 05:06:31 PST --- That would be great. Can you also provide the instructions to run cairo tests with OpenVG backend, or even better, a simpler test case that demonstrate the issue(s). -- Configure bugmai

[Mesa-dev] [Bug 25719] progs/perf/genmipmap segfaults in glGenerateMipmap()

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25719 --- Comment #5 from Hristo Ivanov 2010-11-21 05:02:56 PST --- Hello, I can reproduce this bug every time, both with Fedora 13 and 14, latest KDE. Just enabling desktop effects causes the error. Please see the following bug reports, already poste

[Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Joakim Sindholt
I use these in st_nine and it's been bugging me for a long time. >From be1f3601e72f21453cba7f5a5e113caa811d1be4 Mon Sep 17 00:00:00 2001 From: Joakim Sindholt Date: Sun, 21 Nov 2010 13:24:03 +0100 Subject: [PATCH] r300g: silence guard band cap errors Somebody should find out what these are. It ca

[Mesa-dev] [Bug 31568] [r300g] SIGSEGV src/mesa/vbo/vbo_exec_array.c:1154

2010-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31568 --- Comment #7 from Chia-I Wu 2010-11-21 02:35:17 PST --- The patch should also fix bug 31569. This should be a candidate for the 7.9 branch. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

Re: [Mesa-dev] [PATCH 12/13] i915g: implement unfenced color&depth buffer using tiling bits

2010-11-21 Thread Chris Wilson
On Sat, 20 Nov 2010 22:43:56 +0100, Jakob Bornecrantz wrote: > On Fri, Nov 19, 2010 at 11:38 PM, Daniel Vetter > wrote: > >  #define BUF_3D_TILED_SURFACE   (1<<22) > >  #define BUF_3D_TILE_WALK_X     0 > >  #define BUF_3D_TILE_WALK_Y     (1<<21) > > +#define BUF_3D_TILE_BITS(tiling) (((