ilo: always use the specified image format
[mesa.git] / src / gallium / drivers / ilo / ilo_resource.c
2015-06-26 Chia-I Wuilo: always use the specified image format
2015-06-26 Chia-I Wuilo: replace pipe_texture_target by gen_surface_type
2015-06-26 Chia-I Wuilo: initialize ilo_image from ilo_image_info
2015-06-26 Chia-I Wuilo: remove ilo_image_disable_aux()
2015-06-26 Chia-I Wuilo: remove ilo_buffer
2015-06-26 Chia-I Wuilo: introduce ilo_vma
2015-06-22 Chia-I Wuilo: align vertex buffer size in buf_create()
2015-06-14 Chia-I Wuilo: add ilo_image_disable_aux()
2015-06-14 Chia-I Wuilo: avoid resource owning in core
2015-05-02 Chia-I Wuilo: add ilo_image_can_enable_aux()
2015-05-02 Chia-I Wuilo: add ilo_image_init_for_imported()
2015-05-02 Chia-I Wuilo: improve readability of ilo_image
2015-05-02 Chia-I Wuilo: add ilo_buffer.h to core
2015-05-02 Chia-I Wuilo: move BOs from ilo_texture to ilo_image
2015-05-02 Chia-I Wuilo: move ilo_layout.[ch] to core as ilo_image.[ch]
2015-05-02 Chia-I Wuilo: add ilo_format.[ch] to core
2015-05-02 Chia-I Wuilo: move intel_winsys to ilo_dev_info
2015-03-06 Chia-I Wuilo: clarify valid and preferred tilings
2015-03-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
2015-03-05 Chia-I Wuilo: add intel_bo_set_tiling()
2015-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-24 Chia-I Wuilo: check the tilings of imported handles
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
2014-07-24 Chia-I Wuilo: share some code between {tex,buf}_create_bo
2014-07-24 Chia-I Wuilo: use native 3-component vertex formats on GEN7.5+
2014-07-15 Chia-I Wuilo: raise texture size limits
2014-07-15 Chia-I Wuilo: move away from drm_intel_bo_alloc_tiled
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_size()
2014-02-22 Chia-I Wuilo: pipe_texture::usage is not a bitfield
2014-02-22 Chia-I Wuilo: set ILO_TEXTURE_CPU_WRITE for imported textures
2014-01-14 Chia-I Wuilo: disable HiZ for misaligned levels
2014-01-14 Chia-I Wuilo: decide on hiz first in texture allocation
2014-01-14 Chia-I Wuilo: use HALIGN_4 on GEN7 for depth buffers
2014-01-14 Chia-I Wuilo: OOM for HiZ is fatal on GEN6
2014-01-14 Chia-I Wuilo: fix a HiZ bo leakage
2014-01-08 Chia-I Wuilo: enable HiZ
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2014-01-08 Chia-I Wuilo: add support for HiZ allocation
2014-01-08 Chia-I Wuilo: refactor separate stencil allocation
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-07-10 Chia-I Wuilo: honor surface padding requirements
2013-06-12 Chia-I Wuilo: update winsys interface
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-12 Chia-I Wuilo: remove unnecessary tex_set_bo/buf_set_bo
2013-05-16 Chia-I Wuilo: add support for stencil resources on GEN7+
2013-05-15 Chia-I Wuilo: simplify ilo_texture_get_slice_offset()
2013-05-14 Chia-I Wuilo: rework ilo_texture
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
2013-05-14 Chia-I Wuilo: move transfer-related functions to a new file
2013-05-10 Vinson Leeilo: Initialize read_back in transfer_map_sys.
2013-05-09 Chia-I Wuilo: add support for PIPE_FORMAT_ETC1_RGB8
2013-05-09 Chia-I Wuilo: support mapping with a staging system buffer
2013-05-09 Chia-I Wuilo: allow for different mapping methods
2013-05-09 Chia-I Wuilo: allow bo format to differ from that requested
2013-05-01 Chia-I Wuilo: fix tiling/size for special-purpose resources
2013-05-01 Chia-I Wuilo: use UMS layout for render targets
2013-05-01 Chia-I Wuilo: support and prefer compact array spacing
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-04-26 Chia-I Wuilo: add GEN6 GPE
2013-04-26 Chia-I Wuilo: hook up pipe context transfer functions
2013-04-26 Chia-I Wuilo: hook up pipe screen resource functions
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+