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_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
1
-20
/
+24
*
radv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
Samuel Pitoiset
2019-06-25
1
-0
/
+3
*
radv: clear CMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-0
/
+1
*
radv: clear FMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-1
/
+3
*
radv: pass sample locations for transitions before depth/stencil resolves
Samuel Pitoiset
2019-06-21
1
-0
/
+3
*
radv: implement all depth/stencil resolve modes using compute
Samuel Pitoiset
2019-06-21
1
-0
/
+16
*
radv: implement all depth/stencil resolve modes using graphics
Samuel Pitoiset
2019-06-21
1
-0
/
+18
*
radv: record if a render pass has depth/stencil resolve attachments
Samuel Pitoiset
2019-06-21
1
-0
/
+3
*
radv: rename has_resolve to has_color_resolve
Samuel Pitoiset
2019-06-21
1
-2
/
+2
*
radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask
Samuel Pitoiset
2019-06-19
1
-0
/
+10
*
radv: store the DCC predicate for each mip
Samuel Pitoiset
2019-06-17
1
-2
/
+13
*
radv: store the FCE predicate for each mip
Samuel Pitoiset
2019-06-17
1
-1
/
+11
*
radv: store the fast color clear values for each mip
Samuel Pitoiset
2019-06-17
1
-1
/
+11
*
radv: Decompress DCC when the image format is not allowed for buffers.
Bas Nieuwenhuizen
2019-06-17
1
-0
/
+1
*
radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...
Daniel Schürmann
2019-06-13
1
-0
/
+3
*
radv: handle sample locations during automatic layout transitions
Samuel Pitoiset
2019-06-07
1
-0
/
+9
*
radv: determine the first subpass id for every attachments
Samuel Pitoiset
2019-06-07
1
-1
/
+2
*
radv: Use bo metadata for imported image tiling on Android.
Bas Nieuwenhuizen
2019-06-04
1
-0
/
+1
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
1
-7
/
+19
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
1
-0
/
+5
*
radv: clean up the sample locations codebase
Samuel Pitoiset
2019-05-22
1
-2
/
+2
*
radv: remove remaining code related to 16 samples
Samuel Pitoiset
2019-05-22
1
-1
/
+0
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-1
/
+1
*
radv: Clean up signalled and submitted fields from winsys fences.
Bas Nieuwenhuizen
2019-05-13
1
-2
/
+0
*
radv: Add support for icd loader interface v4.
Bas Nieuwenhuizen
2019-05-13
1
-0
/
+3
*
radv: Use given stride for images imported from Android.
Bas Nieuwenhuizen
2019-05-06
1
-0
/
+5
*
radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output buffer
Samuel Pitoiset
2019-05-02
1
-0
/
+1
*
radv: Update descriptor sets for multiple planes.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+2
*
radv: Add support for image views with multiple planes.
Bas Nieuwenhuizen
2019-04-25
1
-2
/
+13
*
radv: Add ycbcr conversion structs.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+11
*
radv: Add single plane image views & meta operations.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+3
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-5
/
+17
*
radv: Add support for driconf.
Bas Nieuwenhuizen
2019-04-23
1
-0
/
+4
*
radv: Support VK_EXT_inline_uniform_block.
Bas Nieuwenhuizen
2019-04-19
1
-0
/
+2
*
radv: Implement VK_EXT_pipeline_creation_feedback.
Bas Nieuwenhuizen
2019-03-20
1
-1
/
+4
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
1
-4
/
+1
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
1
-0
/
+4
*
radv: Sync ETC2 whitelisted devices.
Bas Nieuwenhuizen
2019-02-20
1
-0
/
+1
*
radv: store vertex attribute formats as pipeline keys
Samuel Pitoiset
2019-02-14
1
-0
/
+1
*
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
2019-02-12
1
-0
/
+3
*
radv: gather more info about push constants
Samuel Pitoiset
2019-02-12
1
-0
/
+2
*
radv: track if subpasses have color attachments
Samuel Pitoiset
2019-02-04
1
-0
/
+3
*
radv: determine the last subpass id for every attachments
Samuel Pitoiset
2019-02-04
1
-0
/
+3
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-1
/
+4
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
1
-2
/
+1
*
radv: remove unused radv_render_pass_attachment::view_mask
Samuel Pitoiset
2019-02-04
1
-1
/
+0
*
radv: take LDS into account for compute shader occupancy stats
Timothy Arceri
2019-02-01
1
-0
/
+3
*
radv: compute the GFX9 fence VA at allocation time
Samuel Pitoiset
2019-01-23
1
-2
/
+1
*
radv: remove old_fence parameter from si_cs_emit_write_event_eop()
Samuel Pitoiset
2019-01-23
1
-1
/
+0
*
radv: avoid context rolls when binding graphics pipelines
Rhys Perry
2019-01-21
1
-0
/
+2
[next]