785dd68599e704847aaf324e69f09b66551f2df0
My original patch also aligned the columns for better printing, but Ken's recent suballocation series incorporated those changes. My original patch was also printing the EXEC_OBJECT_ASYNC flag, but this is not possible anymore as we don't have the validation list here. But it's fine since EXEC_OBJECT_ASYNC is conditional on iris_bo_is_external(), which is true for either exported or imported. Example output: BO list (length 13): [ 0]: 8 ( 8) command buffer @ 0xfffffffefffdd000 (system 65536B) 2 refs [ 1]: 1 ( 1) workaround @ 0xfffffffefffff000 (system 4096B) 3 refs [ 2]: 14 ( 14) dynamic state @ 0x00000002fffef000 (system 65536B) 2 refs write [ 3]: 0 ( 10) miptree @ 0xfffffffeffc00000 (system 471104B) 4 refs write [ 4]: 15 ( 15) shader kernels @ 0x00000000ffff7000 (system 16384B) 2 refs [ 5]: 0 ( 13) buffer @ 0xfffffffefe700000 (system 1048576B) 2 refs [ 6]: 4 ( 4) surface state @ 0x00000001fffef000 (system 65536B) 2 refs [ 7]: 3 ( 3) binder @ 0x0000000100000000 (system 65536B) 2 refs [ 8]: 18 ( 18) miptree @ 0xfffffffeffebd000 (system 524288B) 2 refs write exported [ 9]: 11 ( 11) buffer @ 0xfffffffefe800000 (system 20971520B) 2 refs [10]: 0 ( 13) buffer @ 0xfffffffefe600000 (system 1048576B) 2 refs [11]: 12 ( 12) shader kernels @ 0x00000000ffffb000 (system 16384B) 2 refs [12]: 5 ( 5) buffer @ 0xfffffffeffffe000 (system 4096B) 2 refs write Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12654>
`Mesa <https://mesa3d.org>`_ - The 3D Graphics Library ====================================================== Source ------ This repository lives at https://gitlab.freedesktop.org/mesa/mesa. Other repositories are likely forks, and code found there is not supported. Build & install --------------- You can find more information in our documentation (`docs/install.rst <https://mesa3d.org/install.html>`_), but the recommended way is to use Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_): .. code-block:: sh $ mkdir build $ cd build $ meson .. $ sudo ninja install Support ------- Many Mesa devs hang on IRC; if you're not sure which channel is appropriate, you should ask your question on `OFTC's #dri-devel <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if necessary. Remember that not everyone is in the same timezone as you, so it might take a while before someone qualified sees your question. To figure out who you're talking to, or which nick to ping for your question, check out `Who's Who on IRC <https://dri.freedesktop.org/wiki/WhosWho/>`_. The next best option is to ask your question in an email to the mailing lists: `mesa-dev\@lists.freedesktop.org <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_ Bug reports ----------- If you think something isn't working properly, please file a bug report (`docs/bugs.rst <https://mesa3d.org/bugs.html>`_). Contributing ------------ Contributions are welcome, and step-by-step instructions can be found in our documentation (`docs/submittingpatches.rst <https://mesa3d.org/submittingpatches.html>`_). Note that Mesa uses gitlab for patches submission, review and discussions.
Description
Languages
C
75.5%
C++
17.2%
Python
2.7%
Rust
1.8%
Assembly
1.5%
Other
1%