Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-27 Thread Brian Paul
On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: > Hi, > > In the last week or so, I've been working on a direct translator from > GLSL IR to TGSI that does not go through Mesa IR.  Although it is still > a work in progress, it is now working and very usable.  So before I go > on, here is a lin

Re: [Mesa-dev] Status of VDPAU and XvMC state-trackers (was Re: Build error on current xvmc-r600 pip

2011-04-27 Thread Bryan Cain
[Sending this message to the list since I accidentally sent it to the list earlier from a non-subscribed address.] 2011/4/26 Christian König > Am Dienstag, den 26.04.2011, 17:53 + schrieb youne...@gmail.com: > > Hi Christian, > > > > Thanks for spending so much time on continuing this. I hav

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment, with more comments

2011-04-27 Thread Christoph Bumiller
Again, with a more detailed explanation added as comments. On 20.04.2011 17:33, Christoph Bumiller wrote: >> 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 th

[Mesa-dev] [PATCH] meta: Don't ask for floating point textures if not ARB_texture_float.

2011-04-27 Thread Eric Anholt
I was promoting to float for ARB_color_buffer_float unclamped, which failed when ARB_texture_float wasn't present. Since the metaops don't need results outside of [0,1] when not drawing to a floating point destination, they can just use a fixed point texture when floating point destinations are im

Re: [Mesa-dev] Status of VDPAU and XvMC state-trackers (was Re: Build error on current xvmc-r600 pip

2011-04-27 Thread Christian König
Hi Bryan, Am Mittwoch, den 27.04.2011, 09:31 -0500 schrieb Bryan Cain: > Yes, I got MC working on nv50 but couldn't get the iDCT to work > properly. I still need to send in the patches for what I did > accomplish. Should I send them to the mesa-dev mailing list and just > label them as being for

Re: [Mesa-dev] _mesa_texstore_argb8888 with GL_RGBA -> GL_RGB

2011-04-27 Thread Roland Scheidegger
Am 26.04.2011 19:35, schrieb Tristan Schmelcher: > On 26 April 2011 08:20, Roland Scheidegger wrote: >> Am 26.04.2011 01:15, schrieb Tristan Schmelcher: >>> Hello, >>> >>> I have an OpenGL app where I'm writing video frames to textures. The >>> video frames are semantically opaque but the alpha in

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

2011-04-27 Thread Jose Fonseca
- Original Message - > On Die, 2011-04-19 at 04:50 -0700, Jose Fonseca wrote: > > - Original Message - > > > From: "Michel Dänzer" > > > To: "Cédric Cano" > > > Cc: "icthj" , > > > mesa-dev@lists.freedesktop.org > > > Sent: Tuesday, April 19, 2011 10:39:41 AM > > > Subject: Re:

Re: [Mesa-dev] [PATCH] prog_print: Add support for printing the TXD opcode.

2011-04-27 Thread Brian Paul
On 04/26/2011 05:16 PM, Kenneth Graunke wrote: --- src/mesa/program/prog_print.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c index 484596a..7c3b490 100644 --- a/src/mesa/program/prog_print.c +++ b/

[Mesa-dev] Organisation of the OpenCL state tracker

2011-04-27 Thread Denis Steckelmacher
Hello, I'm very happy to have been accepted as a Google Summer of Code student ! Thanks to all who voted for my proposal, and thanks to Google. It's now the time to discuss the details of the implementation before beginning to code. I have already a fairly good idea of how I will implement thi

Re: [Mesa-dev] [PATCH 2/2] Don't use -fvisibilty=hidden on cygwin

2011-04-27 Thread Dan Nicholson
On Wed, Apr 27, 2011 at 4:06 AM, Jon TURNEY wrote: > On 27/04/2011 11:39, Dan Nicholson wrote: >> On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY wrote: >>> Alternatively, the configuration check could be made more complex to avoid >>> using this flag is the target isn't ELF or using the flag generate

Re: [Mesa-dev] [PATCH 0/5] GL_EXT_texture_shared_exponent

2011-04-27 Thread Marek Olšák
On Tue, Apr 26, 2011 at 4:57 PM, Brian Paul wrote: > On 04/26/2011 04:57 AM, Marek Olšák wrote: > >> Hi, >> >> this series implements GL_EXT_texture_shared_exponent. >> >> The file rgb9e5.h has all its functions inline, because it's shared >> between classic and gallium. In that file, there are f

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

2011-04-27 Thread Michel Dänzer
On Die, 2011-04-19 at 04:50 -0700, Jose Fonseca wrote: > - Original Message - > > From: "Michel Dänzer" > > To: "Cédric Cano" > > Cc: "icthj" , mesa-dev@lists.freedesktop.org > > Sent: Tuesday, April 19, 2011 10:39:41 AM > > Subject: Re: [Mesa-dev] [PATCH] Big endian support for RV730 (Ga

Re: [Mesa-dev] [PATCH] st/mesa: choose 3-component float formats before 4-component formats

2011-04-27 Thread Marek Olšák
Reviewed-by: Marek Olšák On Wed, Apr 27, 2011 at 2:42 AM, wrote: > From: Brian Paul > > If GL_RGB16F or GL_RGB32F is specified let's try the 3-component float > texture formats before trying the 4-component ones. Before this, > GL_RGB16/32F were treated the same as GL_RGBA16/32F. > --- > src

[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2011-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840 Bug 27840 depends on bug 29460, which changed state. Bug 29460 Summary: GNU/Hurd support https://bugs.freedesktop.org/show_bug.cgi?id=29460 What|Old Value |New Value --

[Mesa-dev] [Bug 29460] GNU/Hurd support

2011-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29460 Jon TURNEY changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [PATCH 2/2] Don't use -fvisibilty=hidden on cygwin

2011-04-27 Thread Jon TURNEY
On 27/04/2011 11:39, Dan Nicholson wrote: > On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY wrote: >> Alternatively, the configuration check could be made more complex to avoid >> using this flag is the target isn't ELF or using the flag generates a warning > > You could add -Werror to the CFLAGS used

[Mesa-dev] [Bug 29460] GNU/Hurd support

2011-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29460 --- Comment #9 from Jon TURNEY 2011-04-27 03:40:42 PDT --- (In reply to comment #8) > "simplify ifdef" patch remains Commit "simplify ifdef" patch as 39cd791f3428ab48723fd4c73c4b1223e883ab2d so I can close this. -- Configure bugmail: https:/

Re: [Mesa-dev] [PATCH 2/2] Don't use -fvisibilty=hidden on cygwin

2011-04-27 Thread Dan Nicholson
On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY wrote: > Using -fvisibility=hidden makes the current cygwin gcc emit a warning > "warning: visibility attribute not supported in this configuration; ignored" > for every single non-static symbol > > $ make clean && make 2>&1 | grep "ignored" | wc -l > 64

Re: [Mesa-dev] [PATCH 1/2] Fix config check that claims to test if CXX supports -fvisibility=hidden option to actually test the C++ compiler.

2011-04-27 Thread Dan Nicholson
On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY wrote: > Looking at this bit of autofoolery, I notice that at the moment it is just > checking if CC supports -fvisibility=hidden twice > > Signed-off-by: Jon TURNEY > --- >  configure.ac |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > >