ilo: EOL drop unmaintained gallium drv from buildsys
[mesa.git] / src / gallium / drivers / ilo / ilo_blitter_blt.c
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-26 Chia-I Wuilo: replace pipe_format by gen_surface_format
2015-06-26 Chia-I Wuilo: introduce ilo_vma
2015-05-02 Chia-I Wuilo: move command builder 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-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2014-09-22 Chia-I Wuilo: handle conditional rendering in the context
2014-09-20 Chia-I Wuilo: no direct ilo_context access in BLT blitter
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-12 Chia-I Wuilo: fix builder size checks for BLT buffer clear/copy
2014-09-12 Chia-I Wuilo: reduce BLT function parameters
2014-09-12 Chia-I Wuilo: clean up BLT functions
2014-09-12 Chia-I Wuilo: move BLT functions to ilo_builder_blt.h
2014-09-12 Chia-I Wuilo: move MI functions to ilo_builder_mi.h
2014-09-09 Chia-I Wuilo: convert BLT to use ilo_builder
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-08-26 Chia-I Wuilo: use genhw command opcodes
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: rework winsys batch buffer functions
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-06-25 Chia-I Wuilo: honor render condition in blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter