Re: [Mesa3d-dev] [PATCH 0/20] Establish feature convensions

2009-09-23 Thread Chia-I Wu
On Tue, Sep 22, 2009 at 09:28:22PM -0600, Brian Paul wrote: I'm still reviewing your patches (but it's getting late and I need to stop for the day). I think some of what you've done is good, but other parts I'm not convinced we need. Here's some assorted comments. Thanks for the reviewing. I

Re: [Mesa3d-dev] RFC: Proposed mesa_7_5_branch and mesa_7_6_branch freeze for release

2009-09-23 Thread Keith Whitwell
On Tue, 2009-09-22 at 13:46 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to open XDC by shipping Mesa 7.5.2 and 7.6. In order to make that happen, I propose the following: - - Freeze both branches at 12:01AM PDT 9/25 (this upcoming Friday). - -

Re: [Mesa3d-dev] flushing vertices in radeon swtcl

2009-09-23 Thread Dave Airlie
Hey all, So in mesa for swtcl cases we emit vertices to DMA, and set a driver internal dma.flush hook, we also set ctx-Driver.NeedFlush |= FLUSH_STORED_VERTICES; The driver has its FlushVertices pointed at the vbo_exec_FlushVertices call. I'm not sure when this ever worked but I

Re: [Mesa3d-dev] [PATCH 0/20] Establish feature convensions

2009-09-23 Thread Chia-I Wu
On Wed, Sep 23, 2009 at 04:04:19PM +0800, Chia-I Wu wrote: If you agree with this feedback, would you mind re-spinning the first few patches? I'd rather focus on getting a few things (like maybe colortable and convolution) sorted out as examples before we spend too much time on the rest.

Re: [Mesa3d-dev] flushing vertices in radeon swtcl

2009-09-23 Thread Keith Whitwell
On Wed, 2009-09-23 at 01:41 -0700, Dave Airlie wrote: Hey all, So in mesa for swtcl cases we emit vertices to DMA, and set a driver internal dma.flush hook, we also set ctx-Driver.NeedFlush |= FLUSH_STORED_VERTICES; The driver has its FlushVertices pointed at the

Re: [Mesa3d-dev] flushing vertices in radeon swtcl

2009-09-23 Thread Dave Airlie
So in mesa for swtcl cases we emit vertices to DMA, and set a driver internal dma.flush hook, we also set ctx-Driver.NeedFlush |= FLUSH_STORED_VERTICES; The driver has its FlushVertices pointed at the vbo_exec_FlushVertices call. I'm not sure when this ever worked but I

Re: [Mesa3d-dev] flushing vertices in radeon swtcl

2009-09-23 Thread Keith Whitwell
On Wed, 2009-09-23 at 02:23 -0700, Dave Airlie wrote: So in mesa for swtcl cases we emit vertices to DMA, and set a driver internal dma.flush hook, we also set ctx-Driver.NeedFlush |= FLUSH_STORED_VERTICES; The driver has its FlushVertices pointed at the vbo_exec_FlushVertices

Re: [Mesa3d-dev] [PATCH] radeon: Be more resilient to texture image (un)mapping imbalance.

2009-09-23 Thread Michel Dänzer
On Mon, 2009-09-21 at 16:46 +0200, mic...@daenzer.net wrote: From: Michel Dänzer daen...@vmware.com Since commit 6f9dbe773953b024075910b3bec11ebc96c2e8e0 ('mesa: use new _mesa_meta_CopyTex[Sub]Image() functions'), I was seeing crashes when using the compiz magnifier plugin, apparently

[Mesa3d-dev] [PATCH] r600: add support for cube textures

2009-09-23 Thread Andre Maasikas
Needs quite a few extra instructions, please test/review if I got them all right. Andre 0001-r600-add-support-for-CUBE-textures-also-TXP.patch Description: Binary data -- Come build with us! The BlackBerryreg; Developer

Re: [Mesa3d-dev] [PATCH] radeon: Be more resilient to texture image (un)mapping imbalance.

