summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/intel
Commit message (Collapse)AuthorAgeFilesLines
* winsys/intel: test for and expose address swizzlingChia-I Wu2013-05-162-0/+23
| | | | | Without knowing whether addresses are swizzled or not, we cannot manipulate a tiled surface in CPU.
* android: add ilo to the build systemChia-I Wu2013-05-061-0/+40
| | | | | | | | | It can be selected with BOARD_GPU_DRIVERS := ilo Signed-off-by: Chia-I Wu <[email protected]> Reviewed-by: Tapani Pälli <[email protected]>
* winsys/intel: new winsys for intelChia-I Wu2013-04-265-0/+946
This is a wrapper for libdrm_intel to allow the pipe driver to stay OS agnostic.