Re: [Mesa-dev] softpipe GL3 status

2012-01-10 Thread Brian Paul
On 01/10/2012 09:06 AM, Dave Airlie wrote: Something in Gallium is probably deciding that GL_DEPTH_COMPONENT is invalid for a cubemap and marking it as incomplete. Hmmm, I'm not sure what would be preventing cube textures in gallium or the state tracker. Something in Mesa is doing it, texo

Re: [Mesa-dev] softpipe GL3 status

2012-01-10 Thread Dave Airlie
>> >> Something in Gallium is probably deciding that GL_DEPTH_COMPONENT is >> invalid for a cubemap and marking it as incomplete. > > > Hmmm, I'm not sure what would be preventing cube textures in gallium or the > state tracker. Something in Mesa is doing it, texobj.c:_mesa_test_texobj_completene

Re: [Mesa-dev] softpipe GL3 status

2012-01-09 Thread Jose Fonseca
- Original Message - > Hi guys, > > Just a quick note, I've just spent a week or so trying to see where > gallium and softpipe were w.r.t GL3.0 support. > > I've pushed a branch to my repo called softpipe-gl3. It contains > patches in various state of usefulness but it brings the piglit

Re: [Mesa-dev] softpipe GL3 status

2012-01-07 Thread Brian Paul
On 01/07/2012 01:44 AM, Dave Airlie wrote: Let's add new opcodes for things like this. I'll add IABS. cube shadow sampling, some reason ends up getting info from the fallback texture Something in Gallium is probably deciding that GL_DEPTH_COMPONENT is invalid for a cubemap and marking it

Re: [Mesa-dev] softpipe GL3 status

2012-01-07 Thread Bryan Cain
On 01/07/2012 02:44 AM, Dave Airlie wrote: >> Let's add new opcodes for things like this. > I'll add IABS. I sent a patch to the mailing list that adds IABS about an hour ago, before reading this message. Bryan ___ mesa-dev mailing list mesa-dev@lists.

Re: [Mesa-dev] softpipe GL3 status

2012-01-07 Thread Dave Airlie
> > Let's add new opcodes for things like this. I'll add IABS. >>> cube shadow sampling, some reason ends up getting info from the >>> fallback texture >> >> >> Something in Gallium is probably deciding that GL_DEPTH_COMPONENT is >> invalid for a cubemap and marking it as incomplete. > > > Hmmm,

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Brian Paul
On 01/06/2012 02:12 PM, Ian Romanick wrote: On 01/06/2012 12:30 PM, Jakob Bornecrantz wrote: - Original Message - On 01/06/2012 12:26 PM, Ian Romanick wrote: On 01/06/2012 09:04 AM, Dave Airlie wrote: Hi guys, Just a quick note, I've just spent a week or so trying to see where gall

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Ian Romanick
On 01/06/2012 12:30 PM, Jakob Bornecrantz wrote: - Original Message - On 01/06/2012 12:26 PM, Ian Romanick wrote: On 01/06/2012 09:04 AM, Dave Airlie wrote: Hi guys, Just a quick note, I've just spent a week or so trying to see where gallium and softpipe were w.r.t GL3.0 support.

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Jakob Bornecrantz
- Original Message - > On 01/06/2012 12:26 PM, Ian Romanick wrote: > > On 01/06/2012 09:04 AM, Dave Airlie wrote: > >> Hi guys, > >> > >> Just a quick note, I've just spent a week or so trying to see > >> where gallium and softpipe were w.r.t GL3.0 support. > >> Cool stuff, great work!

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Brian Paul
On 01/06/2012 12:26 PM, Ian Romanick wrote: On 01/06/2012 09:04 AM, Dave Airlie wrote: Hi guys, Just a quick note, I've just spent a week or so trying to see where gallium and softpipe were w.r.t GL3.0 support. I've pushed a branch to my repo called softpipe-gl3. It contains patches in various

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Christoph Bumiller
On 01/06/2012 08:26 PM, Ian Romanick wrote: > On 01/06/2012 09:04 AM, Dave Airlie wrote: >> Hi guys, >> >> Just a quick note, I've just spent a week or so trying to see where >> gallium and softpipe were w.r.t GL3.0 support. >> >> I've pushed a branch to my repo called softpipe-gl3. It contains >>

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Bryan Cain
On 01/06/2012 01:26 PM, Ian Romanick wrote: > On 01/06/2012 09:04 AM, Dave Airlie wrote: >> Hi guys, >> >> Just a quick note, I've just spent a week or so trying to see where >> gallium and softpipe were w.r.t GL3.0 support. >> >> I've pushed a branch to my repo called softpipe-gl3. It contains >>

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Ian Romanick
On 01/06/2012 09:04 AM, Dave Airlie wrote: Hi guys, Just a quick note, I've just spent a week or so trying to see where gallium and softpipe were w.r.t GL3.0 support. I've pushed a branch to my repo called softpipe-gl3. It contains patches in various state of usefulness but it brings the piglit

[Mesa-dev] softpipe GL3 status

2012-01-06 Thread Dave Airlie
Hi guys, Just a quick note, I've just spent a week or so trying to see where gallium and softpipe were w.r.t GL3.0 support. I've pushed a branch to my repo called softpipe-gl3. It contains patches in various state of usefulness but it brings the piglit results to 220 failures in 7623 tests, which

Re: [Mesa-dev] softpipe GL3 status

2012-01-06 Thread Dave Airlie
On Fri, Jan 6, 2012 at 5:04 PM, Dave Airlie wrote: > Hi guys, > > Just a quick note, I've just spent a week or so trying to see where > gallium and softpipe were w.r.t GL3.0 support. > > I've pushed a branch to my repo called softpipe-gl3. It contains > patches in various state of usefulness but i