mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 05:08:06 +02:00
Commands used to do the changes: export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "Gen[[:digit:]]+" -rIl $SEARCH_PATH | xargs sed -ie "s/Gen\([[:digit:]]\+\)/Gfx\1/g" Exclude changes in src/intel/perf/oa-*.xml: find src/intel/perf -type f \( -name "*.xml" \) | xargs sed -ie "s/Gfx/Gen/g" Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
16 lines
324 B
Text
16 lines
324 B
Text
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
|