• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 Chad Versace and is now maintained by Jason 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 :cpp:struct:`isl_surf`.
20
21.. doxygenstruct:: isl_surf
22   :members:
23