Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Brian Paul
Maciej Cencora wrote: > Dnia środa, 10 marca 2010 o 19:35:48 Brian Paul napisał(a): >> Maciej Cencora wrote: >>> Dnia środa, 10 marca 2010 o 19:17:25 Maciej Cencora napisał(a): Dnia środa, 10 marca 2010 o 16:36:01 Brian Paul napisał(a): > Brian Paul wrote: >> Maciej Cencora wrote:

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Maciej Cencora
Dnia środa, 10 marca 2010 o 19:35:48 Brian Paul napisał(a): > Maciej Cencora wrote: > > Dnia środa, 10 marca 2010 o 19:17:25 Maciej Cencora napisał(a): > >> Dnia środa, 10 marca 2010 o 16:36:01 Brian Paul napisał(a): > >>> Brian Paul wrote: > Maciej Cencora wrote: > > Hi, > > > > f

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Brian Paul
Maciej Cencora wrote: > Dnia środa, 10 marca 2010 o 19:17:25 Maciej Cencora napisał(a): >> Dnia środa, 10 marca 2010 o 16:36:01 Brian Paul napisał(a): >>> Brian Paul wrote: Maciej Cencora wrote: > Hi, > > following 3 piglit tests are failing on r300 because they're trying to >

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Maciej Cencora
Dnia środa, 10 marca 2010 o 19:17:25 Maciej Cencora napisał(a): > Dnia środa, 10 marca 2010 o 16:36:01 Brian Paul napisał(a): > > Brian Paul wrote: > > > Maciej Cencora wrote: > > >> Hi, > > >> > > >> following 3 piglit tests are failing on r300 because they're trying to > > >> use GL_ARB_texture_n

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Maciej Cencora
Dnia środa, 10 marca 2010 o 16:36:01 Brian Paul napisał(a): > Brian Paul wrote: > > Maciej Cencora wrote: > >> Hi, > >> > >> following 3 piglit tests are failing on r300 because they're trying to > >> use GL_ARB_texture_non_power_of_two without checking if this extension > >> is available: > >> > >

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-10 Thread Brian Paul
Brian Paul wrote: > Maciej Cencora wrote: >> Hi, >> >> following 3 piglit tests are failing on r300 because they're trying to use >> GL_ARB_texture_non_power_of_two without checking if this extension is >> available: >> >> fbo-blit >> fbo-nodepth-test >> fbo-nostencil-test >> >> I'm not sure what

Re: [Mesa3d-dev] Piglit fbo tests

2010-03-09 Thread Brian Paul
Maciej Cencora wrote: > Hi, > > following 3 piglit tests are failing on r300 because they're trying to use > GL_ARB_texture_non_power_of_two without checking if this extension is > available: > > fbo-blit > fbo-nodepth-test > fbo-nostencil-test > > I'm not sure what solution is preferable, 1)

[Mesa3d-dev] Piglit fbo tests

2010-03-09 Thread Maciej Cencora
Hi, following 3 piglit tests are failing on r300 because they're trying to use GL_ARB_texture_non_power_of_two without checking if this extension is available: fbo-blit fbo-nodepth-test fbo-nostencil-test I'm not sure what solution is preferable, 1) change the teximage sizes to be POT, 2) req