Re: [Piglit] [PATCH] arb_gpu_shader_int64: Test extracting individual bytes from 64-bit values

2019-02-28 Thread Matt Turner
Thanks Ian. Reviewed-by: Matt Turner ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] arb_gpu_shader_int64: Test extracting individual bytes from 64-bit values

2019-02-28 Thread Ian Romanick
From: Ian Romanick In Mesa, NIR has an optimization that will convert certain patterns into instructions that extract an individual byte from a larger integer. When extracting from a 64-bit value, the i965 compiler backend has some bugs emitting these instructions. These tests try to reproduce t

[Piglit] [PATCH v3] fbo-blit-check-limits: New test

2019-02-28 Thread Sergii Romantsov
From: Vadym Shovkoplias This test checks max possible blit buffers sizes v2: copyright updated v3: test scope extended: different bounds of blitting are tested now. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108088 CC: Lionel G Landwerlin CC: Jason Ekstrand Signed-off-by: Vadym S