aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_format.h
Commit message (Collapse)AuthorAgeFilesLines
* ilo: add support for stencil resources on GEN7+Chia-I Wu2013-05-161-1/+1
| | | | | | For allocations, we need to support stencil-only and separate stencil resources. For mapping, we need to support software tiling and packing/unpacking for separate stencil resources.
* ilo: add support for PIPE_FORMAT_ETC1_RGB8Chia-I Wu2013-05-091-0/+5
| | | | It is decompressed to and stored as PIPE_FORMAT_R8G8B8X8_UNORM on-the-fly.
* ilo: hook up pipe screen format functionsChia-I Wu2013-04-261-0/+99
|
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+38
This commit adds some boilerplate code. The header files found under include/ are copied from i965.