ilo: add ilo_image_can_enable_aux()
[mesa.git] / src / gallium / drivers / ilo / ilo_resource.h
2015-05-02 Chia-I Wuilo: add ilo_image_can_enable_aux()
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: move intel_winsys.h to core
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-07-28 Chia-I Wuilo: add ilo_resource_get_bo() helper
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
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-02-22 Chia-I Wuilo: add slice clear value
2014-02-22 Chia-I Wuilo: better readability and doc for texture flags
2014-01-14 Chia-I Wuilo: disable HiZ for misaligned levels
2014-01-14 Chia-I Wuilo: use a helper to determine if HiZ is enabled
2014-01-14 Chia-I Wuilo: simplify ilo_texture_set_slice_flags()
2014-01-08 Chia-I Wuilo: add flags to texture slices
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
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-09 Chia-I Wuilo: allow bo format to differ from that requested
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-04-26 Chia-I Wuilo: add GEN6 GPE
2013-04-26 Chia-I Wuilo: hook up pipe screen resource functions
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+