aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_resource.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: use an accessor for dev->genChia-I Wu2014-09-121-2/+3
* ilo: replace domains by reloc flagsChia-I Wu2014-08-261-12/+9
* ilo: migrate to ilo_layoutChia-I Wu2014-08-191-1288/+93
* ilo: try unblocking a transfer with a staging boChia-I Wu2014-07-281-4/+54
* ilo: enable persistent and coherent transfersChia-I Wu2014-07-281-2/+15
* ilo: check the tilings of imported handlesChia-I Wu2014-07-241-30/+36
* ilo: clean up resource bo renamingChia-I Wu2014-07-241-45/+57
* ilo: share some code between {tex,buf}_create_boChia-I Wu2014-07-241-59/+55
* ilo: use native 3-component vertex formats on GEN7.5+Chia-I Wu2014-07-241-1/+3
* ilo: raise texture size limitsChia-I Wu2014-07-151-3/+6
* ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu2014-07-151-236/+293
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-101-8/+11
* ilo: remove intel_bo_get_size()Chia-I Wu2014-03-101-0/+17
* ilo: pipe_texture::usage is not a bitfieldChia-I Wu2014-02-221-1/+1
* ilo: set ILO_TEXTURE_CPU_WRITE for imported texturesChia-I Wu2014-02-221-3/+10
* ilo: disable HiZ for misaligned levelsChia-I Wu2014-01-141-5/+80
* ilo: decide on hiz first in texture allocationChia-I Wu2014-01-141-64/+64
* ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu2014-01-141-11/+1
* ilo: OOM for HiZ is fatal on GEN6Chia-I Wu2014-01-141-2/+7
* ilo: fix a HiZ bo leakageChia-I Wu2014-01-141-0/+3
* ilo: enable HiZChia-I Wu2014-01-081-7/+41
* ilo: rename and add an accessor for texture slicesChia-I Wu2014-01-081-7/+9
* ilo: add support for HiZ allocationChia-I Wu2014-01-081-1/+77
* ilo: refactor separate stencil allocationChia-I Wu2014-01-081-20/+27
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* 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