[Mesa-dev] [PATCH] mesa/vbo: fix check for zero aliases with 2/10/10/10

Dave Airlie airlied at gmail.com
Tue May 10 20:36:02 UTC 2016


On 11 May 2016 at 04:06, Ian Romanick <idr at freedesktop.org> wrote:
> It seems like at least some of these recent fixes should be candidates
> for stable.

I didn't think they were fixing any real world problems so I hadn't
really bothered,

I think I tagged one of them so far, my goal was to try and get Haswell to pass
GL 3.3 CTS, either by fixing CTS or fixing the driver. So far it's
mostly involved
fixing CTS, (I added you and a few others to my gitlab cts branch).

GL33-CTS.clip_distance.functional,Fail
GL33-CTS.transform_feedback.capture_special_interleaved_test,Fail
GL33-CTS.CommonBugs.CommonBug_ReservedNames,Fail
GL33-CTS.texture_size_promotion.functional,InternalError
are the 4 tests I have left,

the first is kinda random failing on i965, but passes on llvmpipe
the second is a bug in i965 somewhere I haven't located
(https://bugs.freedesktop.org/show_bug.cgi?id=95322)
the third is a GLSL compiler bug
(https://bugs.freedesktop.org/show_bug.cgi?id=95323)
the last after much test fixing is failing on depth textures somehow
but it's inconsistent and it still might
be the test, however it did find the snorm clamping bug.

I'm also in passing running CTS on radeonsi forced to GL4.5 to get
better coverage from CTS,
but I'll probably run out of time/steam soon.

Dave.


More information about the mesa-dev mailing list