summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_resource.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: honor surface padding requirementsChia-I Wu2013-07-101-0/+53
* ilo: update winsys interfaceChia-I Wu2013-06-121-7/+14
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-12/+10
* ilo: remove unnecessary tex_set_bo/buf_set_boChia-I Wu2013-06-121-42/+18
* ilo: add support for stencil resources on GEN7+Chia-I Wu2013-05-161-1/+49
* ilo: simplify ilo_texture_get_slice_offset()Chia-I Wu2013-05-151-51/+36
* ilo: rework ilo_textureChia-I Wu2013-05-141-541/+730
* 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