gallium/util: replace pipe_mutex_lock() with mtx_lock()
[mesa.git] / src / gallium / drivers / freedreno / freedreno_resource.c
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
2015-04-28 Ilia Mirkinfreedreno: add fd_transfer to wrap around pipe_transfer
2015-04-05 Ilia Mirkinfreedreno: dirty context when reallocating a bound bo
2015-04-05 Ilia Mirkinfreedreno: keep track of buffer valid ranges
2015-04-05 Ilia Mirkinfreedreno: mark resources as being read so that writes...
2015-04-05 Ilia Mirkinfreedreno: add a reading flag to indicate gpu is readin...
2015-04-05 Ilia Mirkinfreedreno: fix resource flushing confusion
2015-03-28 Ilia Mirkinfreedreno/a3xx: fix 3d texture layout
2015-03-13 Ilia Mirkinfreedreno: fix slice pitch calculations
2015-03-13 Ilia Mirkinfreedreno/a3xx: use the same layer size for all slices
2014-12-13 Rob Clarkfreedreno/a4xx: mipmaps
2014-12-09 Rob Clarkfreedreno/a4xx: texture fixes
2014-12-09 Rob Clarkfreedreno: cleanup slice alignment/setup
2014-10-23 Rob Clarkfreedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
2014-10-21 Rob Clarkfreedreno/a3xx: more layer/level fixes
2014-10-15 Rob Clarkfreedreno: fix layer_stride
2014-10-15 Rob Clarkfreedreno/a3xx: refactor vertex state emit
2014-09-13 Rob Clarkfreedreno/a3xx: 3d/array textures
2014-08-24 Rob Clarkfreedreno: implement pipe_flush_resource()
2014-08-24 Rob Clarkfreedreno: don't ignore src/dst level
2014-05-26 Rob Clarkfreedreno: few caps fixes
2014-05-13 Rob Clarkfreedreno: add support for hw queries
2013-10-25 Rob Clarkfreedreno/resource: fail more gracefully
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-19 Rob Clarkfreedreno: fix glReadPixels
2013-09-14 Rob Clarkfreedreno: PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
2013-09-14 Rob Clarkfreedreno: multi-slice resources (cubemap, mipmap,...
2013-08-29 Rob Clarkfreedreno: updates for msm drm/kms driver
2013-06-08 Rob Clarkfreedreno: prepare for a3xx
2013-05-23 Rob Clarkfreedreno: implement pipe->resource_copy_region()
2013-04-25 Rob Clarkfreedreno: use writecombine buffers
2013-04-25 Rob Clarkfreedreno: use u_math macros/helpers more
2013-03-25 Rob Clarkfreedreno: track maximal scissor bounds
2013-03-21 Rob Clarkfreedreno: add pipe->blit
2013-03-12 Rob Clarkfreedreno: gallium driver for adreno