[Mesa-dev] [Bug 33392] EGL w/ hardware accel. not possible with intel + nouveau in one build

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33392 --- Comment #1 from Darxus 2011-01-23 22:41:40 PST --- This problem may have been solved by: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a22a332fc7cc54d4d0973dcd21a90159cc51de1a (I lack Intel hardware to test.) -- Configure bugmail: http

[Mesa-dev] [PATCH] mesa: Optionally build a dricore support library (v2)

2011-01-23 Thread Christopher James Halse Rogers
This an adds --enable-shared-dricore option to configure. When enabled, DRI modules will link against a shared copy of the common mesa routines rather than statically linking these. This saves about 30MB on disc with a full complement of classic DRI drivers. v2: Only enable with a gcc-compatible

[Mesa-dev] [Bug 33392] New: EGL w/ hardware accel. not possible with intel + nouveau in one build

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33392 Summary: EGL w/ hardware accel. not possible with intel + nouveau in one build Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW

Re: [Mesa-dev] RFC: vega handle rework

2011-01-23 Thread Zack Rusin
On Sunday 23 January 2011 12:20:20 Brian Paul wrote: > The vega state tracker casts back and forth between pointers and the > handle types (VGHandle, VGPath, VGImage, etc). Since handles are > always 32-bit VGuints, casting like this doesn't work with 64-bit > pointers. > > This patch series impl

[Mesa-dev] [PATCH] osmesa: mklib requires arguments before objects

2011-01-23 Thread Christopher James Halse Rogers
Fixes the build when selecting driver=osmesa and building static libraries. Otherwise, mklib tries to add the ‘-ltalloc’ object to the archive, which obviously fails. Clients which statically link to osmesa will need to link to libtalloc also, as specified in the Libs.private of osmesa.pc. Fixes:

[Mesa-dev] [Bug 32879] egl_glx driver segfaults with NULL config

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32879 nobled changed: What|Removed |Added Version|git |7.9 Status|NEW

[Mesa-dev] [Bug 33323] [regression]undefined symbol: u_current_get_internal on 32bits OS

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33323 fangxun changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #5 from fangxun 2011-01-

Re: [Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-23 Thread Alex Deucher
2011/1/23 Mathias Fröhlich : > > Hi, > > Attached is a patch to implement timer queries for r600g. > > I have not found much documentation about the frequency of the gpu's timestamp > counter. But What I have found indicates that it runs at 27MHz which is > implemented in the patch and gives 'reaso

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-23 Thread Darxus
This set of 4 patches makes wayland work for me, on nouveau / nvidia. On 01/22, Benjamin Franzke wrote: > I attach the 3 patches (that were already sent in a bit different > form) in correct order + 1 Patch that ensures internalFormat==format > in gles' glTexImage2D. __

Re: [Mesa-dev] [PATCH] glx: fix request lengths

2011-01-23 Thread Kristian Høgsberg
On Sun, Jan 23, 2011 at 1:43 PM, Brian Paul wrote: > On 01/23/2011 09:26 AM, Julien Cristau wrote: >> >> We were sending too long requests for GLXChangeDrawableAttributes, >> GLXGetDrawableAttributes, GLXDestroyPixmap and GLXDestroyWindow. >> >> Signed-off-by: Julien Cristau >> --- >>  src/glx/glx

[Mesa-dev] [Bug 33388] Dubious assembler in xform4.S

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33388 Koop Mast changed: What|Removed |Added CC||k...@rainbow-runner.nl -- Configure bugmail

[Mesa-dev] [PATCH 3/3] r600g: Implement timer queries.

2011-01-23 Thread Mathias Fröhlich
Hi, Attached is a patch to implement timer queries for r600g. I have not found much documentation about the frequency of the gpu's timestamp counter. But What I have found indicates that it runs at 27MHz which is implemented in the patch and gives 'reasonable' query results with osgviewer. Pl

[Mesa-dev] [PATCH 2/3] r600g: Implement asyncronous query results.

2011-01-23 Thread Mathias Fröhlich
Hi, Attached is a patch that implements asyncronous queries for r600g. Please review and may be apply. Mathias From fd2aee0640211373c144b666b265a085b064383c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Fr=C3=B6hlich?= Date: Sun, 23 Jan 2011 22:16:56 +0100 Subject: [PATCH 2/3] r600g: Impl

[Mesa-dev] [PATCH 1/3] r600g: Fix meaning of num_results for queries.

2011-01-23 Thread Mathias Fröhlich
Hi, Attached is a patch that makes the meaning of num_results in queries consistent across its uses for r600g. Please apply. Thanks, Mathias From c5ab9ef8f29d075f1fbba9cf75564edf4373aff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Fr=C3=B6hlich?= Date: Sun, 23 Jan 2011 22:10:10 +0100 S

[Mesa-dev] [Bug 33385] brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a function)

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33385 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 33385] brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a function)

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33385 Darxus changed: What|Removed |Added CC||dar...@chaosreigns.com -- Configure bugmail: h

