Lines Matching full:pvr
497 - asahi: Annotate VDM/CDM commands as per PVR
1646 - pvr: fix memleak in error paths
1964 - pvr: get free list min size from the runtime info
1965 - pvr: reset all command buffer state in pvr_cmd_buffer_reset()
1966 - pvr: Implement vkResetCommandBuffer
1967 - pvr: remove redundant TODO
1968 - pvr: remove image pointer from image view struct
1969 - pvr: set samplerAnisotropy to false
1970 - pvr: cube map tex state packing fixes
1971 - pvr: don't setup attachment tex state for images with input attachment bit unset
1972 - pvr: finish render job sample count setup
1973 - pvr: add required pixel formats
1974 - pvr: remove implicit sync support
1975 - pvr: setup buffer and image format feature bits
2401 - pvr: Only destroy the physcial device if it exists
2720 - pvr: Fix bo mapping on alloc with PVR_BO_ALLOC_FLAG_CPU_ACCESS.
2721 - pvr: Compete pvr_calc_fscommon_size_and_tiles_in_flight().
2722 - pvr: Fix calculation in rogue_max_compute_shared_registers().
2723 - pvr: Change indentation from tab to spaces for xml files.
2724 - pvr: Set descriptor dirty flag based on other flags.
2725 - pvr: Finish setting up job resolve info.
2726 - pvr: Remove unimplemented push descriptor code.
2727 - pvr: Add depth_bias_array handling on dbenable.
2728 - pvr: Add clear program in pvr_device.
2729 - pvr: Add static clear control stream templates in pvr_device.
2730 - pvr: Add static clear VDM state in pvr_device.
2731 - pvr: Add graphics pipeline barrier handling.
2732 - Revert "pvr: Make pvr_cmd_pack() macro clearly internal"
2733 - pvr: Implement clear ppp state emission from template.
2734 - pvr: Add mid fragment pipeline barrier if needed.
2735 - pvr: Handle VK_CULL_MODE_FRONT_AND_BACK.
2736 - pvr: Emit cs words for load op on vkCmdBeginRenderPass().
2737 - pvr: Add basic skeleton for event sub cmd.
2738 - pvr: Remove struct pvr_emit_state and emit header directly.
2739 - pvr: Add csb helpers macros to write into raw buffer.
2740 - pvr: Make control stream word writing stricter.
2741 - pvr: Complete pvr_emit_ppp_state().
2742 - pvr: Add assert for texturestate being 0 in when emitting ppp state.
2743 - pvr: Add EMIT_MASK in pvr_emit_ppp_state().
2744 - pvr: Fix possible seg fault on csb copy.
2745 - pvr: Fix overflow before widen warning for rgn headers size calculation.
2746 - pvr: Handle pipeline barrier vk_sync.
2747 - pvr: Remove outdated comments.
2748 - pvr: Add PBE accum format size in bytes.
2749 - pvr: Change pvr_get_hw_clear_color() to pack based on accum formats.
3590 - pvr: Add pvr_csb_unpack().
3591 - pvr: Fix assignment to ISP back_a.sref
4343 - pvr: Implement vkResetDescriptorPool API.
4344 - pvr: Fix clang-format issue.
4345 - pvr: Implement vkGetPhysicalDeviceImageFormatProperties2 API.
4346 - pvr: Implement vkCmdDrawIndirect API.
4347 - pvr: Implement vkCmdDrawIndexedIndirect API.
4348 - pvr: Fix multiple file descriptor leaks.
4349 - pvr: Implement vkCreateEvent and vkDestroyEvent APIs.
4350 - pvr: Implement vkCmdSetEvent2 API.
4351 - pvr: Implement vkCmdResetEvent2 API.
4352 - pvr: Implement vkCmdWaitEvents2 API.
4353 - pvr: Implement vkSetEvent API.
4354 - pvr: Implement vkResetEvent API.
4355 - pvr: General reformatting and renaming some fields.
4356 - pvr: Replace pvr_renderpass_surface_initop with VkAttachmentLoadOp.
4357 - pvr: Add support for generating render pass hw setup data.
4358 - pvr: Use ~0 for masks instead of ~0U.
4359 - pvr: Add missing output register write in pvr_CreateRenderPass2.
4360 - pvr: Rename userpass_spawn to isp_userpass.
4361 - pvr: Add const to structs that are not supposed to be modified.
4362 - pvr: Add attachment resolve support.
4363 - pvr: Add support to create subpass load ops.
4364 - pvr: Pass load-op struct instead of idx to support subpass load-ops.
4365 - pvr: Implement vkCmdNextSubpass API.
4366 - pvr: implement vkcmddispatchindirect api.
4367 - pvr: Handle indirect buffer address in pvr_setup_descriptor_mappings.
4368 - pvr: Convert attachment indexes to unsigned.
4369 - pvr: Remove redundant instruction buffer check.
4370 - pvr: Remove redundant assignment error.instruction.
4371 - pvr: Remove framebuffer NULL check from pvr_CmdBeginRenderPass2.
4372 - pvr: Remove dead code from pvr_perform_start_of_render_clears.
4373 - pvr: Zero init pbe_cs_words to avoid passing on garbage.
4374 - pvr: Fix Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN) errors.
4375 - pvr: Call VALGRIND_FREELIKE_BLOCK before unmapping to avoid use after free.
4376 - pvr: Add assert to check for non-NULL binding_desc.
4377 - pvr: Implement vkGetEventStatus API.
4378 - pvr: Add pvr_csb_emit_link function to support secondary buffer links.
4379 - pvr: Fix check in pvr_cmd_uses_deferred_cs_cmds.
4380 - pvr: Add support for PVR_CMD_STREAM_TYPE_GRAPHICS_DEFERRED stream.
4381 - pvr: Create deferred control stream for secondary command buffers.
4382 - pvr: Reserve space for vdm state for deferred secondary buffer.
4383 - pvr: Add support to copy a control stream to another control stream.
4384 - pvr: Implement vkCmdExecuteCommands API.
4385 - pvr: Update buffer type macro names for consistency.
4386 - pvr: Fix heap type of availability_buffer allocation.
4387 - pvr: Fix allocation size passed in pvr_cmd_buffer_alloc_mem.
4388 - pvr: Remove double error reporting.
4389 - pvr: Split pds compute shader create and upload code for reuse.
4390 - pvr: Add vulkan shader factory headers for Query and clear APIs.
5043 - pvr: Update FWIF compute register structure
5044 - pvr: Remove STRIP_RENDERING members from FWIF
5045 - pvr: Update FWIF 3d and compute register structures