| .. |
|
pds
|
pvr: rename pds unused reg constant
|
2024-10-23 16:47:34 +00:00 |
|
usc
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
winsys
|
pvr: Add missing include for FALLTHROUGH
|
2024-10-23 16:47:34 +00:00 |
|
meson.build
|
pvr: add shader compilation stubs
|
2024-11-29 15:14:11 +00:00 |
|
pvr_blit.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_blit.h
|
pvr: Publicise some static functions from pvr_blit.c
|
2023-06-02 14:43:24 +00:00 |
|
pvr_bo.c
|
pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag
|
2023-09-06 12:19:46 +00:00 |
|
pvr_bo.h
|
pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag
|
2023-09-06 12:19:46 +00:00 |
|
pvr_border.c
|
treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible
|
2024-03-22 18:22:34 +00:00 |
|
pvr_border.h
|
pvr: Clean up & fix sampler border color support
|
2023-10-11 10:58:34 +00:00 |
|
pvr_clear.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_clear.h
|
pvr: Publicise some static functions from pvr_blit.c
|
2023-06-02 14:43:24 +00:00 |
|
pvr_cmd_buffer.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_common.h
|
pvr: Use vk_sampler base
|
2023-10-11 10:58:33 +00:00 |
|
pvr_csb.c
|
treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible
|
2024-03-22 18:22:34 +00:00 |
|
pvr_csb.h
|
treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible
|
2024-03-22 18:22:34 +00:00 |
|
pvr_csb_enum_helpers.h
|
pvr: Rescope msaa_mode
|
2024-10-23 16:47:34 +00:00 |
|
pvr_descriptor_set.c
|
pvr: Use vk_buffer_view base
|
2024-10-23 16:47:34 +00:00 |
|
pvr_device.c
|
pvr: fix GetInstanceProcAddr ubsan warning when _instance == NULL
|
2024-11-29 15:14:11 +00:00 |
|
pvr_dump_bo.c
|
pvr: Return VkResult from winsys buffer_map operation
|
2023-05-18 15:56:59 +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
|
treewide: Remove vulkan/runtime vulkan/util prefix in include path
|
2024-03-05 19:05:00 +00:00 |
|
pvr_formats.c
|
pvr: cleanup 2101010 int format handling
|
2024-10-23 16:47:34 +00:00 |
|
pvr_formats.h
|
pvr: minor vulkan driver formatting fixes
|
2024-10-23 16:47:33 +00:00 |
|
pvr_hardcode.c
|
pvr: Rename temps_count to pds_temps_count
|
2023-06-07 18:01:02 +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: really free memory in subpass render init
|
2024-10-23 16:47:34 +00:00 |
|
pvr_hw_pass.h
|
pvr: Remove component_alignment
|
2023-02-24 14:36:36 +00:00 |
|
pvr_image.c
|
pvr: fix mipmap alignment for non-32bpp textures
|
2024-10-23 16:47:34 +00:00 |
|
pvr_job_common.c
|
pvr: Add pvr_ prefix for vk_format_* functions in pvr_formats.h
|
2024-03-28 04:11:52 +00:00 |
|
pvr_job_common.h
|
pvr: minor vulkan driver formatting fixes
|
2024-10-23 16:47:33 +00:00 |
|
pvr_job_compute.c
|
pvr: emit tpu_tag_cdm_ctrl in compute stream when present
|
2024-08-14 18:07:41 +08:00 |
|
pvr_job_compute.h
|
pvr: Use common queue submit implementation
|
2023-02-28 21:39:49 +00:00 |
|
pvr_job_context.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_job_context.h
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_job_render.c
|
pvr: Handle DISABLE_PIXELMERGE
|
2024-10-23 16:47:34 +00:00 |
|
pvr_job_render.h
|
pvr: Handle DISABLE_PIXELMERGE
|
2024-10-23 16:47:34 +00:00 |
|
pvr_job_transfer.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +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_nir.c
|
pvr: add shader compilation stubs
|
2024-11-29 15:14:11 +00:00 |
|
pvr_nir.h
|
pvr: add shader compilation stubs
|
2024-11-29 15:14:11 +00:00 |
|
pvr_pass.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_pipeline.c
|
pvr: track pipeline flags
|
2024-11-29 15:14:11 +00:00 |
|
pvr_private.h
|
pvr: track pipeline flags
|
2024-11-29 15:14:11 +00:00 |
|
pvr_query.c
|
pvr: Implement VK_EXT_host_query_reset
|
2023-10-20 14:58:12 +00:00 |
|
pvr_query_compute.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_queue.c
|
pvr: Fixed creation of waits in queue submission
|
2024-10-23 16:47:34 +00:00 |
|
pvr_robustness.c
|
pvr: clang-format fixes
|
2023-07-13 10:23: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, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_spm.h
|
pvr: Compile SPM EOT shader
|
2023-07-14 10:45:49 +00:00 |
|
pvr_tex_state.c
|
pvr: decouple vulkan driver and compiler from gallium
|
2023-08-03 07:29:35 +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, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_transfer_frag_store.h
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_uscgen.c
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_uscgen.h
|
pvr, pco: Add new compiler framework and shader gen stubs
|
2024-11-29 15:14:10 +00:00 |
|
pvr_wsi.c
|
pvr: Rename primary_{device,fd,path} to display_*
|
2023-05-18 15:56:59 +00:00 |