Module: Mesa Branch: main Commit: a02ed15067e68e968504b5f5d8d41faca8a239dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a02ed15067e68e968504b5f5d8d41faca8a239dd
Author: Faith Ekstrand <[email protected]> Date: Sat Mar 25 13:03:15 2023 -0500 intel/blorp: Drop the TODO file Most of this stuff is done. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120> --- src/intel/blorp/TODO | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/intel/blorp/TODO b/src/intel/blorp/TODO deleted file mode 100644 index df88cf94a0e..00000000000 --- a/src/intel/blorp/TODO +++ /dev/null @@ -1,16 +0,0 @@ -Intel BLORP ToDo -================ - -Missing features: - - - Splitting larger-than-max blits (Jordan) - - Bit-for-bit copies (Jason) - - Depth and Stencil clears - - Gfx4-5 support - -Performance: - - - Layered Clears (Topi) - - Layered Blits - - Avoid re-emitting state for repeated blorp calls - - Avoid re-emitting push constant setup
