gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
[mesa.git] / src / gallium / drivers / ilo / ilo_blit.c
2015-05-02 Chia-I Wuilo: add ilo_image_can_enable_aux()
2015-02-18 Chia-I Wuilo: fix compiler warnings
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-02-22 Chia-I Wuilo: fix and enable fast depth clear
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: use a helper to determine if HiZ is enabled
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-07 Chia-I Wuilo: introduce sampler CSO
2013-06-07 Chia-I Wuilo: introduce viewport CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for shaders and resources
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-06-07 Chia-I Wuilo: switch to ilo states for WM stage
2013-06-07 Chia-I Wuilo: switch to ilo states for CLIP and SF stages
2013-06-07 Chia-I Wuilo: switch to ilo states for SOL stage
2013-06-07 Chia-I Wuilo: switch to ilo states for VF stage
2013-05-21 Chia-I Wuilo: use BLT engine to copy between textures
2013-05-21 Chia-I Wuilo: use BLT engine to copy between buffers
2013-05-21 Chia-I Wuilo: refactor blitter_xy_color_blt()
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
2013-04-26 Chia-I Wuilo: hook up pipe context blit functions
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+