Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ilo: add support for stencil resources on GEN7+ | Chia-I Wu | 2013-05-16 | 1 | -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_RGB8 | Chia-I Wu | 2013-05-09 | 1 | -0/+5 |
| | | | | It is decompressed to and stored as PIPE_FORMAT_R8G8B8X8_UNORM on-the-fly. | ||||
* | ilo: hook up pipe screen format functions | Chia-I Wu | 2013-04-26 | 1 | -0/+99 |
| | |||||
* | ilo: new pipe driver for Intel GEN6+ | Chia-I Wu | 2013-04-26 | 1 | -0/+38 |
This commit adds some boilerplate code. The header files found under include/ are copied from i965. |