intel/dev: Move i915 code to i915/intel_device_info.c
[platform/upstream/mesa.git] / src / imagination /
2023-01-19 Dylan Bakermeson: remove version checks for < 0.59
2023-01-18 Luigi Santivettipvr: add support for tile buffer output clear
2023-01-18 Luigi Santivettipvr: fix uses_tile_buffers in clear color attachment
2023-01-16 Matt Costerpvr: Add support for geometry-only render jobs
2023-01-16 Matt Costerpvr: Extract setup of winsys job submit flags into...
2023-01-04 Karmjit Mahilpvr: Remove PVR_STATIC_CLEAR_.*_BIT and use VkImageAspe...
2023-01-04 Karmjit Mahilpvr: Implement color/depth/depth+stencil attachment...
2023-01-04 Karmjit Mahilpvr: Add clear attachment programs in device.
2023-01-04 Karmjit Mahilpvr: Add comments documenting large/normal clear words.
2023-01-04 Karmjit Mahilpvr: Add empty clear attachment usc programs.
2023-01-04 Karmjit Mahilpvr: Implement depth/stencil/depth+stencil attachment...
2023-01-04 Karmjit Mahilpvr: Fix typo in 'err_free_verices_buffer'.
2023-01-04 Karmjit Mahilpvr: Add pvr_clear_vertices_upload().
2023-01-04 Karmjit Mahilpvr: Move static clear state into pvr_clear.c .
2023-01-04 Karmjit Mahilpvr: Add layer count support to pvr_clear_vdm_state().
2023-01-04 Karmjit Mahilpvr: Move clear VDM state into pvr_clear.h .
2023-01-04 Karmjit Mahilpvr: Add clear rta vert shader pds program.
2023-01-04 Karmjit Mahilpvr: Add pvr_clear.{h,c} .
2023-01-04 Karmjit Mahilpvr: Add multi layer passthough vert shader upload...
2023-01-04 Karmjit Mahilpvr: Change "ID" to "id" in instance_ID_modifier.
2022-12-08 Matt Costerpvr: Check depth/stencil attachment is tile-aligned
2022-12-08 Matt Costerpvr: Account for other depth formats in pvr_frag_state_...
2022-12-08 Matt Costerpvr: Add stencil support in render job setup
2022-12-08 Matt Costerpvr: Extract common code from pvr_CmdDispatch{,Indirect}
2022-12-08 Matt Costerpvr: Track max_shared_regs for compute jobs
2022-12-08 Matt Costerpvr: Refactor pvr_compute_pipeline and pvr_compute_pipe...
2022-12-05 Matt Costerpvr: Add empty PDS program
2022-12-05 Matt Costerpvr: Add pvr_pds_compute_shader_program_init()
2022-12-05 Matt Costerpvr: Use util_dynarray_append_dynarray()
2022-12-01 Matt Costerpvr: debug: Print hexdump at the end of all sub buffers
2022-12-01 Matt Costerpvr: debug: Add option to zero-alloc all buffer objects
2022-12-01 Matt Costerpvr: debug: Print hexdump for referenced buffers with...
2022-12-01 Matt Costerpvr: debug: Add offset address field type for dumps
2022-12-01 Matt Costerpvr: debug: Include hexdump after each block in control...
2022-12-01 Matt Costerpvr: debug: Enhancements to hex dumps
2022-12-01 Karmjit Mahilpvr: Remove a todo in vkCmdEndRenderPass2().
2022-12-01 Karmjit Mahilpvr: Replace sub_cmd flags with bools within each sub_c...
2022-12-01 Karmjit Mahilpvr: Handle PVR_SUB_COMMAND_FLAG_OCCLUSION_QUERY.
2022-12-01 Karmjit Mahilpvr: Handle PVR_SUB_COMMAND_FLAG_TRANSFER_SERIALIZE_WIT...
2022-11-30 Rajnesh Kanwalpvr: Add support to submit occlusion query sub cmds.
2022-11-30 Rajnesh Kanwalpvr: Create a separate compute context for queries.
2022-11-30 Rajnesh Kanwalpvr: Set isp userpass to dirty for secondary command...
2022-11-30 Rajnesh Kanwalpvr: Process queries and emit write program when ending...
2022-11-30 Rajnesh Kanwalpvr: Kick job and end sub_cmd if barrier_store is set...
2022-11-30 Rajnesh Kanwalpvr: Process secondary buffer queries in vkCmdExecuteCo...
2022-11-30 Rajnesh Kanwalpvr: Save error result in cmd_buffer state.
2022-11-30 Rajnesh Kanwalpvr: Implement vkCmdCopyQueryPoolResults API.
2022-11-30 Rajnesh Kanwalpvr: Implement vkCmdResetQueryPool API.
2022-11-30 Rajnesh Kanwalpvr: Add support to generate query programs.
2022-11-30 Rajnesh Kanwalpvr: Add PVR_SUB_CMD_TYPE_OCCLUSION_QUERY type sub...
2022-11-30 Rajnesh Kanwalpvr: Create device specific compute query programs.
2022-11-30 Rajnesh Kanwalpvr: Implement vkCmdEndQuery API.
2022-11-30 Rajnesh Kanwalpvr: Implement vkCmdBeginQuery API.
2022-11-30 Rajnesh Kanwalpvr: Sequential dependency should be NONE for 0 constan...
2022-11-30 Rajnesh Kanwalpvr: Implement vkGetQueryPoolResults API.
2022-11-30 Rajnesh Kanwalpvr: Add support to generate update compute kernel.
2022-11-30 Rajnesh Kanwalpvr: Add support to generate compute kernel to update...
2022-11-30 Rajnesh Kanwalpvr: Change CDM to compute, TA to geometry and 3D to...
2022-11-29 Karmjit Mahilpvr: Add missing valgrind includes and fix unused retur...
2022-11-29 Sarah Walkerpvr: Query kernel for free list max size
2022-11-28 Karmjit Mahilpvr: Setup tile buffers.
2022-11-28 Karmjit Mahilpvr: Don't print out secondaries if they aren't used.
2022-11-28 Karmjit Mahilpvr: Add '+' before desc offsets in debug output.
2022-11-28 Karmjit Mahilpvr: Use glsl syntax to show set and binding number.
2022-11-28 Karmjit Mahilpvr: Change how desc set debug output section dividers...
2022-11-28 Karmjit Mahilpvr: Don't print inactive bindings.
2022-11-28 Karmjit Mahilpvr: Print out empty row if dynamic primaries or second...
2022-11-28 Karmjit Mahilpvr: Explain why dynamic descriptors are allocated...
2022-11-25 Matt Costerpvr: debug: Add PPP sub-buffer support to CSB dumps.
2022-11-25 Matt Costerpvr: csbgen: Remove TEXTURE_WRAP_VARYING-dependent...
2022-11-25 Matt Costerpvr: debug: Add option to track pvr_bo allocations
2022-11-25 Matt Costerpvr: debug: Add "cs" debug option to dump control strea...
2022-11-25 Matt Costerpvr: Add pvr_bo_cpu_map_unchanged() helper to load...
2022-11-25 Matt Costerpvr: csbgen: Generate enum-to-string functions for...
2022-11-25 Matt Costerpvr: util: Add integer digit counting functions
2022-11-18 Matt Costerpvr: Minor cleanup around pvr_emit_vdm_index_list()
2022-11-18 Matt Costerpvr: Support clear colours with more than 32 bits
2022-11-18 Karmjit Mahilpvr: Fix clang-format error.
2022-11-16 Matt Costerpvr: Fix valgrind issue on compute job submissions
2022-11-11 Matt Costerpvr: Use common pipeline & dynamic state frameworks
2022-11-11 Matt Costerpvr: Use PVRX(TA_PASSTYPE) for pvr_fragment_shader_stat...
2022-11-11 Matt Costerpvr: Store format aspects on render pass attachments
2022-11-11 Matt Costerpvr: Remove scissor_accum dynamic state
2022-11-11 Matt Costerpvr: VDMCTRL_INDEX_LIST[5-9] are not needed
2022-11-11 Matt Costerpvr: Implement new firmware stream interface
2022-11-11 Matt Costerpvr: Set all compute sub-command registers in the same...
2022-11-11 Dave Airliepvr: use common command buffer status
2022-11-11 Jason Ekstrandpvr: Hook up vk_command_buffer_ops::reset
2022-11-11 Jason Ekstrandpvr: Call command buffer reset conditionally
2022-11-10 Frank Binnspvr: conditionally call pvr_finishme() in pvr_csb_copy()
2022-11-10 Frank Binnspvr: move TODO next to related code
2022-11-10 Frank Binnspvr: replace unsupported sub-command type pvr_finishme...
2022-11-10 Frank Binnspvr: remove some stale FIXMEs/pvr_finishmes
2022-11-10 Karmjit Mahilpvr: Address TODO in PVR_PDS_CONST_MAP_ENTRY_TYPE_DESCR...
2022-11-10 Karmjit Mahilpvr: Remove some TODOs.
2022-11-10 Sarah Walkerpvr: Fix segfault in pvr_CreatePipelineLayout when...
2022-11-03 Sarah Walkerpvr: Fix NULL pointer indirection in pvr_enable_z_repli...
2022-11-02 Kenneth Graunkenir: Drop infer_non_readable option for nir_opt_access()
2022-10-31 Frank Binnspvr: setup buffer and image format feature bits
2022-10-28 Frank Binnspvr: remove implicit sync support
next