index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
freedreno_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: dependency tracking for z/s depends on ZSA state
Rob Clark
2018-10-28
1
-1
/
+3
*
freedreno: mark all state dirty after switching batch
Rob Clark
2018-10-28
1
-0
/
+2
*
freedreno: avoid no-op flushes by re-using last-fence
Rob Clark
2018-10-26
1
-0
/
+5
*
freedreno: reduce resource dependency tracking overhead
Rob Clark
2018-10-17
1
-42
/
+67
*
freedreno: Remove the Emacs mode lines
Neil Roberts
2018-10-17
1
-2
/
+0
*
freedreno: allocate batches from the cache in launch_grid
Hyunjun Ko
2018-10-17
1
-1
/
+2
*
freedreno: fix a typo in launch_grid
Hyunjun Ko
2018-09-27
1
-1
/
+1
*
freedreno: handle invalidated buffers harder
Rob Clark
2018-09-27
1
-6
/
+16
*
freedreno: simplify pctx->clear()
Rob Clark
2018-09-27
1
-19
/
+9
*
freedreno: fix FD_MESA_DEBUG=flush
Rob Clark
2018-09-27
1
-0
/
+2
*
freedreno: fix rast->depth_cleap_near/far
Rob Clark
2018-09-07
1
-1
/
+2
*
freedreno: add fd_context_batch() accessor
Rob Clark
2018-09-05
1
-2
/
+2
*
freedreno/a5xx: MSAA
Rob Clark
2018-06-21
1
-3
/
+0
*
freedreno: add global_bindings state
Rob Clark
2018-03-05
1
-0
/
+6
*
freedreno: add non-draw batches for compute/blit
Rob Clark
2017-12-17
1
-2
/
+3
*
freedreno: mark stencil buffer valid too in case of z32x24s8
Rob Clark
2017-12-04
1
-2
/
+1
*
freedreno: add debug option to force emulated indirect
Rob Clark
2017-12-03
1
-0
/
+10
*
freedreno: also mark draw-indirect buffer as read
Rob Clark
2017-12-03
1
-0
/
+7
*
freedreno: avoid mem2gmem for invalidated buffers
Rob Clark
2017-12-03
1
-2
/
+11
*
freedreno: also mark images used by draw/grid
Rob Clark
2017-11-16
1
-0
/
+18
*
freedreno: mark SSBOs written at draw time
Rob Clark
2017-11-16
1
-1
/
+1
*
freedreno: skip batch-cache for compute shaders
Rob Clark
2017-09-02
1
-7
/
+1
*
freedreno/a5xx: fallback to slow-clear for z32
Rob Clark
2017-05-16
1
-8
/
+13
*
freedreno: fix indexbuffer upload
Rob Clark
2017-05-14
1
-6
/
+16
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-11
/
+9
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-2
/
+2
*
freedreno: core compute state support
Rob Clark
2017-05-04
1
-0
/
+47
*
freedreno: core SSBO support
Rob Clark
2017-05-04
1
-0
/
+6
*
freedreno: drop ring arg from _set_stage()
Rob Clark
2017-04-22
1
-2
/
+2
*
freedreno: add support for hw accumulating queries
Rob Clark
2017-04-22
1
-0
/
+7
*
freedreno: make hw-query a helper
Rob Clark
2017-04-22
1
-2
/
+2
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-0
/
+5
*
freedreno: move clear path dirty state hack to a2xx backend
Rob Clark
2017-04-18
1
-9
/
+0
*
freedreno: add helper to mark all state dirty
Rob Clark
2017-04-18
1
-4
/
+4
*
freedreno: make texture state an array
Rob Clark
2017-04-18
1
-4
/
+4
*
freedreno: fix memory leak
Rob Clark
2017-03-24
1
-0
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
freedreno: add support for user index buffers
Marek Olšák
2017-02-25
1
-0
/
+12
*
freedreno/a3xx: fix generic clear path
Rob Clark
2016-08-16
1
-0
/
+1
*
freedreno: support for using generic clear path
Rob Clark
2016-08-16
1
-0
/
+74
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
freedreno: some locking
Rob Clark
2016-07-30
1
-0
/
+8
*
freedreno: a bit of micro-optimization
Rob Clark
2016-07-30
1
-10
/
+7
*
freedreno: track batch/blit types
Rob Clark
2016-07-30
1
-6
/
+10
*
freedreno: re-order support for hw queries
Rob Clark
2016-07-30
1
-2
/
+9
*
freedreno: support discarding previous rendering in special cases
Rob Clark
2016-07-30
1
-0
/
+10
*
freedreno: spiff up some debug traces
Rob Clark
2016-07-30
1
-2
/
+4
*
freedreno: add batch-cache and batch reordering
Rob Clark
2016-07-30
1
-2
/
+2
*
freedreno: move more batch related tracking to fd_batch
Rob Clark
2016-07-30
1
-40
/
+42
[next]