Re: [Mesa-dev] [PATCH] i965/fs: Don't try 16-wide if 8-wide uses more than half the registers.

2012-08-25 Thread Kenneth Graunke
On 08/21/2012 10:49 PM, Eric Anholt wrote: > I don't like the idea of losing 16-wide on apps where it might have > succeeded if we just tried. Note that a chunk of register space gets > eaten by things that don't scale with number of pixels, like attribute > setup, push constants, and the MRF hack

Re: [Mesa-dev] i965 SamplerUnits rework

2012-08-25 Thread Dave Airlie
On Sun, Aug 26, 2012 at 4:01 AM, Eric Anholt wrote: > Kenneth Graunke writes: > >> On 08/24/2012 10:21 AM, Ian Romanick wrote: >>> Patches 1 through 6 are >>> >>> Reviewed-by: Ian Romanick >>> >>> I probably won't have a chance to get through the rest, so don't wait on >>> me. >> >> Thanks for t

Re: [Mesa-dev] Shrining mesa binaries.

2012-08-25 Thread nerdopolis
On Saturday, August 25, 2012 03:28:18 PM Julien Cristau wrote: > On Fri, Aug 24, 2012 at 14:45:44 -0400, nerdopolis wrote: > > > Hi. > > > > I hope this is the correct place for this. > > > > I make a Wayland live cd, and in order for Wayland to work, I need to build > > mesa with Wayland suppo

Re: [Mesa-dev] Shrinking mesa binaries.

2012-08-25 Thread nerdopolis
On Friday, August 24, 2012 07:23:08 PM Matt Turner wrote: > On Fri, Aug 24, 2012 at 7:03 PM, Kenneth Graunke > wrote: > > We removed --enable-shared-dricore because it's now non-optional---you get > > it all the time. Unfortunately, in our recent automake rework, it sounds > > like we lost some

Re: [Mesa-dev] i965 SamplerUnits rework

2012-08-25 Thread Kenneth Graunke
On 08/25/2012 11:02 AM, Eric Anholt wrote: > Kenneth Graunke writes: > >> On 08/24/2012 10:07 AM, Eric Anholt wrote: >>> Kenneth Graunke writes: >>> Greetings! This series reworks how i965 deals with sampler indirections, changing it to use linker-assigned sampler variable ID

[Mesa-dev] [PATCH] dri: Rework planar image interface v2

2012-08-25 Thread Jakob Bornecrantz
As discussed with Kristian on #wayland. Pushes the decision of components into the dri driver giving it greater freedom to allow t to implement YUV samplers in hardware, and which mode to use. This interface will also allow drivers like SVGA to implement YUV surfaces without the need to sub-alloca

[Mesa-dev] [PATCH] dri: Rework planar image interface

2012-08-25 Thread Jakob Bornecrantz
As discussed with Kristian on #wayland. Pushes the decision of components into the dri driver giving it greater freedom to allow t to implement YUV samplers in hardware, and which mode to use. This interface will also allow drivers like SVGA to implement YUV surfaces without the need to sub-alloca

Re: [Mesa-dev] [PATCH] i965: Allow creation of OpenGL 3.1 contexts

2012-08-25 Thread Eric Anholt
Ian Romanick writes: > From: Ian Romanick > > v2: Fix API_OPENGL_CORE handling when TEXTURE_FLOAT_ENABLED is not > defined. Based on review feedback from Eric Anholt. Reviewed-by: Eric Anholt pgpbKYTmbJpsp.pgp Description: PGP signature ___ mesa-d

Re: [Mesa-dev] i965 SamplerUnits rework

2012-08-25 Thread Eric Anholt
Kenneth Graunke writes: > On 08/24/2012 10:07 AM, Eric Anholt wrote: >> Kenneth Graunke writes: >> >>> Greetings! >>> >>> This series reworks how i965 deals with sampler indirections, changing it >>> to use linker-assigned sampler variable IDs in SEND instructions rather >>> than baking in the

Re: [Mesa-dev] i965 SamplerUnits rework

2012-08-25 Thread Eric Anholt
Kenneth Graunke writes: > On 08/24/2012 10:21 AM, Ian Romanick wrote: >> Patches 1 through 6 are >> >> Reviewed-by: Ian Romanick >> >> I probably won't have a chance to get through the rest, so don't wait on >> me. > > Thanks for the review, Ian. Do you (or anyone else) know if other > driver

Re: [Mesa-dev] [PATCH 5/5] mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the ES wrapper

2012-08-25 Thread Eric Anholt
Ian Romanick writes: > On 08/24/2012 02:46 PM, Eric Anholt wrote: >> Ian Romanick writes: >>> case GL_RED: >>> case GL_R8: >>> + return ctx->API != API_OPENGLES && ctx->Extensions.ARB_texture_rg >>> + ? GL_RED : 0; >> >> R8 should have the gles3 support case here. >> >>>

Re: [Mesa-dev] Upcoming Mesa releases

2012-08-25 Thread Julien Cristau
On Thu, Aug 9, 2012 at 19:01:55 -0700, Ian Romanick wrote: > 8/17: Release Mesa 8.0.5. I'll send out another pick-list on Friday > or Saturday, and pick things over on Monday or Tuesday. > Hi Ian, is there an updated plan for 8.0.5? Cheers, Julien _

Re: [Mesa-dev] Shrining mesa binaries.

2012-08-25 Thread Julien Cristau
On Fri, Aug 24, 2012 at 14:45:44 -0400, nerdopolis wrote: > Hi. > > I hope this is the correct place for this. > > I make a Wayland live cd, and in order for Wayland to work, I need to build > mesa with Wayland support. > > I get Mesa to build just fine it's just that I notice that the binarie