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
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
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
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
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:
https://bugs.freedesktop.org/show_bug.cgi?id=32879
nobled changed:
What|Removed |Added
Version|git |7.9
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=33323
fangxun changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #5 from fangxun 2011-01-
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
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.
__
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
https://bugs.freedesktop.org/show_bug.cgi?id=33388
Koop Mast changed:
What|Removed |Added
CC||k...@rainbow-runner.nl
--
Configure bugmail
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=33385
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=33385
Darxus changed:
What|Removed |Added
CC||dar...@chaosreigns.com
--
Configure bugmail: h
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
https://bugs.freedesktop.org/show_bug.cgi?id=33386
Koop Mast changed:
What|Removed |Added
CC||k...@rainbow-runner.nl
--
Configure bugmail
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
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
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
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
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
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
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
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
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
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
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
---
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
---
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
31 matches
Mail list logo