2009-09-23 Thread Brian Paul
Michel Dänzer wrote: On Mon, 2009-09-21 at 16:46 +0200, mic...@daenzer.net wrote: From: Michel Dänzer daen...@vmware.com Since commit 6f9dbe773953b024075910b3bec11ebc96c2e8e0 ('mesa: use new _mesa_meta_CopyTex[Sub]Image() functions'), I was seeing crashes when using the compiz magnifier

Re: [Mesa3d-dev] RFC: Proposed mesa_7_5_branch and mesa_7_6_branch freeze for release

2009-09-23 Thread Brian Paul
Keith Whitwell wrote: On Tue, 2009-09-22 at 13:46 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to open XDC by shipping Mesa 7.5.2 and 7.6. In order to make that happen, I propose the following: - - Freeze both branches at 12:01AM PDT 9/25 (this

[Mesa3d-dev] is anybody writing dri2 client stuff

2009-09-23 Thread Cooper Yuan
Hi All, The dri1 client files in mesa/src/driclient provide some useful interfaces, I want to know is there a need to provide similar interfaces for dri2 client? Cooper -- Come build with us! The BlackBerryreg; Developer

Re: [Mesa3d-dev] Mesa (master): st/xorg: Fix two leeks

2009-09-23 Thread Jakob Bornecrantz
On Tue, Sep 22, 2009 at 11:28 AM, Zack Rusin za...@vmware.com wrote: On Tuesday 22 September 2009 14:10:34 Jakob Bornecrantz wrote: diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c  b/src/gallium/state_trackers/xorg/xorg_composite.c index 66ca4cb..ed649a9  100644 ---

Re: [Mesa3d-dev] is anybody writing dri2 client stuff

2009-09-23 Thread Younes Manton
On Wed, Sep 23, 2009 at 9:40 AM, Cooper Yuan coopery...@gmail.com wrote: Hi All, The dri1 client files in mesa/src/driclient provide some useful interfaces, I want to know is there a need to provide similar interfaces for dri2 client? It would be nice if this code was in it's own lib since

[Mesa3d-dev] Merged softpipe-opt

2009-09-23 Thread Keith Whitwell
This branch lifts the performance of softpipe to roughly the same ballpark as where the Mesa software rasterizer has been, though perhaps not for the super-simple stuff like gears. The real performance work now is in Jose's llvmpipe, into which this branch fed a bunch of code and ideas, but

[Mesa3d-dev] [Bug 24093] can't render stuff using webgl on intel

2009-09-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24093 Ian Romanick i...@freedesktop.org changed: What|Removed |Added AssignedTo|i...@freedesktop.org |mesa3d-

Re: [Mesa3d-dev] RFC: Proposed mesa_7_5_branch and mesa_7_6_branch freeze for release

2009-09-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith Whitwell wrote: On Tue, 2009-09-22 at 13:46 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to open XDC by shipping Mesa 7.5.2 and 7.6. In order to make that happen, I propose the following: - -

Re: [Mesa3d-dev] [PATCH] r600: add support for cube textures

2009-09-23 Thread Alex Deucher
On Wed, Sep 23, 2009 at 7:37 AM, Andre Maasikas amaasi...@gmail.com wrote: Needs quite a few extra instructions, please test/review if I got them all right. Looks good thanks! Alex -- Come build with us! The

Re: [Mesa3d-dev] RFC: Proposed mesa_7_5_branch and mesa_7_6_branch freeze for release

2009-09-23 Thread Nicolai Hähnle
Am Tuesday 22 September 2009 22:46:59 schrieb Ian Romanick: I would like to open XDC by shipping Mesa 7.5.2 and 7.6. In order to make that happen, I propose the following: - Freeze both branches at 12:01AM PDT 9/25 (this upcoming Friday). - I will tag both trees at that time. One will get

Re: [Mesa3d-dev] RFC: Proposed mesa_7_5_branch and mesa_7_6_branch freeze for release

2009-09-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nicolai Hähnle wrote: Am Tuesday 22 September 2009 22:46:59 schrieb Ian Romanick: I would like to open XDC by shipping Mesa 7.5.2 and 7.6. In order to make that happen, I propose the following: - Freeze both branches at 12:01AM PDT 9/25 (this