i965: Add comments for each of the surface state table's columns.

I can never remember what "AB" means, and having to constantly consult
the docs is annoying.  Just add comments to the top which explain each
of the abbreviations.
This commit is contained in:
Kenneth Graunke 2012-11-12 11:14:35 -08:00
parent 21e23fbe21
commit df3cecab7d
1 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,17 @@ struct surface_format_info {
* Y^: 60 (gen6)
* Y#: 70 (gen7)
*
* The abbreviations in the header below are:
* smpl - Sampling Engine
* filt - Sampling Engine Filtering
* shad - Sampling Engine Shadow Map
* CK - Sampling Engine Chroma Key
* RT - Render Target
* AB - Alpha Blend Render Target
* VB - Input Vertex Buffer
* SO - Steamed Output Vertex Buffers (transform feedback)
* color - Color Processing
*
* See page 88 of the Sandybridge PRM VOL4_Part1 PDF.
*/
const struct surface_format_info surface_formats[] = {