Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Michel Dänzer
On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote: Some things that needs to worked out about this interface is how to handle glViewport vs DRI2, since the code in glViewport needs to force a update of the

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Chia-I Wu
2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote: Some things that needs to worked out about this interface is how to handle glViewport vs DRI2, since the code in

Re: [Mesa3d-dev] [PATCH] Add GALLIUM_DUMP_VS environment variable

2010-01-15 Thread michal
Luca Barbieri wrote on 2009-12-26 02:06: Add GALLIUM_DUMP_VS to dump the vertex shader to the console like GALLIUM_DUMP_FS in softpipe. Commited, thanks. -- Throughout its 18-year history, RSA Conference

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Chia-I Wu
2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 12:05 +0800, Chia-I Wu wrote: enum st_framebuffer_attachment {    ST_SURFACE_FRONT_LEFT,    ST_SURFACE_BACK_LEFT,    ST_SURFACE_FRONT_RIGHT,    ST_SURFACE_BACK_RIGHT,    ST_SURFACE_DEPTH_STENCIL, }; In my version,

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Michel Dänzer
On Fri, 2010-01-15 at 16:32 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote: Some things that needs to worked out about this interface is

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Michel Dänzer
On Fri, 2010-01-15 at 16:43 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 12:05 +0800, Chia-I Wu wrote: enum st_framebuffer_attachment { ST_SURFACE_FRONT_LEFT, ST_SURFACE_BACK_LEFT, ST_SURFACE_FRONT_RIGHT,

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Chia-I Wu
2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 16:43 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 12:05 +0800, Chia-I Wu wrote: enum st_framebuffer_attachment {    ST_SURFACE_FRONT_LEFT,    ST_SURFACE_BACK_LEFT,    

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Christoph Bumiller
On 15.01.2010 09:52, Michel Dänzer wrote: On Fri, 2010-01-15 at 16:32 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote:

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Michel Dänzer
On Fri, 2010-01-15 at 11:08 +0100, Christoph Bumiller wrote: On 15.01.2010 09:52, Michel Dänzer wrote: On Fri, 2010-01-15 at 16:32 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15,

Re: [Mesa3d-dev] [RFC] instanced-arrays branch

2010-01-15 Thread Chia-I Wu
On Wed, Jan 13, 2010 at 2:02 AM, michal mic...@vmware.com wrote: I would like to merge this branch to master soon. I am seeing all sorts of funny behaviors after the merge with OpenVG. The attached patch seems to fix the problem. I am not sure if this is the right fix... -olv From

Re: [Mesa3d-dev] [RFC] instanced-arrays branch

2010-01-15 Thread Chia-I Wu
On Fri, Jan 15, 2010 at 09:57:32PM +0800, Chia-I Wu wrote: On Wed, Jan 13, 2010 at 2:02 AM, michal mic...@vmware.com wrote: I would like to merge this branch to master soon. I am seeing all sorts of funny behaviors after the merge with OpenVG. The attached patch seems to fix the problem. I

[Mesa3d-dev] VMWARE SVGA, gallium + xorg

2010-01-15 Thread Peter Hanzel
Hello. I have found that in GIT there is a driver for VMWARE SVGA. So how can I use it. I have windows machine and inside VMWARE with linux. Does X.org vmware driver use Mesa3d for VMWARE SVGA? Thanks for any reply. Peter Hanzel, Senior Software Engineer Avitech s.r.o. Apollo Business Center

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Brian Paul
Michel Dänzer wrote: On Fri, 2010-01-15 at 16:32 +0800, Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 10:48 +0800, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote: Some things that needs to worked out about

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Brian Paul
Chia-I Wu wrote: 2010/1/15 Michel Dänzer mic...@daenzer.net: On Fri, 2010-01-15 at 12:05 +0800, Chia-I Wu wrote: enum st_framebuffer_attachment { ST_SURFACE_FRONT_LEFT, ST_SURFACE_BACK_LEFT, ST_SURFACE_FRONT_RIGHT, ST_SURFACE_BACK_RIGHT, ST_SURFACE_DEPTH_STENCIL, }; In my

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Jakob Bornecrantz
On 15 jan 2010, at 02.48, Chia-I Wu wrote: On Fri, Jan 15, 2010 at 9:35 AM, Jakob Bornecrantz ja...@vmware.com wrote: you guys are doing great work with the EGL state tracker. So I thought it would be a good time to open up a discussion about the way that the API state trackers talk

Re: [Mesa3d-dev] [RFC] instanced-arrays branch

2010-01-15 Thread michal
Chia-I Wu wrote on 2010-01-15 15:09: On Fri, Jan 15, 2010 at 09:57:32PM +0800, Chia-I Wu wrote: On Wed, Jan 13, 2010 at 2:02 AM, michal mic...@vmware.com wrote: I would like to merge this branch to master soon. I am seeing all sorts of funny behaviors after the merge with

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Jakob Bornecrantz
On 15 jan 2010, at 04.05, Chia-I Wu wrote: Hi, A separate mail for comments to st_api.h. struct st_visual { enum pipe_format color_format; enum pipe_format stencil_format; enum pipe_format depth_format; enum pipe_format accum_format; boolean double_buffer; }; As the

Re: [Mesa3d-dev] Inter-StateTracker communication

2010-01-15 Thread Thomas Hellstrom
Jakob Bornecrantz wrote: Hi Chia-I and Luca you guys are doing great work with the EGL state tracker. So I thought it would be a good time to open up a discussion about the way that the API state trackers talk to the EGL, dri and other co state trackers. I have attached a proposed

Re: [Mesa3d-dev] [RFC] instanced-arrays branch

2010-01-15 Thread Chia-I Wu
On Fri, Jan 15, 2010 at 07:22:52PM +0100, michal wrote: I think I will try to manually patch it later. Thanks! The first line of the patch is somehow garbled. But I am not sure if that is a good fix, so please go ahead. -- Regards, olv