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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: additional query fixes
Andres Rodriguez
2019-08-26
1
-7
/
+8
*
radv: Avoid VEGA/RAVEN scissor bug in binning.
Bas Nieuwenhuizen
2019-08-10
1
-1
/
+2
*
radv: Avoid binning RAVEN hangs.
Bas Nieuwenhuizen
2019-08-10
1
-1
/
+2
*
ac/nir: Use correct cast for readfirstlane and ptrs.
Bas Nieuwenhuizen
2019-08-08
1
-0
/
+2
*
radv: Do non-uniform lowering before bool lowering.
Bas Nieuwenhuizen
2019-08-08
1
-1
/
+1
*
radv: Fix descriptor set allocation failure.
Bas Nieuwenhuizen
2019-07-31
1
-1
/
+5
*
radv: fix queries with WAIT_BIT returning VK_NOT_READY
Andres Rodriguez
2019-07-31
1
-1
/
+1
*
radv: Take variable descriptor counts into account for buffer entries.
Bas Nieuwenhuizen
2019-07-30
1
-1
/
+10
*
ac/nir: fix txf_ms with an offset
Rhys Perry
2019-07-30
1
-2
/
+2
*
radv: Set correct metadata size for GFX9+.
Bas Nieuwenhuizen
2019-07-26
1
-1
/
+2
*
radv: fix crash in vkCmdClearAttachments with unused attachment
Samuel Pitoiset
2019-07-23
1
-0
/
+3
*
radv: fix crash in shader tracing.
Dave Airlie
2019-07-19
3
-3
/
+8
*
radv: fix VGT_GS_MODE if VS uses the primitive ID
Samuel Pitoiset
2019-07-19
1
-2
/
+5
*
radv: Only save the descriptor set if we have one.
Bas Nieuwenhuizen
2019-07-18
1
-1
/
+1
*
radv: Handle cmask being disallowed by addrlib.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+5
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-04
1
-1
/
+5
*
radv: Only allocate supplied number of descriptors when variable.
Bas Nieuwenhuizen
2019-07-02
1
-1
/
+7
*
radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+
Samuel Pitoiset
2019-06-28
1
-2
/
+2
*
radv: disable viewport clamping even if FS doesn't write Z
Samuel Pitoiset
2019-06-21
1
-3
/
+1
*
radv: Fix vulkan build in meson.
Bas Nieuwenhuizen
2019-06-20
1
-0
/
+7
*
radv: fix FMASK expand with SRGB formats
Samuel Pitoiset
2019-06-19
1
-1
/
+2
*
radv: Decompress DCC when the image format is not allowed for buffers.
Bas Nieuwenhuizen
2019-06-18
3
-2
/
+40
*
radv: Skip transitions coming from external queue.
Bas Nieuwenhuizen
2019-06-14
1
-0
/
+3
*
radv: fix VK_EXT_memory_budget if one heap isn't available
Samuel Pitoiset
2019-06-14
1
-27
/
+33
*
radv: fix occlusion queries on VegaM
Samuel Pitoiset
2019-06-14
1
-21
/
+27
*
radv: Prevent out of bound shift on 32-bit builds.
Bas Nieuwenhuizen
2019-06-11
1
-2
/
+2
*
radv: fix setting CB_SHADER_MASK for dual source blending
Samuel Pitoiset
2019-06-11
1
-2
/
+5
*
radv: fix alpha-to-coverage when there is unused color attachments
Samuel Pitoiset
2019-06-11
1
-1
/
+1
*
ac: fix a typo in ac_build_wg_scan_bottom
Marek Olšák
2019-06-05
1
-1
/
+1
*
ac/nir: mark some texture intrinsics as convergent
Rhys Perry
2019-06-05
1
-0
/
+18
*
radv: do not use gfx fast depth clears for layered depth/stencil images
Samuel Pitoiset
2019-06-04
1
-0
/
+1
*
radv: allocate more space in the CS when emitting events
Samuel Pitoiset
2019-05-30
1
-1
/
+1
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-23
1
-4
/
+3
*
radv: add a workaround for Monster Hunter World and LLVM 7&8
Samuel Pitoiset
2019-05-21
5
-3
/
+16
*
radv: Do not use extra descriptor space for the 3rd plane.
Bas Nieuwenhuizen
2019-05-13
3
-7
/
+26
*
radv: clear vertex bindings while resetting command buffer
Józef Kucia
2019-05-13
1
-1
/
+2
*
radv: fix setting the number of rectangles when it's dyanmic
Samuel Pitoiset
2019-05-09
1
-4
/
+6
*
radv: Implement cosited_even sampling.
Bas Nieuwenhuizen
2019-05-06
2
-2
/
+83
*
radv: Disable subsampled formats.
Bas Nieuwenhuizen
2019-05-06
1
-1
/
+2
*
radv: apply the indexing workaround for atomic buffer operations on GFX9
Samuel Pitoiset
2019-05-03
3
-5
/
+14
*
radv: fix radv_get_aspect_format() for D+S formats
Samuel Pitoiset
2019-05-03
1
-0
/
+2
*
radv: only need to force emit the TCS regs on Vega10 and Raven1
Samuel Pitoiset
2019-05-02
1
-2
/
+2
*
radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output buffer
Samuel Pitoiset
2019-05-02
3
-0
/
+9
*
radv: fix set_output_usage_mask() with composite and 64-bit types
Rhys Perry
2019-05-02
1
-4
/
+17
*
ac: tidy up ac_build_llvm8_tbuffer_{load,store}
Samuel Pitoiset
2019-05-02
1
-13
/
+13
*
radv: implement a workaround for VK_EXT_conditional_rendering
Samuel Pitoiset
2019-05-02
1
-3
/
+44
*
radv: fix color conversions for normalized uint/sint formats
Samuel Pitoiset
2019-05-02
1
-4
/
+16
*
radv: do not need to force emit the TCS regs on Vega20
Samuel Pitoiset
2019-05-02
1
-0
/
+1
*
radv: Restrict YUVY formats to 1 layer.
Bas Nieuwenhuizen
2019-05-02
1
-0
/
+7
*
radv: Set is_array in lowered ycbcr tex instructions.
Bas Nieuwenhuizen
2019-05-02
1
-0
/
+1
[next]