summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_resource.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: rename ilo_resource to ilo_textureChia-I Wu2013-05-141-154/+154
* ilo: move transfer-related functions to a new fileChia-I Wu2013-05-141-447/+3
* ilo: Initialize read_back in transfer_map_sys.Vinson Lee2013-05-101-1/+1
* ilo: add support for PIPE_FORMAT_ETC1_RGB8Chia-I Wu2013-05-091-5/+56
* ilo: support mapping with a staging system bufferChia-I Wu2013-05-091-0/+77
* ilo: allow for different mapping methodsChia-I Wu2013-05-091-115/+187
* ilo: allow bo format to differ from that requestedChia-I Wu2013-05-091-14/+21
* ilo: fix tiling/size for special-purpose resourcesChia-I Wu2013-05-011-2/+30
* ilo: use UMS layout for render targetsChia-I Wu2013-05-011-19/+99
* ilo: support and prefer compact array spacingChia-I Wu2013-05-011-13/+64
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-011-5/+5
* ilo: add GEN6 GPEChia-I Wu2013-04-261-0/+98
* ilo: hook up pipe context transfer functionsChia-I Wu2013-04-261-4/+239
* ilo: hook up pipe screen resource functionsChia-I Wu2013-04-261-5/+810
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+55