index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
freedreno_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-4
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-1
/
+1
*
freedreno: core SSBO support
Rob Clark
2017-05-04
1
-0
/
+9
*
freedreno: drop ring arg from _set_stage()
Rob Clark
2017-04-22
1
-2
/
+2
*
freedreno: make hw-query a helper
Rob Clark
2017-04-22
1
-2
/
+2
*
freedreno: refactor dirty state handling
Rob Clark
2017-04-18
1
-19
/
+21
*
freedreno: make texture state an array
Rob Clark
2017-04-18
1
-7
/
+8
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
freedreno/a5xx: texture layout
Rob Clark
2016-12-27
1
-1
/
+1
*
freedreno: pitch alignment should match gmem alignment
Rob Clark
2016-12-06
1
-4
/
+7
*
freedreno: fix slice size for imported buffers
Rob Clark
2016-11-27
1
-0
/
+1
*
freedreno: don't try to shadow layered textures
Rob Clark
2016-10-07
1
-0
/
+3
*
freedreno: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
1
-2
/
+2
*
freedreno: reject imports with bogus pitch
Rob Clark
2016-09-07
1
-2
/
+5
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
1
-3
/
+3
*
freedreno: support for using generic clear path
Rob Clark
2016-08-16
1
-10
/
+10
*
freedreno: some locking
Rob Clark
2016-07-30
1
-4
/
+15
*
freedreno: threaded batch flush
Rob Clark
2016-07-30
1
-5
/
+11
*
freedreno: track batch/blit types
Rob Clark
2016-07-30
1
-1
/
+8
*
freedreno: re-order support for hw queries
Rob Clark
2016-07-30
1
-19
/
+27
*
freedreno: support discarding previous rendering in special cases
Rob Clark
2016-07-30
1
-5
/
+16
*
freedreno: shadow textures if possible to avoid stall/flush
Rob Clark
2016-07-30
1
-11
/
+200
*
freedreno: spiff up some debug traces
Rob Clark
2016-07-30
1
-2
/
+2
*
freedreno: add batch-cache and batch reordering
Rob Clark
2016-07-30
1
-15
/
+35
*
freedreno: move more batch related tracking to fd_batch
Rob Clark
2016-07-30
1
-1
/
+2
*
freedreno: push resource tracking down into batch
Rob Clark
2016-07-30
1
-1
/
+2
*
freedreno: introduce fd_batch
Rob Clark
2016-07-30
1
-2
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+2
*
freedreno: fix multi-layer transfer_map's
Rob Clark
2016-05-11
1
-1
/
+1
*
freedreno: remove null check before free
Thomas Hindoe Paaboel Andersen
2016-05-05
1
-2
/
+1
*
freedreno: honor handle->offset
Rob Clark
2016-04-25
1
-2
/
+4
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-1
/
+2
*
freedreno: change to goto fail
Serge Martin
2015-12-09
1
-4
/
+2
*
freedreno/a4xx: add astc formats
Ilia Mirkin
2015-11-23
1
-1
/
+6
*
freedreno/a4xx: only align slices in non-layer_first textures
Ilia Mirkin
2015-11-21
1
-2
/
+4
*
freedreno/a4xx: use hardware RGTC texture samplers
Ilia Mirkin
2015-11-20
1
-3
/
+5
*
freedreno: add support for conditional rendering, required for GL3.0
Ilia Mirkin
2015-11-18
1
-4
/
+29
*
freedreno/a3xx: add fake RGTC support (required for GL3)
Ilia Mirkin
2015-11-18
1
-26
/
+149
*
freedreno/a3xx: fix up logic for handling block formats
Ilia Mirkin
2015-08-17
1
-3
/
+5
*
freedreno/a4xx: add cube map array support
Ilia Mirkin
2015-08-15
1
-1
/
+0
*
freedreno: simplify/cleanup resource status tracking
Rob Clark
2015-08-04
1
-5
/
+14
*
freedreno: add transform-feedback state
Rob Clark
2015-07-27
1
-0
/
+2
*
freedreno: add resource tracking support for written buffers
Rob Clark
2015-07-27
1
-2
/
+3
*
freedreno: fix crash in fd_invalidate_resource()
Rob Clark
2015-07-10
1
-2
/
+2
*
freedreno/a3xx: add support for S8 and Z32F_S8
Ilia Mirkin
2015-04-27
1
-7
/
+115
*
freedreno: add fd_transfer to wrap around pipe_transfer
Ilia Mirkin
2015-04-27
1
-1
/
+3
*
freedreno: dirty context when reallocating a bound bo
Ilia Mirkin
2015-04-05
1
-0
/
+40
*
freedreno: keep track of buffer valid ranges
Ilia Mirkin
2015-04-05
1
-0
/
+24
*
freedreno: mark resources as being read so that writes flush the queue
Ilia Mirkin
2015-04-05
1
-1
/
+5
[next]