Re: [Mesa-dev] [PATCH] r600: enable ARB_enhanced_layouts

2018-01-18 Thread Dave Airlie
On 19 January 2018 at 06:09, Roland Scheidegger wrote: > Am 18.01.2018 um 20:35 schrieb Dave Airlie: >> On 19 January 2018 at 04:30, Roland Scheidegger wrote: >>> Looks good to me, seems like you're nearly done with gl 4.5 ;-) >> >> Thanks, >> >> I've mostly written qbo support I think (the 64-bi

Re: [Mesa-dev] [PATCH] r600: enable ARB_enhanced_layouts

2018-01-18 Thread Roland Scheidegger
Am 18.01.2018 um 20:35 schrieb Dave Airlie: > On 19 January 2018 at 04:30, Roland Scheidegger wrote: >> Looks good to me, seems like you're nearly done with gl 4.5 ;-) > > Thanks, > > I've mostly written qbo support I think (the 64-bit int divide is the > biggest thing left), > > However we'll

Re: [Mesa-dev] [PATCH] r600: enable ARB_enhanced_layouts

2018-01-18 Thread Dave Airlie
On 19 January 2018 at 04:30, Roland Scheidegger wrote: > Looks good to me, seems like you're nearly done with gl 4.5 ;-) Thanks, I've mostly written qbo support I think (the 64-bit int divide is the biggest thing left), However we'll have to keep restricted to GL4.3 until we can show some attem

Re: [Mesa-dev] [PATCH] r600: enable ARB_enhanced_layouts

2018-01-18 Thread Roland Scheidegger
Looks good to me, seems like you're nearly done with gl 4.5 ;-) Reviewed-by: Roland Scheidegger Am 18.01.2018 um 05:11 schrieb Dave Airlie: > From: Dave Airlie > > Only one piglit test fails, > sso-vs-gs-fs-array-interleave > > There are 3 tests using ssbo without checking sizes failing also

[Mesa-dev] [PATCH] r600: enable ARB_enhanced_layouts

2018-01-18 Thread Dave Airlie
From: Dave Airlie Only one piglit test fails, sso-vs-gs-fs-array-interleave There are 3 tests using ssbo without checking sizes failing also but those are test bugs. Signed-off-by: Dave Airlie --- docs/features.txt| 4 ++-- docs/relnotes/17.4.0.html| 1 + src/g