| .. |
|
pds
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
usc
|
pvr: replace transfer EOT binary shaders with run-time compiled shaders
|
2023-04-19 11:01:05 +00:00 |
|
winsys
|
pvr: Support single core transfer queue commands on multicore GPUs
|
2023-04-19 11:01:06 +00:00 |
|
meson.build
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_blit.c
|
pvr: Implement vkCmdClearDepthStencilImage API.
|
2023-04-19 11:01:06 +00:00 |
|
pvr_bo.c
|
pvr: debug: Add option to zero-alloc all buffer objects
|
2022-12-01 15:05:59 +00:00 |
|
pvr_bo.h
|
pvr: debug: Add option to track pvr_bo allocations
|
2022-11-25 16:42:55 +00:00 |
|
pvr_clear.c
|
pvr: Add new Rogue compiler framework
|
2023-02-08 15:15:17 +00:00 |
|
pvr_clear.h
|
pvr: Remove PVR_STATIC_CLEAR_.*_BIT and use VkImageAspectFlags.
|
2023-01-04 16:30:39 +00:00 |
|
pvr_cmd_buffer.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_common.h
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_csb.c
|
pvr: Add pvr_csb_bake()
|
2023-01-27 18:17:52 +00:00 |
|
pvr_csb.h
|
pvr: Add pvr_csb_bake()
|
2023-01-27 18:17:52 +00:00 |
|
pvr_csb_enum_helpers.h
|
pvr: Move PBE START_POS into csb enum helpers header
|
2023-02-24 14:36:36 +00:00 |
|
pvr_descriptor_set.c
|
pvr: fix segfault in dEQP-VK.ycbcr.query.*
|
2023-03-29 00:17:40 +00:00 |
|
pvr_device.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_dump_bo.c
|
pvr: debug: Add "cs" debug option to dump control stream on job submit
|
2022-11-25 16:42:55 +00:00 |
|
pvr_dump_bo.h
|
pvr: debug: Add "cs" debug option to dump control stream on job submit
|
2022-11-25 16:42:55 +00:00 |
|
pvr_dump_csb.c
|
pvr: debug: Print hexdump at the end of all sub buffers
|
2022-12-01 15:05:59 +00:00 |
|
pvr_formats.c
|
pvr: Add support for generating transfer fragment programs
|
2023-04-19 11:01:05 +00:00 |
|
pvr_formats.h
|
pvr: Add support for generating transfer fragment programs
|
2023-04-19 11:01:05 +00:00 |
|
pvr_hardcode.c
|
pvr: remove duplicate define
|
2023-02-25 22:58:25 +00:00 |
|
pvr_hardcode.h
|
pvr: stop restricting the compiler to the Sascha Willems triangle demo
|
2023-02-25 22:58:25 +00:00 |
|
pvr_hw_pass.c
|
pvr: Fix segfaults when pDepthStencilAttachment is NULL
|
2023-03-14 19:27:27 +00:00 |
|
pvr_hw_pass.h
|
pvr: Remove component_alignment
|
2023-02-24 14:36:36 +00:00 |
|
pvr_image.c
|
pvr: Select a single aspect format for the texture state of DS image views
|
2023-03-20 14:47:34 +00:00 |
|
pvr_job_common.c
|
pvr: Move PBE START_POS into csb enum helpers header
|
2023-02-24 14:36:36 +00:00 |
|
pvr_job_common.h
|
pvr: Remove unused msaa_mode field
|
2023-02-24 14:36:36 +00:00 |
|
pvr_job_compute.c
|
pvr: Use common queue submit implementation
|
2023-02-28 21:39:49 +00:00 |
|
pvr_job_compute.h
|
pvr: Use common queue submit implementation
|
2023-02-28 21:39:49 +00:00 |
|
pvr_job_context.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_job_context.h
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_job_render.c
|
pvr: Add initial support for VK_FORMAT_S8_UINT
|
2023-03-20 14:47:34 +00:00 |
|
pvr_job_render.h
|
pvr: Setup SPM background object
|
2023-03-01 17:10:53 +00:00 |
|
pvr_job_transfer.c
|
pvr: Complete pvr_modify_command()
|
2023-04-19 11:01:06 +00:00 |
|
pvr_job_transfer.h
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_limits.h
|
pvr: Add support for dynamic buffers descriptors
|
2023-02-23 16:26:51 +00:00 |
|
pvr_pass.c
|
pvr: Fix segfaults when pDepthStencilAttachment is NULL
|
2023-03-14 19:27:27 +00:00 |
|
pvr_pipeline.c
|
pvr: use util_dynarray_begin() in more places
|
2023-04-19 11:01:05 +00:00 |
|
pvr_pipeline_cache.c
|
|
|
|
pvr_private.h
|
pvr: Implement vkCmdUpdateBuffer().
|
2023-04-19 11:01:05 +00:00 |
|
pvr_query.c
|
pvr: Handle VK_QUERY_RESULT_WAIT_BIT.
|
2023-02-17 13:06:51 +00:00 |
|
pvr_query_compute.c
|
pvr: Add pvr_pds_compute_shader_program_init()
|
2022-12-05 14:46:07 +00:00 |
|
pvr_queue.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_robustness.c
|
pvr: Add robustness buffer support
|
2023-03-27 18:36:32 +00:00 |
|
pvr_robustness.h
|
pvr: Add robustness buffer support
|
2023-03-27 18:36:32 +00:00 |
|
pvr_shader.c
|
pvr: Add new Rogue compiler framework
|
2023-02-08 15:15:17 +00:00 |
|
pvr_shader.h
|
pvr: Add new Rogue compiler framework
|
2023-02-08 15:15:17 +00:00 |
|
pvr_spm.c
|
pvr: Setup SPM background object
|
2023-03-01 17:10:53 +00:00 |
|
pvr_spm.h
|
pvr: Setup SPM background object
|
2023-03-01 17:10:53 +00:00 |
|
pvr_tex_state.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_tex_state.h
|
pvr: Select a single aspect format for the texture state of DS image views
|
2023-03-20 14:47:34 +00:00 |
|
pvr_transfer_frag_store.c
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_transfer_frag_store.h
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |
|
pvr_wsi.c
|
pvr: fix clang-format issue
|
2023-03-22 03:58:19 +00:00 |
|
vk_format.h
|
pvr: Add support to process transfer and blit cmds
|
2023-04-19 11:01:05 +00:00 |