| .. |
|
winsys/amdgpu
|
radv/amdgpu: Let addrlib calculate the HTILE parameters.
|
2017-03-07 09:58:21 +01:00 |
|
.gitignore
|
radv: Suffix the radeon_icd file with the host CPU
|
2016-11-09 21:36:45 +00:00 |
|
dev_icd.json.in
|
radv: Replace "abi_versions" with correct "api_version".
|
2016-10-25 12:55:39 -07:00 |
|
Makefile.am
|
radv: use enum_to_str util functions.
|
2017-03-04 15:05:14 +00:00 |
|
Makefile.sources
|
radv/amdgpu: Add some debug flags.
|
2017-03-06 00:10:23 +01:00 |
|
radeon_icd.json.in
|
radv: Suffix the radeon_icd file with the host CPU
|
2016-11-09 21:36:45 +00:00 |
|
radv_cmd_buffer.c
|
radv: Determine cache flushes per object.
|
2017-03-09 02:34:42 +01:00 |
|
radv_cs.h
|
radv: Use proper header guards over 'pragma once' directives
|
2016-10-10 16:10:56 +11:00 |
|
radv_debug.h
|
radv/amdgpu: Add some debug flags.
|
2017-03-06 00:10:23 +01:00 |
|
radv_descriptor_set.c
|
radv: don't use uninitialized value on failure
|
2017-03-06 00:10:42 +01:00 |
|
radv_descriptor_set.h
|
radv: Detect if all immutable samplers for a binding are equal.
|
2017-02-28 20:48:10 +01:00 |
|
radv_device.c
|
radv: remove duplicate initialization of alphaToOne feature
|
2017-03-08 06:00:34 +10:00 |
|
radv_entrypoints_gen.py
|
radv: add support for NV_dedicated_allocation
|
2017-02-27 00:22:51 +00:00 |
|
radv_formats.c
|
radv: drop Z24 support.
|
2017-03-05 23:32:36 +00:00 |
|
radv_image.c
|
radv: Use the subresource range in HTILE initialization.
|
2017-03-07 09:58:33 +01:00 |
|
radv_meta.c
|
radv: add initial non-conformant radv vulkan driver
|
2016-10-07 09:16:09 +10:00 |
|
radv_meta.h
|
vulkan/wsi/radv: add initial prime support (v1.1)
|
2017-02-27 05:42:16 +10:00 |
|
radv_meta_blit.c
|
radv: fix flipped blits
|
2016-11-23 23:49:32 +00:00 |
|
radv_meta_blit2d.c
|
radv: fix depth format in blit2d.
|
2017-02-28 06:11:54 +10:00 |
|
radv_meta_buffer.c
|
Revert "radv: detect command buffers that do no work and drop them (v2)"
|
2017-02-20 09:00:40 +10:00 |
|
radv_meta_bufimage.c
|
radv/ac: fixup texture coord to have right number of channels.
|
2017-03-09 09:17:11 +10:00 |
|
radv_meta_clear.c
|
radv: Use winsys HTILE info.
|
2017-03-07 09:58:27 +01:00 |
|
radv_meta_copy.c
|
radv: handle z offset for 3d image <-> buffer copies.
|
2017-03-07 04:02:00 +00:00 |
|
radv_meta_decompress.c
|
radv: Use winsys HTILE info.
|
2017-03-07 09:58:27 +01:00 |
|
radv_meta_fast_clear.c
|
radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.
|
2017-02-19 20:58:06 +01:00 |
|
radv_meta_resolve.c
|
radv: handle layered fast clears.
|
2017-02-19 20:30:01 +10:00 |
|
radv_meta_resolve_cs.c
|
radv/ac: fixup texture coord to have right number of channels.
|
2017-03-09 09:17:11 +10:00 |
|
radv_pass.c
|
radv: move to using shared vk_alloc inlines.
|
2016-10-19 09:05:26 +10:00 |
|
radv_pipeline.c
|
radv: Add support for shaderStorageImageReadWithoutFormat.
|
2017-02-15 21:18:21 +01:00 |
|
radv_pipeline_cache.c
|
radv: add pipeline creation support for geometry shaders (v2.1)
|
2017-01-31 09:30:10 +10:00 |
|
radv_private.h
|
radv: fix the size of the dynamic_buffers array
|
2017-03-07 20:23:26 +01:00 |
|
radv_query.c
|
radv: Use correct size for availability flag.
|
2017-02-27 01:33:10 +01:00 |
|
radv_radeon_winsys.h
|
radv/amdgpu: Let addrlib calculate the HTILE parameters.
|
2017-03-07 09:58:21 +01:00 |
|
radv_util.c
|
radv: use enum_to_str util functions.
|
2017-03-04 15:05:14 +00:00 |
|
radv_util.h
|
radv: Use proper header guards over 'pragma once' directives
|
2016-10-10 16:10:56 +11:00 |
|
radv_wsi.c
|
radv: use VK_NULL_HANDLE for handles
|
2017-03-06 00:10:42 +01:00 |
|
radv_wsi_wayland.c
|
radv: port to common wsi codebase
|
2016-10-19 10:15:43 +10:00 |
|
radv_wsi_x11.c
|
vulkan/wsi/radv: add initial prime support (v1.1)
|
2017-02-27 05:42:16 +10:00 |
|
si_cmd_buffer.c
|
radv: Add L2 writeback.
|
2017-03-06 09:15:51 +01:00 |
|
vk_format.h
|
radv: remove unneeded extern C notation
|
2017-02-21 18:28:15 +00:00 |
|
vk_format_layout.csv
|
radv: add initial non-conformant radv vulkan driver
|
2016-10-07 09:16:09 +10:00 |
|
vk_format_parse.py
|
radv: add initial non-conformant radv vulkan driver
|
2016-10-07 09:16:09 +10:00 |
|
vk_format_table.py
|
radv: add initial non-conformant radv vulkan driver
|
2016-10-07 09:16:09 +10:00 |