freedreno: use renderonly path for buffers allocated with modifiers
[mesa.git] / src / gallium / drivers / freedreno / freedreno_resource.c
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
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: 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-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-05-11 Rob Clarkfreedreno: fix multi-layer transfer_map's
2016-05-05 Thomas Hindoe Paab... freedreno: remove null check before free
2016-04-25 Rob Clarkfreedreno: honor handle->offset
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Serge Martinfreedreno: change to goto fail
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Ilia Mirkinfreedreno/a4xx: add astc formats
2015-11-21 Ilia Mirkinfreedreno/a4xx: only align slices in non-layer_first...
2015-11-21 Ilia Mirkinfreedreno/a4xx: use hardware RGTC texture samplers
2015-11-18 Ilia Mirkinfreedreno: add support for conditional rendering, requi...
2015-11-18 Ilia Mirkinfreedreno/a3xx: add fake RGTC support (required for...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Ilia Mirkinfreedreno/a3xx: fix up logic for handling block formats
2015-08-15 Ilia Mirkinfreedreno/a4xx: add cube map array 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-07-10 Rob Clarkfreedreno: fix crash in fd_invalidate_resource()
2015-04-28 Ilia Mirkinfreedreno/a3xx: add support for S8 and Z32F_S8
next