Re: [Mesa-dev] libxml2 (python) dependency

2011-04-19 Thread Tilman Sauerbeck
Ian Romanick [2011-04-18 17:12]: On 04/18/2011 04:48 PM, tom fogal wrote: Hey all, We recently became more aware of a dependency on python's libxml2 for building Mesa. We're not as proactive as we should be, but tend to upgrade Mesa every few releases; I think this was a jump from 7.8

[Mesa-dev] [PATCH] r128: fix lockups (bug #9379)

2011-04-19 Thread Christopher Egert
Hi, I found this patch by Andrew Péteri on the bugtracker (#9379), it seems like it's still incomplete (projective textures were disabled), but it fixes a lockup problems with r128 (like the game cube, some farbrausch demos and gta vice city in wine (not very fast but meh) works now). ---

[Mesa-dev] [Bug 36341] Mesa can't find ubuntu llvm

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36341 Fabio Pedretti fabio@libero.it changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] libxml2 (python) dependency

2011-04-19 Thread Corbin Simpson
On Mon, Apr 18, 2011 at 4:48 PM, tom fogal tfo...@sci.utah.edu wrote: Hey all, We recently became more aware of a dependency on python's libxml2 for building Mesa.  We're not as proactive as we should be, but tend to upgrade Mesa every few releases; I think this was a jump from 7.8 to 7.10.

[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults (swrast, r600g, nouveau_vieux)

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 Marc marvi...@gmx.de changed: What|Removed |Added CC||marvi...@gmx.de --- Comment #11

[Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Hi Few days ago, I posted a couple of patches on dri-devel but it doesn't seem to be the correct place. Here you are 2 patches that adds support for RV730 in r600c and r600g. More details are available here : http://lists.freedesktop.org/archives/dri-devel/2011-April/010056.html

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Canoccano at interfaceconcept.com --- diff -Naur Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h --- Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h 2010-02-05 01:10:40.0 +0100 +++

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Canoccano at interfaceconcept.com --- diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index c22bd8e..7e854b1 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -22,6 +22,7 @@ */ #include

[Mesa-dev] [Bug 36384] New: configure tips

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36384 Summary: configure tips Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core

Re: [Mesa-dev] [PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-19 Thread Michel Dänzer
[ Moving to the mesa-dev list ] On Fre, 2011-04-15 at 18:20 +0200, Cédric Cano wrote: Here you are a patch that adds big endian support for rv730 in r600 gallium driver. I used the mesa-demos to test the driver status on big endian platform. Except with demos using accumulation buffer,

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Christoph Bumiller
On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a comment. Note that the MAD for inversion uses Height - 1 instead of Height. With this, piglit

Re: [Mesa-dev] [PATCH] r200: enable EXT_gpu_program_parameters

2011-04-19 Thread Marek Olšák
OK, thanks for testing. I have pushed the patch. Marek On Tue, Apr 19, 2011 at 11:54 AM, Nicolas Kaiser ni...@nikai.net wrote: * Ian Romanick i...@freedesktop.org: ./src/demos/vao_demo GL_RENDERER = Mesa DRI R200 (R200 514D) TCL DRI2 GL_VERSION = 1.3 Mesa 7.11-devel (git-4ee40c3)

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote: On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a comment. Note that the MAD for inversion uses

[Mesa-dev] [Bug 36384] configure tips

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36384 --- Comment #1 from Marek Olšák mar...@gmail.com 2011-04-19 03:45:45 PDT --- (2) and (3) is done. I leave (1) to swrastg maintainers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Marek Olšák
2011/4/19 Michel Dänzer mic...@daenzer.net On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote: On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a

Re: [Mesa-dev] [PATCH] r600g: track dirty registers better.

2011-04-19 Thread Benjamin BELLEC
Le 18/04/2011 16:37, Benjamin BELLEC a écrit : Le 18/04/2011 10:20, Dave Airlie a écrit : On Mon, Apr 18, 2011 at 11:00 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This is a first step to decreasing the CPU usage, by decreasing how much stuff we pass to the

Re: [Mesa-dev] [PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-19 Thread Jose Fonseca
- Original Message - From: Michel Dänzer mic...@daenzer.net To: Cédric Cano cc...@interfaceconcept.com Cc: icthj tjour...@interfaceconcept.com, mesa-dev@lists.freedesktop.org Sent: Tuesday, April 19, 2011 10:39:41 AM Subject: Re: [Mesa-dev] [PATCH] Big endian support for RV730

Re: [Mesa-dev] libxml2 (python) dependency

2011-04-19 Thread Dan Nicholson
On Mon, Apr 18, 2011 at 11:14 PM, Tilman Sauerbeck til...@code-monkey.de wrote: Ian Romanick [2011-04-18 17:12]: On 04/18/2011 04:48 PM, tom fogal wrote: Hey all, We recently became more aware of a dependency on python's libxml2 for building Mesa.  We're not as proactive as we should be,

[Mesa-dev] [Bug 36384] configure tips

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36384 Brian Paul brian.e.p...@gmail.com changed: What|Removed |Added CC||wallbra...@gmail.com

[Mesa-dev] [Bug 36384] configure tips

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36384 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2011-04-19 06:56:18 PDT --- Hmmm, I can't seem to add George Sapountzis gsapount...@gmail.com to the cc list. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

Re: [Mesa-dev] [PATCH 05/10] mesa: Add renderbuffer accessors for A, I, L, FLOAT32.

2011-04-19 Thread Brian
On 04/18/2011 02:37 PM, Eric Anholt wrote: Of these, intel will be using I and L initially, and A once we rewrite fragment shaders and the CC for rendering to it as R. --- src/mesa/main/renderbuffer.c | 218 ++ 1 files changed, 218 insertions(+), 0

Re: [Mesa-dev] [PATCH 1/2] docs: Update for Intel ARB_texture_float and ARB_color_buffer_float.

2011-04-19 Thread Brian
On 04/18/2011 02:53 PM, Eric Anholt wrote: --- docs/relnotes-7.11.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html index 131fecd..2bd126c 100644 --- a/docs/relnotes-7.11.html +++ b/docs/relnotes-7.11.html @@

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Brian
On 04/19/2011 04:00 AM, Christoph Bumiller wrote: On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a comment. Note that the MAD for inversion uses Height - 1

[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults (swrast, r600g, nouveau_vieux)

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 --- Comment #12 from Alexandre Demers alexandre.f.dem...@gmail.com 2011-04-19 07:36:02 PDT --- (In reply to comment #11) only happens here when shared-glapi is enabled (r600g) Confirmed also here that the bug only appears when Mesa is compiled

[Mesa-dev] KWin and Mesa

2011-04-19 Thread Martin Gräßlin
Hi Mesa-devs, yesterday I published a rant about Mesa breaking KWin and given some comments on Phoronix Forums it seems like there is the wish for more communication between our development groups and so I want to start it. Please note that I am not subscribed to this mailing list, so please

[Mesa-dev] [Bug 36238] Mesa release files don't contain scons control files

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36238 --- Comment #1 from Brian Paul brian.e.p...@gmail.com 2011-04-19 08:13:32 PDT --- Ok, I've fixed this in git on master and the 7.10 branch. I did test builds and everything seems in order, but there's still a chance that I might have missed

Re: [Mesa-dev] KWin and Mesa

2011-04-19 Thread Lucas Stach
Hello Martin, sorry for the kick-in, but I feel obligated to speak up here. First of all you wrote a rather long text, but you don't make a single point _how_ to make the collaboration between mesa and kwin devs any better. It seems you just want to explain why you are doing things the way you

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano cc...@interfaceconcept.com wrote: Hi Few days ago, I posted a couple of patches on dri-devel but it doesn't seem to be the correct place. Here you are 2 patches that adds support for RV730 in r600c and r600g. I've pushed the r600c patch. I'll

Re: [Mesa-dev] KWin and Mesa

2011-04-19 Thread Jerome Glisse
On Tue, Apr 19, 2011 at 10:52 AM, Martin Gräßlin mgraess...@kde.org wrote: Hi Mesa-devs, yesterday I published a rant about Mesa breaking KWin and given some comments on Phoronix Forums it seems like there is the wish for more communication between our development groups and so I want to

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Henri Verbeet
On 19 April 2011 18:11, Alex Deucher alexdeuc...@gmail.com wrote: I've pushed the r600c patch.  I'll take a look at the r600g patch later today. I'm without r600 hardware this week, but personally I think I'd be happier with a helper function for the endian swap, instead of sprinkling ifdefs all

Re: [Mesa-dev] [PATCH 9/9] i915: Gut all remaining bits of hardware fog

2011-04-19 Thread Eric Anholt
On Fri, 15 Apr 2011 23:10:52 -0700, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com None of this ever gets used. Fog is always calculated by a fragment program. Even though the fixed-function fog unit is never used, state updates are still sent to the

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 12:11 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano cc...@interfaceconcept.com wrote: Hi Few days ago, I posted a couple of patches on dri-devel but it doesn't seem to be the correct place. Here you are 2 patches that adds

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 1:24 PM, Henri Verbeet hverb...@gmail.com wrote: On 19 April 2011 18:11, Alex Deucher alexdeuc...@gmail.com wrote: I've pushed the r600c patch.  I'll take a look at the r600g patch later today. I'm without r600 hardware this week, but personally I think I'd be

[Mesa-dev] [PATCH] st/egl: expose EGL_MESA_drm_image on x11 displays

2011-04-19 Thread nobled
Date: Sun, 13 Feb 2011 23:45:47 + This makes it useable with the egl_gallium driver in X11. It only works for the DRI2 backend, not ximage. --- src/gallium/state_trackers/egl/common/egl_g3d.c|3 ++ .../state_trackers/egl/common/native_buffer.h |3 +-

Re: [Mesa-dev] [PATCH 01/10] swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.

2011-04-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/18/2011 08:43 PM, Brian Paul wrote: On Mon, Apr 18, 2011 at 8:10 PM, Eric Anholt e...@anholt.net wrote: On Mon, 18 Apr 2011 16:16:37 -0700, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

Re: [Mesa-dev] [PATCH 01/10] swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.

2011-04-19 Thread Brian Paul
On 04/19/2011 12:25 PM, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/18/2011 08:43 PM, Brian Paul wrote: On Mon, Apr 18, 2011 at 8:10 PM, Eric Anholte...@anholt.net wrote: On Mon, 18 Apr 2011 16:16:37 -0700, Ian Romanicki...@freedesktop.org wrote: -BEGIN PGP

Re: [Mesa-dev] Mesa (master): swrastg: Add __DRI_TEX_BUFFER support (patches}

2011-04-19 Thread nobled
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b64886c817ffa2d86abb9b4a5d79d1e2451 2011-03-11 19:49:28 (GMT) Without this, EXT_texture_from_pixmap is trivially broken. With it, it's merely subtly broken. Signed-off-by: Adam Jackson a...@redhat.com What does 'subtly broken' mean in

Re: [Mesa-dev] [PATCHES] implement GL_ARB_robustness

2011-04-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/19/2011 12:23 PM, nobled wrote: spec file: http://www.opengl.org/registry/specs/ARB/robustness.txt The first four parts of this series add infrastructure to support bounds-checking client memory buffers by re-using the PBO bounds-checking

Re: [Mesa-dev] [PATCHES] implement GL_ARB_robustness

2011-04-19 Thread Brian Paul
On 04/19/2011 02:43 PM, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/19/2011 12:23 PM, nobled wrote: spec file: http://www.opengl.org/registry/specs/ARB/robustness.txt The first four parts of this series add infrastructure to support bounds-checking client memory

[Mesa-dev] [PATCH] r600g: don't flush the dest caches on every draw

2011-04-19 Thread Fredrik Höglund
Keep track of when the caches are dirty, and only flush them when the framebuffer state is set and when the context is flushed. --- src/gallium/drivers/r600/evergreen_state.c | 19 +++- src/gallium/drivers/r600/evergreend.h |1 + src/gallium/drivers/r600/r600.h

Re: [Mesa-dev] [PATCH 1/3] glsl: correctly handle conversions between int and uint

2011-04-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/18/2011 04:51 PM, Bryan Cain wrote: This patch was revised several times before submitting, and even after that I still wasn't sure that adding conversion operations was the right solution. So I'm not really surprised that there are problems

Re: [Mesa-dev] [PATCH 0/9] Big pile of fog clean up

2011-04-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/2011 09:45 AM, Corbin Simpson wrote: On Fri, Apr 15, 2011 at 11:10 PM, Ian Romanick i...@freedesktop.org wrote: This patch series cleans out the last vestiges of fixed-function fog support with ARB_fragment_program. We talked about doing

Re: [Mesa-dev] [PATCH 2/9] mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it

2011-04-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/2011 06:48 AM, Brian Paul wrote: On Sat, Apr 16, 2011 at 12:10 AM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com --- src/mesa/swrast/s_context.c | 15 --- src/mesa/tnl/t_context.c

Re: [Mesa-dev] [PATCH 0/9] Big pile of fog clean up

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 7:13 PM, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/2011 09:45 AM, Corbin Simpson wrote: On Fri, Apr 15, 2011 at 11:10 PM, Ian Romanick i...@freedesktop.org wrote: This patch series cleans out the last vestiges of

Re: [Mesa-dev] [PATCH 0/9] Big pile of fog clean up

2011-04-19 Thread Corbin Simpson
Acked-by: Corbin Simpson mostawesomed...@gmail.com Sending from a mobile, pardon the brevity. ~ C. On Apr 19, 2011 4:13 PM, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/2011 09:45 AM, Corbin Simpson wrote: On Fri, Apr 15, 2011 at 11:10 PM,

[Mesa-dev] [Bug 36295] Incorrect rendering in SPECviewperf benchmark

2011-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36295 --- Comment #15 from Ian Romanick i...@freedesktop.org 2011-04-19 17:21:46 PDT --- (In reply to comment #14) (In reply to comment #13) The downside is that app developers never fix *THEIR* bugs. [...] And this is the disaster that

[Mesa-dev] [PATCH 1/8] mesa: use is_bufferobj() helper function

2011-04-19 Thread nobled
--- src/mesa/drivers/x11/xm_dd.c |4 ++-- src/mesa/main/drawpix.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/x11/xm_dd.c b/src/mesa/drivers/x11/xm_dd.c index 3031b7b..1369946 100644 --- a/src/mesa/drivers/x11/xm_dd.c +++

[Mesa-dev] [PATCH 2/8] mesa: add bounds-checking support for client memory buffers

2011-04-19 Thread nobled
This is the first step towards supporting the extension GL_ARB_robustness. --- src/mesa/drivers/dri/intel/intel_pixel_bitmap.c |2 +- src/mesa/drivers/x11/xm_dd.c|6 +- src/mesa/main/dlist.c |4 +- src/mesa/main/drawpix.c

[Mesa-dev] [PATCH 3/8] mesa: add more bounds-checking support for client memory buffers

2011-04-19 Thread nobled
--- src/mesa/main/colortab.c |4 +- src/mesa/main/pbo.c | 64 +++-- src/mesa/main/pbo.h |8 +++--- src/mesa/main/polygon.c |7 +++-- 4 files changed, 48 insertions(+), 35 deletions(-) diff --git a/src/mesa/main/colortab.c

[Mesa-dev] [PATCH 4/8] mesa: standardize some bounds-checking error messages

2011-04-19 Thread nobled
--- src/mesa/main/pixel.c | 41 - 1 files changed, 24 insertions(+), 17 deletions(-) diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 6e4ed99..62dd13e 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -145,8 +145,9 @@

[Mesa-dev] [PATCH 5/8] mesa: standardize more bounds-checking error messages

2011-04-19 Thread nobled
--- src/mesa/main/readpix.c | 25 ++--- src/mesa/main/texgetimage.c | 63 ++- 2 files changed, 53 insertions(+), 35 deletions(-) diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index fd6752b..465be9f 100644 ---

[Mesa-dev] [PATCH 6/8] mesa: add context fields for GL_ARB_robustness

2011-04-19 Thread nobled
--- src/mesa/main/context.c|4 src/mesa/main/extensions.c |1 + src/mesa/main/get.c|3 +++ src/mesa/main/mtypes.h |6 ++ 4 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index

[Mesa-dev] [PATCH 7/8] mesa: implement GL_ARB_robustness functions

2011-04-19 Thread nobled
As long as GLX_ARB_create_context_robustness isn't implemented yet, these function calls are all that's needed to implement the spec. The function pointers just need to be hooked up to the GLAPI dispatch table and such. --- src/mesa/main/colortab.c| 13 - src/mesa/main/convolve.c|

[Mesa-dev] [PATCH 8/8] glapi: add ARB_robustness xml

2011-04-19 Thread nobled
--- src/mapi/glapi/gen/ARB_robustness.xml | 185 + src/mapi/glapi/gen/Makefile |1 + src/mapi/glapi/gen/gl_API.xml |2 + 3 files changed, 188 insertions(+), 0 deletions(-) create mode 100644 src/mapi/glapi/gen/ARB_robustness.xml diff

Re: [Mesa-dev] [PATCH 1/3] glsl: correctly handle conversions between int and uint

2011-04-19 Thread Bryan Cain
On 04/19/2011 05:43 PM, Ian Romanick wrote: On 04/18/2011 04:51 PM, Bryan Cain wrote: This patch was revised several times before submitting, and even after that I still wasn't sure that adding conversion operations was the right solution. So I'm not really surprised that there are