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
*
ac/surface: handle DCC subresource fast clear restriction on VI
Marek Olšák
2018-04-27
1
-1
/
+20
*
ac: fix texture query LOD for 1D textures on GFX9
Samuel Pitoiset
2018-04-27
1
-0
/
+8
*
radv: set ac_surf_info::num_channels correctly
Samuel Pitoiset
2018-04-26
2
-1
/
+8
*
radv: fix DCC enablement since partial MSAA implementation
Samuel Pitoiset
2018-04-26
1
-6
/
+6
*
ac/radv/radeonsi: refactor harvest config register getters.
Dave Airlie
2018-04-24
3
-101
/
+124
*
radv: only set raster_config_1 outside the index registers.
Dave Airlie
2018-04-24
1
-15
/
+16
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
2
-11
/
+17
*
ac/radv/radeonsi: refactor raster_config default values getters.
Dave Airlie
2018-04-24
3
-83
/
+99
*
radv: use common gs_table_depth code.
Dave Airlie
2018-04-24
1
-30
/
+2
*
ac/info: move gs table depth to common code.
Dave Airlie
2018-04-24
2
-0
/
+34
*
radv/gfx9: don't use gs_table_depth on gfx9.
Dave Airlie
2018-04-24
2
-5
/
+6
*
ac: fix the number of coordinates for ac_image_get_lod and arrays
Samuel Pitoiset
2018-04-23
1
-0
/
+14
*
ac: teach get_ac_sampler_dim() about subpass attachments
Samuel Pitoiset
2018-04-23
1
-17
/
+7
*
ac/nir: add missing round_slice for 1D arrays
Samuel Pitoiset
2018-04-23
1
-0
/
+7
*
radv: advertise 8 bits of subpixel precision for viewports
Józef Kucia
2018-04-23
1
-1
/
+1
*
radv: mark const structs as extern in header file to avoid lto damage
Dave Airlie
2018-04-23
1
-3
/
+3
*
ac/nir: fix image dimension for subpass attachments
Samuel Pitoiset
2018-04-20
1
-3
/
+15
*
radv: Mark GTT memory as device local for APUs.
Bas Nieuwenhuizen
2018-04-20
1
-3
/
+5
*
radv/winsys: allow to submit up to 4 IBs for chips without chaining
Samuel Pitoiset
2018-04-20
1
-50
/
+168
*
ac/nir: handle nir_intrinsic_load_first_vertex like base_vertex
Samuel Pitoiset
2018-04-20
1
-2
/
+2
*
radv/winsys: allow local BOs on APUs
Samuel Pitoiset
2018-04-20
1
-1
/
+2
*
radv: use a global BO list only for VK_EXT_descriptor_indexing
Samuel Pitoiset
2018-04-20
3
-9
/
+34
*
Revert "radv: Don't store buffer references in the descriptor set."
Samuel Pitoiset
2018-04-20
5
-13
/
+82
*
ac/nir: use ac_build_image_opcode for image intrinsics
Nicolai Hähnle
2018-04-20
3
-140
/
+78
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
2
-32
/
+110
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
3
-264
/
+216
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
3
-11
/
+66
*
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
2018-04-20
1
-0
/
+1
*
radv: Add Vega M support.
Bas Nieuwenhuizen
2018-04-19
4
-2
/
+11
*
radv: Add bound checking workaround for dynamic buffers.
Bas Nieuwenhuizen
2018-04-19
3
-1
/
+5
*
radv: enable DCC for MSAA 2x textures on VI under an option
Samuel Pitoiset
2018-04-19
4
-1
/
+13
*
radv: decompress DCC for multisampled source images before resolving
Samuel Pitoiset
2018-04-19
4
-4
/
+18
*
radv: add a workaround for fast clears with DCC and MSAA textures
Samuel Pitoiset
2018-04-19
1
-0
/
+9
*
radv: allocate CMASK for DCC fast clear with MSAA
Samuel Pitoiset
2018-04-19
1
-0
/
+7
*
radv: implement fast color clear for DCC with MSAA
Samuel Pitoiset
2018-04-19
1
-1
/
+16
*
radv: make sure to sync after resolving using the compute path
Samuel Pitoiset
2018-04-19
1
-0
/
+3
*
radv: dump the SHA1 of SPIRV in the hang report
Samuel Pitoiset
2018-04-19
1
-1
/
+8
*
radv: Enable VK_EXT_descriptor_indexing.
Bas Nieuwenhuizen
2018-04-18
3
-0
/
+63
*
radv: Support allocating variable size descriptor sets.
Bas Nieuwenhuizen
2018-04-18
1
-4
/
+17
*
radv: Add support for variable descriptor set layouts.
Bas Nieuwenhuizen
2018-04-18
2
-1
/
+30
*
radv: Fix GetDescriptorSetLayoutSupport.
Bas Nieuwenhuizen
2018-04-18
1
-3
/
+0
*
radv: Use sorted bindings for set layout creation.
Bas Nieuwenhuizen
2018-04-18
1
-2
/
+41
*
radv: Don't store buffer references in the descriptor set.
Bas Nieuwenhuizen
2018-04-18
5
-82
/
+13
*
radv: Keep a global BO list for VkMemory.
Bas Nieuwenhuizen
2018-04-18
4
-39
/
+146
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
3
-0
/
+6
*
amd/addrlib: add support for VegaM
Marek Olšák
2018-04-18
4
-0
/
+41
*
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
[next]