Lines Matching full:pvr

1923 - git-blame-ignore-revs: add pvr formatting commit
2972 - pvr: clang-format fixes
2973 - pvr: skip setting up SPM consts buffer when no const shared regs are used
2974 - pvr: cleanup SPM EOT dynarray after upload
2975 - pvr: treat VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT as not supported
2976 - pvr: remove pvr_pbe_get_src_pos()
2977 - pvr: fix attachments segfault in pvr_is_stencil_store_load_needed()
2978 - pvr: fix allocation size of clear colour consts shared regs buffer
2979 - pvr: change a few places to use PVR_DW_TO_BYTES()
2980 - pvr: fix setup of load op unresolved msaa mask
2981 - pvr: emit PPP state when vis_test dirty bit is set
3660 - pvr: Remove mrt setup from SPM EOT
3661 - pvr: Compile SPM EOT shader
3662 - pvr: Use the SPM EOT on barrier stores
3663 - pvr: Remove some magic numbers and increments from km stream
3664 - pvr: Restructure \`rogue_kmd_stream.xml`
3665 - pvr: Submit PR commands
3666 - pvr: Use the correct size for the unified store allocation
3667 - pvr: Allow query stage for barrier sub cmds
3668 - pvr: Fix occlusion query unaccounted for user fences
3669 - pvr: Fix writing query availability write out
3670 - pvr: Fix packing issue with max_{x,y}_clip
3671 - pvr: Fix csb relocation status assert on \`pvr_csb_finish()`
3672 - pvr: Fix \`for` loop itarator usage
3673 - pvr: Fix dynamic desc offset storage
3674 - pvr: Fix cubemap layer stride
3675 - pvr: Use the render passes' attachments array to setup ISP state
3676 - pvr: Adjust EOT PBE state to account for the iview's base array layer
3677 - pvr: Fix MRT index in PBE state
3678 - pvr: Fix pbe_emit assert
3679 - pvr: Fix OOB access of pbe_{cs,reg}_words
3680 - pvr: Order tile buffer EOT emits to be last
3681 - pvr: Fix subpass sample count on ds attachment only
3682 - pvr: Refactor subpass ds and sample count setup
3683 - pvr: Fix SPM load shader sample rate
3684 - pvr: Fix PPP_SCREEN sizes
3687 - pvr: Don't merge subpasses on framebuffer-global dependancy
3688 - pvr: Only setup the bgobj to load if we have a load_op
4341 - pvr: do not claim support for ASTC texture compression
4597 - pvr: Pad rogue_regarray_cache_key union members to avoid UB
4598 - pvr: Clean up extension tables
4599 - pvr: Refactor pvr_GetPhysicalDeviceProperties2()
4600 - docs: Fixup imagination/pvr extension support
4601 - pvr: Add VK_KHR_get_display_properties2
4602 - pvr: Add VK_KHR_get_memory_requirements2
4603 - pvr: Add VK_KHR_get_surface_capabilities2
4604 - pvr: Print VkStructureType name on pvr_debug_ignored_stype()
4605 - pvr: Add VK_KHR_copy_commands2
4606 - pvr: Don't override commands copied to new buffer when extending cs
4607 - pvr: Do not require TA_STATE_HEADER.pres_ispctl_dbsc for {db,sc}enable
4608 - pvr: Zero tail of cs buffers after linking when dumping cs
4609 - pvr: Cleanup comments in pvr_physical_device_get_supported_*()
4610 - pvr: Don't rely on GNU void pointer arithmetic
4611 - pvr: Force compile error on GNU void pointer arithmetic
4612 - pvr: Switch to common pipeline cache implementation
4613 - pvr: Use vk_sampler base
4614 - pvr: Clean up & fix sampler border color support
4615 - pvr: Don't pass pvr_physical_device when only device info is needed
4616 - pvr: Minor refactor of pvr_device.c
4617 - pvr: Use common physical device properties
5891 - pvr: fix mipmap size calculation for bc formats
6137 - pvr: Implement VK_EXT_tooling_info
6138 - pvr: Add 'info' PVR_DEBUG flag
6139 - pvr: Implement VK_KHR_format_feature_flags2
6140 - pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag
6141 - pvr: Add VK_KHR_driver_properties
6142 - pvr: Use correct index when writing query availability data
6143 - pvr: Enable VK_EXT_scalar_block_layout
6144 - pvr: Enable KHR_image_format_list
6145 - pvr: Enable VK_KHR_uniform_buffer_standard_layout
6146 - pvr: Implement VK_KHR_external_fence
6147 - pvr: Implement VK_KHR_external_semaphore
6148 - pvr: Enable VK_KHR_bind_memory2 extension
6149 - pvr: Implement VK_EXT_texel_buffer_alignment
6150 - pvr: Implement VK_EXT_host_query_reset
6151 - pvr: Fix VK_EXT_texel_buffer_alignment
6243 - pvr: decouple vulkan driver and compiler from gallium