Re: [Mesa-dev] Redefinition error in glapitmp.h

2013-03-17 Thread Michel Dänzer
On Son, 2013-03-17 at 15:57 +0800, Ritvik Sharma wrote: > While compiling mesa, Which version? > I am getting redefinition errors for the file glapitemp.h (already > defined in gl.h ). Also in the file mapi_tmp.h I am getting #include > error for MAPI_ABI_HEADER. Please post the actual error

[Mesa-dev] Redefinition error in glapitmp.h

2013-03-17 Thread Ritvik Sharma
Hi,  While compiling mesa, I am getting redefinition errors for the file glapitemp.h (already defined in gl.h ). Also in the file mapi_tmp.h I am getting  #include error for  MAPI_ABI_HEADER. Thanks and Regards- Ritvik Sharma Department of Computer Science & Engineering National Institute Of Tec

Re: [Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-17 Thread Marek Olšák
Slowness is not usually a bug. I guess it can be optimized even more. It depends on where the bottleneck is now. Marek On Sun, Mar 17, 2013 at 10:14 PM, Rune Kjær Svendsen wrote: > Thank you very much! This is much better. It's gone from 0.5-ish FPS when > zooming in to around 10 FPS, depending

Re: [Mesa-dev] Fwd: [PATCH 5/6] st/mesa: implement blit-based ReadPixels

2013-03-17 Thread Marek Olšák
On Fri, Mar 15, 2013 at 8:12 AM, Michel Dänzer wrote: > On Don, 2013-03-14 at 23:35 +0100, Martin Andersson wrote: >> On Thu, Mar 14, 2013 at 7:45 PM, Marek Olšák wrote: >> > >> > + /* See if the texture format already matches the format and type, >> > +* in which case the memcpy-based fast

Re: [Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-17 Thread Rune Kjær Svendsen
Thank you very much! This is much better. It's gone from 0.5-ish FPS when zooming in to around 10 FPS, depending on screen content. So I figure this isn't a bug? I assumed it was a bug, but is the case simply that an efficient glReadPixels path for radeon/gallium doesn't exist? The patch set sure

[Mesa-dev] [Bug 59187] [Steam] Implement GLSL 1.30 (for older chipsets than SandyBridge)

2013-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59187 --- Comment #11 from Lukas M --- CS:S now runs at about 5 FPS (on Core i5 Ironlake), using the latest LLVMpipe driver, which is part of the mesa9.2-devel and provides GLSL-1.30. Chris Forbes, can we somehow help you to get a proper box for devel

Re: [Mesa-dev] [PATCH 9/9] tgsi: add ArrayID documentation

2013-03-17 Thread Christoph Bumiller
On 17.03.2013 18:04, Christoph Bumiller wrote: > On 17.03.2013 16:30, Christian König wrote: >> Am 15.03.2013 18:58, schrieb Christoph Bumiller: >>> On 15.03.2013 13:08, Christian König wrote: Am 14.03.2013 15:53, schrieb Christoph Bumiller: > On 14.03.2013 15:20, Christian König wrote: >>

Re: [Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-17 Thread Andreas Boll
2013/3/17 Rune Kjær Svendsen : > Hello list > > I'm having problems recording the desktop content using the Weston > compositor's built-in recording function. When I start a recording and do > something that changes a lot of screen content (like zooming in on the > desktop, for example), I get arou

[Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-17 Thread Rune Kjær Svendsen
Hello list I'm having problems recording the desktop content using the Weston compositor's built-in recording function. When I start a recording and do something that changes a lot of screen content (like zooming in on the desktop, for example), I get around 0.5 FPS. Using sysprof, I can see that

Re: [Mesa-dev] [PATCH 9/9] tgsi: add ArrayID documentation

2013-03-17 Thread Christoph Bumiller
On 17.03.2013 16:30, Christian König wrote: > Am 15.03.2013 18:58, schrieb Christoph Bumiller: >> On 15.03.2013 13:08, Christian König wrote: >>> Am 14.03.2013 15:53, schrieb Christoph Bumiller: On 14.03.2013 15:20, Christian König wrote: > From: Christian König > > Signed-off-by:

Re: [Mesa-dev] [PATCH 9/9] tgsi: add ArrayID documentation

2013-03-17 Thread Christian König
Am 15.03.2013 18:58, schrieb Christoph Bumiller: On 15.03.2013 13:08, Christian König wrote: Am 14.03.2013 15:53, schrieb Christoph Bumiller: On 14.03.2013 15:20, Christian König wrote: From: Christian König Signed-off-by: Christian König --- src/gallium/docs/source/tgsi.rst | 16 +

Re: [Mesa-dev] [PATCH 2/4] build: Enable x86 assembler on Hurd.

2013-03-17 Thread Andreas Boll
2013/3/16 Matt Turner : > On Sat, Mar 16, 2013 at 6:30 AM, Andreas Boll > wrote: >> Taken from downstream: >> http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/10-hurd-configure-tweaks.diff;h=984e17df1b8afdf8e4b36bee96aa5ab6a5691021;hb=refs/heads/ubuntu%2B1 >> >> Th