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
/
amd
/
vulkan
/
radv_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: do not always initialize HTILE in compressed state
Samuel Pitoiset
2019-03-29
1
-2
/
+8
*
radv: skip updating depth/color metadata for conditional rendering
Samuel Pitoiset
2019-03-28
1
-3
/
+3
*
radv: fix binding transform feedback buffers
Samuel Pitoiset
2019-03-20
1
-1
/
+1
*
radv: always initialize HTILE when the src layout is UNDEFINED
Samuel Pitoiset
2019-03-14
1
-2
/
+1
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
1
-7
/
+14
*
Revert "radv: execute external subpass barriers after ending subpasses"
Samuel Pitoiset
2019-03-08
1
-2
/
+2
*
radv: properly align the fence and EOP bug VA on GFX9
Samuel Pitoiset
2019-03-05
1
-2
/
+5
*
radv: allocate enough space in cmdbuf when starting a subpass
Samuel Pitoiset
2019-03-05
1
-1
/
+1
*
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
2019-02-12
1
-3
/
+2
*
radv: add support for push constants inlining when possible
Samuel Pitoiset
2019-02-12
1
-21
/
+58
*
radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPE
Samuel Pitoiset
2019-02-04
1
-1
/
+15
*
radv: execute external subpass barriers after ending subpasses
Samuel Pitoiset
2019-02-04
1
-2
/
+2
*
radv: handle final layouts at end of every subpass and render pass
Samuel Pitoiset
2019-02-04
1
-22
/
+38
*
radv: use the new attachments array when starting subpasses
Samuel Pitoiset
2019-02-04
1
-12
/
+5
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-8
/
+8
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
1
-23
/
+21
*
radv: add radv_cmd_buffer_begin_subpass() helper
Samuel Pitoiset
2019-02-04
1
-12
/
+32
*
radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
Samuel Pitoiset
2019-02-04
1
-1
/
+1
*
radv: bail out when no image transitions will be performed
Samuel Pitoiset
2019-02-04
1
-0
/
+3
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
1
-1
/
+2
*
radv: remove radv_userdata_info::indirect field
Samuel Pitoiset
2019-01-28
1
-2
/
+0
*
radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()
Samuel Pitoiset
2019-01-23
1
-9
/
+2
*
radv: compute the GFX9 fence VA at allocation time
Samuel Pitoiset
2019-01-23
1
-6
/
+6
*
radv: only allocate the GFX9 fence and EOP BOs for the gfx queue
Samuel Pitoiset
2019-01-23
1
-1
/
+2
*
radv: remove old_fence parameter from si_cs_emit_write_event_eop()
Samuel Pitoiset
2019-01-23
1
-1
/
+1
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
1
-8
/
+8
*
radv: prevent dirtying of dynamic state when it does not change
Rhys Perry
2019-01-21
1
-16
/
+75
*
radv: avoid context rolls when binding graphics pipelines
Rhys Perry
2019-01-21
1
-6
/
+24
*
radv: add missed situations for scissor bug workaround
Rhys Perry
2019-01-21
1
-24
/
+41
*
radv: pass radv_draw_info to radv_emit_draw_registers()
Rhys Perry
2019-01-21
1
-60
/
+58
*
radv: skip draws with instance_count == 0
Samuel Pitoiset
2019-01-09
1
-0
/
+13
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-2
/
+2
*
radv: Remove unused variable.
Bas Nieuwenhuizen
2019-01-07
1
-1
/
+0
*
radv: Do a cache flush if needed before reading predicates.
Bas Nieuwenhuizen
2018-12-31
1
-0
/
+2
*
radv: add support for FMASK expand
Samuel Pitoiset
2018-12-20
1
-0
/
+7
*
radv: initialize FMASK for images in fully expanded mode
Samuel Pitoiset
2018-12-20
1
-0
/
+25
*
radv: fix subpass image transitions with multiviews
Samuel Pitoiset
2018-12-20
1
-0
/
+11
*
radv/xfb: fix counter buffer bounds checks.
Dave Airlie
2018-12-13
1
-2
/
+2
*
radv: add a predicate for reflecting DCC decompression state
Samuel Pitoiset
2018-12-13
1
-0
/
+28
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-10
/
+5
*
radv: rework the TC-compat HTILE hardware bug with COND_EXEC
Samuel Pitoiset
2018-12-05
1
-27
/
+64
*
radv: remove dependency on addrlib gfx9_enum.h
Nicolai Hähnle
2018-11-29
1
-4
/
+2
*
radv: remove unused pending_clears param in the transition path
Samuel Pitoiset
2018-11-29
1
-11
/
+6
*
radv: only sync CP DMA for transfer operations or bottom pipe
Samuel Pitoiset
2018-11-21
1
-2
/
+6
*
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2018-11-19
1
-6
/
+5
*
radv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
Samuel Pitoiset
2018-11-13
1
-0
/
+21
*
radv: binding streamout buffers doesn't change context regs
Samuel Pitoiset
2018-11-13
1
-2
/
+7
*
radv: fix GPU hangs when loading depth/stencil clear values on SI/CIK
Samuel Pitoiset
2018-11-08
1
-5
/
+19
*
radv: use LOAD_CONTEXT_REG when loading fast clear values
Samuel Pitoiset
2018-11-08
1
-19
/
+26
*
radv: replace si_emit_wait_fence() with radv_cp_wait_mem()
Samuel Pitoiset
2018-11-05
1
-1
/
+1
[next]