ilo: rename ilo_cp_flush()
[mesa.git] / src / gallium / drivers / ilo / ilo_context.c
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-08-26 Chia-I Wuilo: remove max_batch_size
2014-07-26 Chia-I Wuilo: simplify ilo_flush()
2014-04-14 Chia-I Wuilo: add genhw headers
2014-03-10 Chia-I Wuilo: winsys may limit the batch buffer size
2014-02-26 Chia-I Wuilo: create u_upload_mgr last
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-07 Chia-I Wuilo: use slab allocator for transfers
2013-06-07 Chia-I Wuilo: construct SCISSOR_RECT in set_scissor_states()
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-14 Chia-I Wuilo: move transfer-related functions to a new file
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-01 Chia-I Wuilo: move device limits to ilo_dev_info or to GPEs
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-04-26 Chia-I Wuilo: hook up pipe context 3D functions
2013-04-26 Chia-I Wuilo: hook up pipe context blit functions
2013-04-26 Chia-I Wuilo: hook up pipe context state functions
2013-04-26 Chia-I Wuilo: hook up pipe context flush function
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+