Files
third_party_mesa3d/docs/isl/index.rst
Jason Ekstrand b8030ab1ea isl,docs: Add a chapter on AUX state tracking
We also update and improve the docs in isl.h which get pulled into this
new chapter.

Acked-by: Luis Strano <luis.strano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11479>
2021-06-24 13:57:40 +00:00

23 lines
495 B
ReStructuredText

Intel Surface Layout (ISL)
==========================
The Intel Surface Layout library (**ISL**) is a subproject in Mesa for doing
surface layout calculations for Intel graphics drivers. It was originally
written by Chad Versace and is now maintained by Jason Ekstrand and Nanley
Chery.
.. toctree::
:maxdepth: 2
units
formats
tiling
aux-surf-comp
ccs
hiz
The core representation of a surface in ISL is :cpp:struct:`isl_surf`.
.. doxygenstruct:: isl_surf
:members: