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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix scissor computation when using half-pixel viewport offset
Samuel Pitoiset
2018-04-17
1
-4
/
+4
*
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
2018-04-16
1
-6
/
+1
*
radv: clean up radv_decompress_resolve_subpass_src()
Samuel Pitoiset
2018-04-16
1
-10
/
+7
*
radv: don't fast-clear eliminate after resolving a subpass with compute
Samuel Pitoiset
2018-04-16
1
-14
/
+0
*
radv: handle CMASK/FMASK transitions only if DCC is disabled
Samuel Pitoiset
2018-04-16
1
-3
/
+1
*
radv: merge radv_handle_{dcc,cmask}_image_transition() functions
Samuel Pitoiset
2018-04-16
1
-41
/
+17
*
radv: add radv_init_color_image_metadata() helper
Samuel Pitoiset
2018-04-16
1
-10
/
+41
*
radv: make radv_initialise_cmask() static
Samuel Pitoiset
2018-04-16
2
-4
/
+2
*
radv: clean up radv_handle_image_transition() a bit
Samuel Pitoiset
2018-04-16
1
-11
/
+20
*
radv: add radv_handle_color_image_transition() helper
Samuel Pitoiset
2018-04-16
1
-9
/
+25
*
radv: handle DCC image transitions before CMASK/FMASK transitions
Samuel Pitoiset
2018-04-16
1
-5
/
+5
*
radv: disable prediction only if it has been enabled
Samuel Pitoiset
2018-04-16
1
-1
/
+1
*
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
2018-04-16
1
-17
/
+22
*
radv: enable subgroup capabilities
Daniel Schürmann
2018-04-14
2
-3
/
+14
*
ac: handle subgroup intrinsics
Daniel Schürmann
2018-04-14
1
-29
/
+40
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
2
-1
/
+485
*
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
2018-04-14
1
-9
/
+25
*
winsys/amdgpu: allow local BOs on APUs
Marek Olšák
2018-04-13
1
-1
/
+2
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
5
-0
/
+7
*
radv: Implement VK_EXT_vertex_attribute_divisor.
Bas Nieuwenhuizen
2018-04-12
6
-11
/
+50
*
ac/surface: Allow S swizzle for displayable surfaces.
Bas Nieuwenhuizen
2018-04-12
1
-2
/
+5
*
radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
Samuel Pitoiset
2018-04-12
1
-1
/
+1
*
radv: add radv_decompress_resolve_{subpass}_src() helpers
Samuel Pitoiset
2018-04-12
4
-54
/
+73
*
radv: add radv_init_dcc_control_reg() helper
Samuel Pitoiset
2018-04-12
1
-32
/
+52
*
radv: Enable RB+ on Raven.
Bas Nieuwenhuizen
2018-04-11
1
-1
/
+2
*
vulkan: fix build issue on android (both anv/radv)
Tapani Pälli
2018-04-11
1
-3
/
+3
*
radeonsi: pass -O halt_waves to umr for hang debugging
Nicolai Hähnle
2018-04-11
1
-1
/
+1
*
vulkan: Drop vk_android_native_buffer.xml
Jason Ekstrand
2018-04-10
3
-16
/
+8
*
radv: Enable RB+ where possible.
Bas Nieuwenhuizen
2018-04-11
3
-6
/
+151
*
radv: fix picking the method for resolve subpass
Samuel Pitoiset
2018-04-10
1
-1
/
+1
*
radv: add shader BOs to the list at pipeline bind time
Samuel Pitoiset
2018-04-10
1
-3
/
+15
*
ac/surface: don't set the display flag for obviously unsupported cases (v2)
Marek Olšák
2018-04-10
3
-4
/
+32
*
ac/surface/gfx9: request desired micro tile mode explicitly
Marek Olšák
2018-04-10
1
-4
/
+16
*
ac/nir: Use an array instead of hashtable for SSA defs.
Bas Nieuwenhuizen
2018-04-10
1
-9
/
+13
*
radv: Always reset draw user SGPRs after secondary command buffer.
Bas Nieuwenhuizen
2018-04-09
1
-14
/
+3
*
radv: Don't set instance count using predication.
Bas Nieuwenhuizen
2018-04-09
1
-1
/
+1
*
radv: fix prefetching of vertex shader and VBOs on SI
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: implement VK_AMD_shader_core_properties
Samuel Pitoiset
2018-04-09
2
-0
/
+41
*
radv: add RADV_NUM_PHYSICAL_VGPRS constant
Samuel Pitoiset
2018-04-09
2
-2
/
+6
*
radv: add radv_get_num_physical_sgprs() helper
Samuel Pitoiset
2018-04-09
2
-11
/
+10
*
radv: add radv_image_is_tc_compat_htile() helper
Samuel Pitoiset
2018-04-09
5
-12
/
+21
*
radv: add radv_use_dcc_for_image() helper
Samuel Pitoiset
2018-04-09
1
-30
/
+68
*
radv: rename radv_image_is_tc_compat_htile()
Samuel Pitoiset
2018-04-09
1
-3
/
+3
*
radv: simplify a check in radv_initialise_color_surface()
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: clean up radv_vi_dcc_enabled()
Samuel Pitoiset
2018-04-09
3
-8
/
+12
*
radv: clean up radv_htile_enabled()
Samuel Pitoiset
2018-04-09
1
-6
/
+9
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
9
-36
/
+72
*
radv: add radv_get_cmask_fast_clear_value() helper
Samuel Pitoiset
2018-04-09
1
-1
/
+22
*
radv: add radv_clear_{cmask,dcc} helpers
Samuel Pitoiset
2018-04-09
4
-15
/
+29
*
radv: don't pass the pipeline to radv_flush_constants()
Samuel Pitoiset
2018-04-06
1
-5
/
+5
[next]