| .. |
|
pds
|
pvr: Add support for blend constants.
|
2023-02-24 13:59:01 +00:00 |
|
usc
|
pvr: Generate EOT program at runtime
|
2023-03-20 14:35:19 +00:00 |
|
winsys
|
pvr: Enable threaded submit when supported
|
2023-02-28 21:39:49 +00:00 |
|
meson.build
|
pvr: replace nop binary shader with run-time compiled shader
|
2023-02-28 12:25:18 +00:00 |
|
pvr_blit.c
|
pvr: add support for tile buffer output clear
|
2023-01-18 15:10:21 +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: Generate dummy emit for renders without any emits
|
2023-03-20 14:35:19 +00:00 |
|
pvr_common.h
|
pvr: Add support for blend constants.
|
2023-02-24 13:59:01 +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 descriptor set address calculation
|
2023-02-24 11:29:48 +00:00 |
|
pvr_device.c
|
pvr: Don't advertise currently unsupported features
|
2023-03-02 16:33:53 +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: Advertise STORAGE_IMAGE_BIT for B10G11R11_UFLOAT_PACK32
|
2023-03-02 16:33:53 +00:00 |
|
pvr_formats.h
|
pvr: Change pvr_get_hw_clear_color() to pack based on accum formats.
|
2022-10-25 10:15:09 +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: remove some stale FIXMEs/pvr_finishmes
|
2022-11-10 14:11:07 +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: Move BRN 44079, 48492 and 66011 code into pvrsrvkm specific directory
|
2022-07-27 10:13:19 +00:00 |
|
pvr_job_context.h
|
pvr: small cleanups
|
2023-01-27 11:22:44 +00:00 |
|
pvr_job_render.c
|
pvr: Setup SPM background object
|
2023-03-01 17:10:53 +00:00 |
|
pvr_job_render.h
|
pvr: Setup SPM background object
|
2023-03-01 17:10:53 +00:00 |
|
pvr_job_transfer.c
|
pvr: Use common queue submit implementation
|
2023-02-28 21:39:49 +00:00 |
|
pvr_job_transfer.h
|
pvr: Use common queue submit implementation
|
2023-02-28 21:39:49 +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: Fix segfaults when pDepthStencilAttachment is NULL
|
2023-03-14 19:27:27 +00:00 |
|
pvr_pipeline_cache.c
|
|
|
|
pvr_private.h
|
pvr: Fix segfaults when pDepthStencilAttachment is NULL
|
2023-03-14 19:27:27 +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: Don't update fragment signal sync when fragment stage is disabled
|
2023-02-28 21:39:49 +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 for VK_ATTACHMENT_LOAD_OP_LOAD.
|
2023-02-15 09:29:21 +00:00 |
|
pvr_tex_state.h
|
pvr: Add support for VK_ATTACHMENT_LOAD_OP_LOAD.
|
2023-02-15 09:29:21 +00:00 |
|
pvr_wsi.c
|
vulkan/wsi: switch to using an options struct for last param
|
2023-02-27 13:21:21 +00:00 |
|
vk_format.h
|
vulkan: Common vk_format_get_component_bits
|
2022-07-18 22:14:06 +00:00 |