a4xx: add noperspective interpolation support
[mesa.git] / src / gallium / drivers / freedreno / freedreno_context.h
2020-06-16 Rob Clarkfreedreno: splitup emit_string_marker
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Create shader dependent streamout state...
2020-05-01 Rob Clarkfreedreno/a6xx: fix LRZ hang
2020-04-30 Rob Clarkfreedreno: scissor vs disabled scissor micro-opt
2020-04-30 Rob Clarkfreedreno/a6xx: limit PROG_FB_RAST state emit
2020-04-29 Rob Clarkfreedreno: add screen lock wrappers
2020-04-29 Rob Clarkfreedreno/a6xx: invalidate tex state cache entries...
2020-04-29 Rob Clarkfreedreno: rebind resource in all contexts
2020-04-29 Rob Clarkfreedreno: mark more state dirty when rebinding resources
2020-04-10 Rob Clarkfreedreno/log: android support
2020-03-30 Rob Clarkfreedreno: add logging infrastructure
2020-03-30 Eric Anholtfreedreno: Fix detection of being in a blit for acc...
2020-03-30 Eric Anholtfreedreno: Rename "is_blit" to "is_discard_blit"
2020-03-30 Eric Anholtfreedreno: Fix acc query handling in the presence of...
2020-03-25 Christian Gmeinerfreedreno: ssbo: keep track if a buffer gets written
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2020-01-29 Rob Clarkfreedreno: add gmem_lock
2020-01-29 Rob Clarkfreedreno: add gmem state cache
2020-01-29 Rob Clarkfreedreno: constify fd_tile
2020-01-29 Rob Clarkfreedreno: consolidate GMEM state
2020-01-29 Rob Clarkfreedreno: extract vsc pipe bo from GMEM state
2020-01-17 Rob Clarkfreedreno/a6xx: drop a few more per-draw registers
2020-01-17 Rob Clarkfreedreno/a6xx: separate rast stateobj for prim restart
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
next