freedreno: Move a6xx's setup_slices() to a shareable helper function.
[mesa.git] / src / gallium / drivers / freedreno / freedreno_resource.c
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-12-10 Rob Clarkfreedreno/a5xx+a6xx: split LRZ layout to per-gen
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-26 Eric Anholtfreedreno: Introduce a fd_resource_layer_stride() helper.
2019-11-26 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-09-10 Rob Clarkfreedreno/a6xx: don't tile things that are too small
2019-08-02 Jonathan Marekfreedreno: align renderonly scanout buffers
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-06-13 Rob Clarkfreedreno: turn staging cube into 2d-array
2019-06-11 Rob Clarkfreedreno/a6xx: enable UBWC by default
2019-06-11 Rob Clarkfreedreno: add helper to uncompress UBWC resource
2019-06-11 Rob Clarkfreedreno: handle images in rebind_resource()
2019-06-11 Rob Clarkfreedreno: allow null discard box in shadow path
2019-06-11 Rob Clarkfreedreno: swap UBWC state in shadow path
2019-06-11 Rob Clarkfreedreno: add modifier param to fd_try_shadow_resource()
2019-06-11 Rob Clarkfreedreno: correct modifier for UBWC buffers
2019-05-13 Eric Anholtfreedreno: Fix warning on printing a uint64_t using...
2019-05-04 Rob Clarkfreedreno: mark imported resources as valid
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC support for images
2019-04-18 Kristian H. Kristensenfreedreno: Fix format string warning
2019-03-14 Alyssa Rosenzweigfreedreno: Use shared drm_find_modifier util
2019-03-01 Fritz Koenigfreedreno/a6xx: Enable UBWC modifier
2019-03-01 Fritz Koenigfreedreno: pass count to query_dmabuf_modifiers
2019-02-27 Jonathan Marekfreedreno: catch failing fd_blit and fallback to softwa...
2019-02-27 Jonathan Marekfreedreno: use renderonly path for buffers allocated...
2019-02-22 Rob Clarkfreedreno: fix race condition
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-11 Kristian H. Kristensenfreedreno: Consolidate u_blitter functions in freedreno...
2019-02-06 Kristian H. Kristensenfreedreno/a6xx: Use tiling for all resources
2019-01-29 Jonathan Marekfreedreno: fix invalidate logic
2019-01-29 Rob Clarkfreedreno: stop frob'ing pipe_resource::nr_samples
2019-01-26 Jonathan Marekfreedreno: add renderonly scanout
2019-01-25 Rob Clarkfreedreno: limit tiling to PIPE_BIND_SAMPLER_VIEW
2019-01-23 Rob Clarkfreedreno: set modifier when exporting buffer
2019-01-22 Rob Clarkfreedreno: core buffer modifier support
2019-01-18 Kristian H. Kristensenfreedreno: Synchronize batch and flush for staging...
2019-01-03 Rob Clarkfreedreno: fix staging resource size for arrays
2019-01-03 Rob Clarkfreedreno: remove blit_via_copy_region()
2019-01-03 Rob Clarkfreedreno: rework blit API
2018-12-22 Rob Clarkfreedreno: combine fd_resource_layer_offset()/fd_resour...
2018-12-13 Rob Clarkfreedreno: move fd_resource_copy_region()
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-07 Rob Clarkfreedreno/a6xx: MSAA
2018-11-27 Hyunjun Kofreedreno: implements get_sample_position
2018-11-27 Jonathan Marekfreedreno: use MSM_BO_SCANOUT with scanout buffers
2018-10-26 Rob Clarkfreedreno: avoid no-op flushes by re-using last-fence
2018-10-17 Rob Clarkfreedreno: add resource seqno
2018-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2018-10-15 Kenneth Graunkegallium/u_transfer_helper: Add support for separate...
2018-10-08 Rob Clarkfreedreno/a5xx+a6xx: fix LRZ pitch alignment
2018-09-27 Rob Clarkfreedreno: fix corrupted fb state
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend
2018-08-16 Kristian H. Kristensenfreedreno: Fix warnings
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2018-01-14 Rob Clarkfreedreno: add screen->setup_slices() for tex layout
2017-12-22 Ilia Mirkinfreedreno: set missing internal_format when importing...
2017-12-17 Rob Clarkfreedreno: add generic blitter
2017-12-17 Rob Clarkfreedreno: track staging and shadow perf ctrs for the HUD
2017-12-17 Rob Clarkfreedreno: staging upload transfers
2017-12-15 Rob Clarkfreedreno: use u_transfer_helper
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-03 Rob Clarkfreedreno: small cleanups
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-10-26 Rob Clarkfreedreno: implement pipe->invalidate_resource()
2017-10-26 Rob Clarkfreedreno/a5xx: rename invalidate_resource()
2017-10-24 Rob Clarkfreedreno: per-context fd_pipe
2017-10-02 Rob Clarkfreedreno/a5xx: align height to GMEM
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-06-07 Rob Clarkfreedreno: drop timestamp field
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 SSBO support
2017-04-22 Rob Clarkfreedreno: drop ring arg from _set_stage()
2017-04-22 Rob Clarkfreedreno: make hw-query a helper
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
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-27 Rob Clarkfreedreno/a5xx: texture layout
2016-12-06 Rob Clarkfreedreno: pitch alignment should match gmem alignment
2016-11-27 Rob Clarkfreedreno: fix slice size for imported buffers
2016-10-07 Rob Clarkfreedreno: don't try to shadow layered textures
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-09-07 Rob Clarkfreedreno: reject imports with bogus pitch
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-07-30 Rob Clarkfreedreno: some locking
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
next