xref: /aosp_15_r20/external/mesa3d/docs/isl/index.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1Intel Surface Layout (ISL)
2==========================
3
4The Intel Surface Layout library (**ISL**) is a subproject in Mesa for doing
5surface layout calculations for Intel graphics drivers.  It was originally
6written by Lina Versace and is now maintained by Faith Ekstrand and Nanley
7Chery.
8
9.. toctree::
10   :maxdepth: 2
11
12   units
13   formats
14   tiling
15   aux-surf-comp
16   ccs
17   hiz
18
19The core representation of a surface in ISL is :c:struct:`isl_surf`.
20
21.. c:autostruct:: isl_surf
22   :file: src/intel/isl/isl.h
23   :members:
24