etnaviv: gallium driver for Vivante GPUs
[mesa.git] / src / gallium / drivers / ilo / ilo_context.c
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-10 Rob Clarkilo: unref old fence
2015-05-02 Chia-I Wuilo: add ilo_fence.h to core
2015-05-02 Chia-I Wuilo: move intel_winsys to ilo_dev_info
2014-09-26 Chia-I Wuilo: simplify ilo_render invalidation
2014-09-26 Chia-I Wuilo: rename 3d_pipeline to render
2014-09-26 Chia-I Wuilo: remove struct ilo_3d
2014-09-26 Chia-I Wuilo: rename ilo_3d.[ch] to ilo_draw.[ch]
2014-09-22 Chia-I Wuilo: handle conditional rendering in the context
2014-09-20 Chia-I Wuilo: add a new struct for context states
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+