Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ilo: add functions to manage shaders | Chia-I Wu | 2013-04-26 | 4 | -0/+899 |
| | | | | | This commits add shader cache, shader state, shader variant, and etc. It does not add the shader compiler though. | ||||
* | ilo: hook up pipe context flush function | Chia-I Wu | 2013-04-26 | 2 | -1/+79 |
| | |||||
* | ilo: add command parser | Chia-I Wu | 2013-04-26 | 3 | -0/+649 |
| | | | | The command parser manages batch buffers and command submissions. | ||||
* | ilo: hook up pipe screen resource functions | Chia-I Wu | 2013-04-26 | 2 | -5/+856 |
| | |||||
* | ilo: hook up pipe screen format functions | Chia-I Wu | 2013-04-26 | 2 | -2/+683 |
| | |||||
* | ilo: hook up pipe_screen param and fence functions | Chia-I Wu | 2013-04-26 | 3 | -11/+606 |
| | |||||
* | ilo: add debug flags settable through ILO_DEBUG | Chia-I Wu | 2013-04-26 | 2 | -0/+28 |
| | |||||
* | ilo: new pipe driver for Intel GEN6+ | Chia-I Wu | 2013-04-26 | 28 | -0/+4887 |
This commit adds some boilerplate code. The header files found under include/ are copied from i965. |