gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / drivers / freedreno / freedreno_draw.c
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-29 Rob Clarkfreedreno: small whitespace fix
2020-03-30 Eric Anholtfreedreno: Rename "is_blit" to "is_discard_blit"
2020-03-25 Christian Gmeinerfreedreno: ssbo: mark resource read or written dependin...
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2019-12-14 Erico Nunesgallium/util: add alignment parameter to util_upload_in...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-08 Kristian H. Kristensenfreedreno: Don't count primitives for patches
2019-08-02 Rob Clarkfreedreno: drop unused fd_fence_ref param
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-06-04 Eric Anholtfreedreno: Drop invalid scissor optimization.
2019-02-11 Kristian H. Kristensenfreedreno: Consolidate u_blitter functions in freedreno...
2019-01-29 Jonathan Marekfreedreno: fix sysmem rendering being used when clear...
2019-01-29 Jonathan Marekfreedreno: fix invalidate logic
2019-01-03 Rob Clarkfreedreno: skip depth resolve if not written
2018-11-27 Jonathan Marekfreedreno: a2xx: fd2_draw update
2018-10-28 Rob Clarkfreedreno: dependency tracking for z/s depends on ZSA...
2018-10-28 Rob Clarkfreedreno: mark all state dirty after switching batch
2018-10-26 Rob Clarkfreedreno: avoid no-op flushes by re-using last-fence
2018-10-17 Rob Clarkfreedreno: reduce resource dependency tracking overhead
2018-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2018-10-17 Hyunjun Kofreedreno: allocate batches from the cache in launch_grid
2018-09-27 Hyunjun Kofreedreno: fix a typo in launch_grid
2018-09-27 Rob Clarkfreedreno: handle invalidated buffers harder
2018-09-27 Rob Clarkfreedreno: simplify pctx->clear()
2018-09-27 Rob Clarkfreedreno: fix FD_MESA_DEBUG=flush
2018-09-07 Rob Clarkfreedreno: fix rast->depth_cleap_near/far
2018-09-05 Rob Clarkfreedreno: add fd_context_batch() accessor
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-03-05 Rob Clarkfreedreno: add global_bindings state
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-12-03 Rob Clarkfreedreno: also mark draw-indirect buffer as read
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-11-16 Rob Clarkfreedreno: also mark images used by draw/grid
2017-11-16 Rob Clarkfreedreno: mark SSBOs written at draw time
2017-09-02 Rob Clarkfreedreno: skip batch-cache for compute shaders
2017-05-16 Rob Clarkfreedreno/a5xx: fallback to slow-clear for z32
2017-05-14 Rob Clarkfreedreno: fix indexbuffer upload
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_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: make hw-query a helper
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-18 Rob Clarkfreedreno: move clear path dirty state hack to a2xx...
2017-04-18 Rob Clarkfreedreno: add helper to mark all state dirty
2017-04-18 Rob Clarkfreedreno: make texture state an array
2017-03-24 Rob Clarkfreedreno: fix memory leak
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()
2017-02-24 Marek Olšákfreedreno: add support for user index buffers
2016-08-16 Rob Clarkfreedreno/a3xx: fix generic clear path
2016-08-16 Rob Clarkfreedreno: support for using generic clear path
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: a bit of micro-optimization
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: support discarding previous rendering in...
2016-07-30 Rob Clarkfreedreno: spiff up some debug traces
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-05-04 Rob Clarkfreedreno: allow ctx->draw_vbo to fail
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Rob Clarkfreedreno: fix stream-out offset handling for lines...
2016-04-13 Rob Clarkfreedreno: fix prims-emitted query
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-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-15 Rob Clarkfreedreno: add debug option to dirty state after draw
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-04 Rob Clarkfreedreno/a4xx: MRT support
2015-08-04 Rob Clarkfreedreno: simplify/cleanup resource status tracking
2015-07-27 Rob Clarkfreedreno: add transform-feedback state
2015-07-27 Rob Clarkfreedreno: add resource tracking support for written...
2015-04-28 Ilia Mirkinfreedreno/a3xx: add support for S8 and Z32F_S8
2015-04-05 Ilia Mirkinfreedreno: mark resources as being read so that writes...
2015-04-02 Ilia Mirkinfreedreno: add core infrastructure support for MRTs
2014-11-14 Rob Clarkfreedreno: rename draw->draw_vbo
2014-10-22 Rob Clarkfreedreno: clear vs scissor
2014-10-15 Rob Clarkfreedreno: inline fd_draw_emit()
2014-09-12 Rob Clarkfreedreno: "fix" problems with excessive flushes
2014-09-09 Rob Clarkfreedreno: don't overflow cmdstream buffer so much
2014-05-18 Rob Clarkfreedreno: fix index buffer offset
2014-05-13 Rob Clarkfreedreno: add support for hw queries
2014-02-16 Rob Clarkfreedreno: fix problems if no color buf bound
2014-01-08 Rob Clarkfreedreno: add basic query support
2014-01-08 Rob Clarkfreedreno/a3xx: support for hw binning pass
2013-10-29 Rob Clarkfreedreno: emulated unsupported primitive types
2013-10-29 Rob Clarkfreedreno: update generated headers
2013-09-14 Rob Clarkfreedreno: fd_draw helper
2013-08-29 Rob Clarkfreedreno: updates for msm drm/kms driver
2013-08-24 Rob Clarkfreedreno: fix segfault when no color buffer bound
2013-06-08 Rob Clarkfreedreno: better scissor fix
next