summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_video.c
Commit message (Collapse)AuthorAgeFilesLines
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-3/+3
| | | | Signed-off-by: Christian König <[email protected]>
* vl: use a template for create_video_decoderChristian König2013-08-191-7/+2
| | | | Signed-off-by: Christian König <[email protected]>
* ilo: hook up pipe context video functionsChia-I Wu2013-04-261-2/+28
| | | | This just hooks them up with auxiliary/vl layer.
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+39
This commit adds some boilerplate code. The header files found under include/ are copied from i965.