summaryrefslogtreecommitdiff
path: root/tests/fast_color_clear/write-after-clear.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-06write-after-clear: Test multi-layer clearsNanley Chery1-0/+11
Demonstrates a bug in iris. Multi-layer clears on color surfaces are currently skipped when the driver realizes that the first layer doesn't need to be cleared. The driver should also be taking into account the fact that other layers are involved in the clear operation. Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/398>
2020-10-06write-after-clear: Enable variable z-offset probesNanley Chery1-6/+6
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/398>
2020-10-06write-after-clear: Support multi-layer clearsNanley Chery1-13/+14
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/398>
2020-07-31write-after-clear: Test clears of alternating layersNanley Chery1-0/+11
Demonstrates a fast-clear tracking bug on iris. Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2020-07-31write-after-clear: Support 2D array texturesNanley Chery1-15/+17
Enable the next commit to test clearing alternating layers. v2. Drop an extra new line. Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2020-06-02write-after-clear: Test linear -> sRGB with sRGB storageNanley Chery1-1/+13
Demonstrates a texture view clearing bug in iris. Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/285>
2020-06-02write-after-clear: Clear lists of viewsNanley Chery1-17/+47
Enable testing of more complex cases. Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/285>
2020-06-02tests: Add test for texture view writes after fast-clearsNanley Chery1-0/+188
Demonstrates a write-after-fast-clear bug in i965 and iris. Acked-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/285>