freedreno/ir3: debug cleanup
[mesa.git] / src / gallium / drivers / freedreno / freedreno_context.h
2019-09-25 Kristian H. Kristensenfreedreno/a6xx: Emit const and texture state for HS...
2019-09-25 Kristian H. Kristensenfreedreno: Add state binding functions for HS/DS/GS
2019-09-25 Kristian H. Kristensenfreedreno: Rename vp and fp to vs and fs in fd_program_...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Let the GPU track streamout offsets
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a3xx-a6xx+ir3: move emit_const* to screen
2019-08-02 Rob Clarkfreedreno/a6xx: skip tiles with no geometry
2019-05-02 Rob Clarkfreedreno/a6xx: smaller hammer for fb barrier
2019-04-25 Rob Clarkfreedreno: wire up core sample-shading support
2019-04-25 Rob Clarkfreedreno: add robustness support
2019-01-22 Jonathan Marekfreedreno: a2xx: NIR backend
2019-01-03 Rob Clarkfreedreno: rework blit API
2018-11-27 Rob Clarkfreedreno/a6xx: set guardband clip
2018-11-27 Rob Clarkfreedreno: shader_t -> gl_shader_stage
2018-10-26 Rob Clarkfreedreno: avoid no-op flushes by re-using last-fence
2018-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2018-10-02 Rob Clarkfreedreno/a6xx: hwbinning
2018-09-05 Rob Clarkfreedreno: allocate ctx's batch on demand
2018-09-05 Rob Clarkfreedreno: add fd_context_batch() accessor
2018-07-30 Rob Clarkfreedreno/a5xx: fix txf_ms
2018-07-18 Rob Clarkfreedreno: register usage queries
2018-06-19 Rob Clarkfreedreno: remove per-stateobj dirty_mask's
2018-03-05 Rob Clarkfreedreno: add global_bindings state
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-17 Rob Clarkfreedreno: add generic blitter
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-17 Rob Clarkfreedreno: track staging and shadow perf ctrs for the HUD
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-11-12 Rob Clarkfreedreno: add image view state tracking
2017-10-24 Rob Clarkfreedreno: per-context fd_pipe
2017-10-24 Rob Clarkfreedreno: rename pipe -> vsc_pipe
2017-10-24 Rob Clarkfreedreno: pass context flags through to fd_context_init()
2017-05-16 Rob Clarkfreedreno/a5xx: fallback to slow-clear for z32
2017-05-13 Rob Clarkfreedreno/a5xx: hw binning support
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-04 Rob Clarkfreedreno: core compute state support
2017-05-04 Rob Clarkfreedreno: core SSBO support
2017-04-22 Rob Clarkfreedreno: drop ring arg from _set_stage()
2017-04-22 Rob Clarkfreedreno: add support for hw accumulating queries
2017-04-22 Rob Clarkfreedreno: a bit of query refactor
2017-04-22 Rob Clarkfreedreno: make hw-query a helper
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno: add helper to mark all state clean
2017-04-18 Rob Clarkfreedreno: add helper to mark all state dirty
2017-04-18 Rob Clarkfreedreno: make texture state an array
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2016-12-18 Rob Clarkfreedreno/a5xx: cargo-cult end-batch sequence more...
2016-12-02 Rob Clarkfreedreno: some fence cleanup
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-08-16 Rob Clarkfreedreno: support for using generic clear path
2016-08-13 Rob Clarkfreedreno/a3xx+a4xx: move common VBOs to fd_context
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: drop needs_rb_fbd
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-30 Rob Clarkfreedreno: threaded batch flush
2016-07-30 Rob Clarkfreedreno: track batch/blit types
2016-07-30 Rob Clarkfreedreno: re-order support for hw queries
2016-07-30 Rob Clarkfreedreno: use prsc for hw queries
2016-07-30 Rob Clarkfreedreno: support discarding previous rendering in...
2016-07-30 Rob Clarkfreedreno: shadow textures if possible to avoid stall...
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering
2016-07-30 Rob Clarkfreedreno: move more batch related tracking to fd_batch
2016-07-30 Rob Clarkfreedreno: push resource tracking down into batch
2016-07-30 Rob Clarkfreedreno: introduce fd_batch
2016-07-23 Rob Clarkfreedreno: prep work for timestamp queries
2016-07-03 Rob Clarkfreedreno: fix crash on smaller gpus and higher resolutions
2016-07-02 Rob Clarkfreedreno: switch emit_const_bo() to take prsc's
2016-06-14 Rob Clarkfreedreno: support start param for sampler views/states
2016-05-04 Rob Clarkfreedreno: allow ctx->draw_vbo to fail
2016-05-04 Rob Clarkfreedreno: move shader-stage dirty bits to global dirty...
2016-04-30 Rob Clarkfreedreno: wire up core pipe_debug_callback
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Rob Clarkfreedreno: fix prims-emitted query
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-17 Rob Clarkfreedreno/query: add optional enable hook
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-18 Rob Clarkfreedreno: per-generation OUT_IB packet
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-18 Ilia Mirkinfreedreno: add support for conditional rendering, requi...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-16 Ilia Mirkinfreedreno/a3xx: add support for dual-source blending
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-29 Ilia Mirkinfreedreno/a3xx: add basic clip plane support
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-04 Rob Clarkfreedreno: small bit of cleanup about max rendertargets
2015-07-27 Rob Clarkfreedreno: add transform-feedback state
2015-07-27 Rob Clarkfreedreno/ir3: move emit_const to ir3
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-14 Rob Clarkfreedreno: enable a306
next