[Mesa-dev] [Bug 33388] New: Dubious assembler in xform4.S

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33388 Summary: Dubious assembler in xform4.S Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: All Status: NEW Severity: normal Priority: medium Co

[Mesa-dev] [Bug 33386] Dubious assembler in read_rgba_span_x86.S

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33386 Koop Mast changed: What|Removed |Added CC||k...@rainbow-runner.nl -- Configure bugmail

[Mesa-dev] [Bug 33386] New: Dubious assembler in read_rgba_span_x86.S

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33386 Summary: Dubious assembler in read_rgba_span_x86.S Product: Mesa Version: git Platform: x86 (IA32) OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 33385] New: brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a function)

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33385 Summary: brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a function) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

Re: [Mesa-dev] [PATCH] glx: fix request lengths

2011-01-23 Thread Brian Paul
On 01/23/2011 09:26 AM, Julien Cristau wrote: We were sending too long requests for GLXChangeDrawableAttributes, GLXGetDrawableAttributes, GLXDestroyPixmap and GLXDestroyWindow. Signed-off-by: Julien Cristau --- src/glx/glx_pbuffer.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletion

Re: [Mesa-dev] [PATCH 1/2] mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported

2011-01-23 Thread Brian Paul
On 01/23/2011 05:31 AM, Marek Olšák wrote: --- src/mesa/main/fbobject.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index f31d8b3..17c6295 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject

Re: [Mesa-dev] [PATCH 2/2] mesa: add ARB_framebuffer_sRGB as alias of the EXT variant

2011-01-23 Thread Brian Paul
On 01/23/2011 05:31 AM, Marek Olšák wrote: --- src/mesa/main/extensions.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 113ac40..7d15e3a 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensio

Re: [Mesa-dev] RFC: vega handle rework

2011-01-23 Thread Henri Verbeet
On 23 January 2011 18:20, Brian Paul wrote: > > The vega state tracker casts back and forth between pointers and the handle > types (VGHandle, VGPath, VGImage, etc).  Since handles are always 32-bit > VGuints, casting like this doesn't work with 64-bit pointers. > > This patch series implementes a

[Mesa-dev] RFC: vega handle rework

2011-01-23 Thread Brian Paul
The vega state tracker casts back and forth between pointers and the handle types (VGHandle, VGPath, VGImage, etc). Since handles are always 32-bit VGuints, casting like this doesn't work with 64-bit pointers. This patch series implementes a pointer/handle mapping mechanism with a hash tab

[Mesa-dev] [PATCH] glx: fix request lengths

2011-01-23 Thread Julien Cristau
We were sending too long requests for GLXChangeDrawableAttributes, GLXGetDrawableAttributes, GLXDestroyPixmap and GLXDestroyWindow. Signed-off-by: Julien Cristau --- src/glx/glx_pbuffer.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/glx/glx_pbuffer.c b/src/gl

[Mesa-dev] [Bug 33374] [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33374 --- Comment #1 from Chia-I Wu 2011-01-23 06:44:51 PST --- makedepend crashed when being executed in src/mapi/shared-glapi/. If your xutils-dev is not up-to-date, update it first. If it does not help, could you run makedepend manually and maybe

[Mesa-dev] [Bug 33360] inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile causes a build failure

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33360 --- Comment #1 from Tormod Volden 2011-01-23 05:08:24 PST --- I suggested to revert commit 5a3ac74 in http://lists.freedesktop.org/archives/mesa-dev/2010-October/003664.html and Julien agreed in http://lists.freedesktop.org/archives/mesa-dev/201

Re: [Mesa-dev] [PATCH] r300g: Increase fragment shader limits for r400 cards

2011-01-23 Thread Marek Olšák
It looks good to me. If it works and doesn't break r300, then feel free to push. :) Marek On Sun, Jan 23, 2011 at 7:39 AM, Tom Stellard wrote: > r400 fragment shaders now support up to 64 temporary registers, > 512 ALU instructions, and 512 TEX instructions. > --- > src/gallium/drivers/r300/r3

[Mesa-dev] [PATCH 2/2] mesa: add ARB_framebuffer_sRGB as alias of the EXT variant

2011-01-23 Thread Marek Olšák
--- src/mesa/main/extensions.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 113ac40..7d15e3a 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -89,6 +89,7 @@ static const struct exte

[Mesa-dev] [PATCH 1/2] mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported

2011-01-23 Thread Marek Olšák
--- src/mesa/main/fbobject.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index f31d8b3..17c6295 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -2072,7 +2072,14 @@ _mesa_GetFramebufferA