forked from Qortal/Brooklyn
23 lines
495 B
ReStructuredText
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:
|