| .. |
|
tests
|
anv: setup BO flags at state_pool/block_pool creation
|
2017-11-22 22:53:27 +00:00 |
|
.gitignore
|
anv,nir: add generated files to .gitignore(s)
|
2018-05-12 20:14:49 -07:00 |
|
anv_allocator.c
|
anv/allocator: Don't shrink either end of the block pool
|
2018-04-26 13:17:14 -07:00 |
|
anv_android.c
|
vulkan: fix build issue on android (both anv/radv)
|
2018-04-11 13:55:49 +03:00 |
|
anv_batch_chain.c
|
anv: move canonical_address calculation into a separate function
|
2018-05-27 19:24:33 -07:00 |
|
anv_blorp.c
|
anv: Allow blitting to/from any supported format
|
2018-05-09 11:16:33 -07:00 |
|
anv_cmd_buffer.c
|
anv: Add gen11 to anv_genX_call
|
2018-03-23 17:23:59 -07:00 |
|
anv_descriptor_set.c
|
anv: Use an anv_address in anv_buffer_view
|
2018-05-31 16:51:46 -07:00 |
|
anv_device.c
|
anv: Use an anv_address in anv_buffer_view
|
2018-05-31 16:51:46 -07:00 |
|
anv_dump.c
|
anv: enable multiple planes per image/imageView
|
2017-10-06 16:32:20 +01:00 |
|
anv_entrypoints_gen.py
|
android: enable VK_ANDROID_native_buffer
|
2018-05-21 09:26:50 +03:00 |
|
anv_extensions.py
|
anv: enable VK_EXT_shader_viewport_index_layer
|
2018-04-26 15:32:05 -07:00 |
|
anv_extensions_gen.py
|
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
|
2018-04-16 07:59:25 -07:00 |
|
anv_formats.c
|
anv: Allow blitting to/from any supported format
|
2018-05-09 11:16:33 -07:00 |
|
anv_gem.c
|
intel: fix check for 48b ppgtt support
|
2018-04-30 11:34:19 -07:00 |
|
anv_gem_stubs.c
|
intel: fix check for 48b ppgtt support
|
2018-04-30 11:34:19 -07:00 |
|
anv_genX.h
|
anv/cmd_buffer: Add a mark_image_written helper
|
2018-02-08 16:35:31 -08:00 |
|
anv_icd.py
|
anv_icd.py: improve reproducible builds
|
2018-01-26 01:37:45 -08:00 |
|
anv_image.c
|
anv: Use an anv_address in anv_buffer_view
|
2018-05-31 16:51:46 -07:00 |
|
anv_intel.c
|
anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTEL
|
2018-04-03 18:33:17 -07:00 |
|
anv_nir.h
|
anv: Implement vkCmdDispatchBase
|
2018-03-07 12:13:47 -08:00 |
|
anv_nir_add_base_work_group_id.c
|
anv: Implement vkCmdDispatchBase
|
2018-03-07 12:13:47 -08:00 |
|
anv_nir_apply_pipeline_layout.c
|
nir: Rename image intrinsics to image_var
|
2018-03-23 13:48:11 +11:00 |
|
anv_nir_lower_input_attachments.c
|
nir: Rename image intrinsics to image_var
|
2018-03-23 13:48:11 +11:00 |
|
anv_nir_lower_multiview.c
|
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero
|
2018-03-29 14:09:23 -07:00 |
|
anv_nir_lower_push_constants.c
|
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
|
2018-02-28 21:37:40 -08:00 |
|
anv_nir_lower_ycbcr_textures.c
|
Get rid of a bunch of KHR suffixes
|
2018-03-07 12:13:47 -08:00 |
|
anv_pass.c
|
vulkan: Rename multiview from KHX to KHR
|
2018-03-07 12:13:47 -08:00 |
|
anv_pipeline.c
|
anv: ignore pColorBlendState if all color attachments of the subpass are unused
|
2018-05-09 07:01:10 +02:00 |
|
anv_pipeline_cache.c
|
blob: Use intptr_t instead of ssize_t
|
2017-10-13 15:02:34 -07:00 |
|
anv_private.h
|
anv: Use an anv_address in anv_buffer_view
|
2018-05-31 16:51:46 -07:00 |
|
anv_queue.c
|
Get rid of a bunch of KHR suffixes
|
2018-03-07 12:13:47 -08:00 |
|
anv_util.c
|
anv: avoid segmentation fault due to vk_error()
|
2018-01-19 09:39:05 +01:00 |
|
anv_wsi.c
|
anv: Trivially implement VK_KHR_device_group
|
2018-03-07 12:13:47 -08:00 |
|
anv_wsi_wayland.c
|
anv/wsi: Don't include wayland headers
|
2017-03-13 11:16:30 +00:00 |
|
anv_wsi_x11.c
|
vulkan/wsi/radv: add initial prime support (v1.1)
|
2017-02-27 05:42:16 +10:00 |
|
gen7_cmd_buffer.c
|
anv/cmd_buffer: Move gen7 index buffer state to graphics state
|
2018-01-23 21:10:46 -08:00 |
|
gen8_cmd_buffer.c
|
anv/cmd_buffer: Move dynamic state to graphics state
|
2018-01-23 21:10:43 -08:00 |
|
genX_blorp_exec.c
|
anv/blorp: Do the gen11 BTI flush
|
2018-04-20 16:30:14 -07:00 |
|
genX_cmd_buffer.c
|
anv/cmd_buffer: Use anv_address for handling indirect parameters
|
2018-05-31 16:51:46 -07:00 |
|
genX_gpu_memcpy.c
|
intel: Drop SURFACE_FORMAT enum from genxml.
|
2018-03-05 09:51:08 -08:00 |
|
genX_pipeline.c
|
anv: ignore pColorBlendState if all color attachments of the subpass are unused
|
2018-05-09 07:01:10 +02:00 |
|
genX_query.c
|
anv/cmd_buffer: Get rid of the meta query workaround
|
2018-01-23 21:10:20 -08:00 |
|
genX_state.c
|
Get rid of a bunch of KHR suffixes
|
2018-03-07 12:13:47 -08:00 |
|
meson.build
|
meson: fix race condition revealed by using 0.44
|
2018-04-27 10:24:51 -07:00 |
|
TODO
|
anv: Implement pipeline statistics queries
|
2017-03-17 12:12:50 -07:00 |
|
vk_format_info.h
|
Get rid of a bunch of KHR suffixes
|
2018-03-07 12:13:47 -08:00 |