About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_nir_apply_pipeline_layout.c
AgeCommit message (Expand)Author
2025-10-21nir: remove manual nir_load_global_constantGeorg Lehmann
2025-10-09brw: Move into a new src/intel/compiler/brw subdirectoryKenneth Graunke
2025-10-09intel: Move intel_shader_reloc to common code and drop elk_shader_relocKenneth Graunke
2025-08-06all: rename gl_shader_stage_is_mesh to mesa_shader_stage_is_meshQiang Yu
2025-08-01treewide: simplify nir_def_rewrite_uses_afterAlyssa Rosenzweig
2025-08-01anv: store layout_type on the bind_map for convenienceLionel Landwerlin
2025-08-01anv: stop using anv_pipeline_sets_layoutLionel Landwerlin
2025-08-01anv: make anv_pipeline_sets_layout looks more like vk_pipeline_layoutLionel Landwerlin
2025-08-01anv: reuse runtime flags field for descriptor set layoutLionel Landwerlin
2025-07-31build: avoid redefining unreachable() which is standard in C23Antonio Ospite
2025-07-14anv: Remove NIR_PASS_V usagejhananit
2025-07-07anv: do not rely on sampler objects for pipeline compilationLionel Landwerlin
2025-07-07anv: rework embedded sampler hashingLionel Landwerlin
2025-06-06anv: simplify RENDER_SURFACE_STATE parsingLionel Landwerlin
2025-06-06anv: add support for shaderStorageImageReadWithoutFormat through emulationLionel Landwerlin
2025-04-10anv: fix self dependency computationLionel Landwerlin
2025-04-04anv: consolidate environment variablesLionel Landwerlin
2025-03-05anv/apply_layout: split binding table building into its own functionLionel Landwerlin
2025-02-23anv: Support putting image base address and image params in surface stateMi, Yanfeng
2024-12-19anv: use vk_descriptor_type_is_dynamicErik Faye-Lund
2024-11-26Revert in correct commit "fix"Lionel Landwerlin
2024-11-26fixLionel Landwerlin
2024-10-17anv: stop using a binding table entry for gl_NumWorkgroupsLionel Landwerlin
2024-09-09anv: selectively disable binding table usage on Gfx20Lionel Landwerlin
2024-08-22anv: move lowering of descriptor intrinsics to apply_layoutLionel Landwerlin
2024-08-22anv: simplify loading driver internal constantsLionel Landwerlin
2024-08-06anv: ensure max_plane_count is at least 1Lionel Landwerlin
2024-06-21treewide: use nir_def_replace sometimesAlyssa Rosenzweig
2024-06-21anv: don't apply descriptor array bound checkingLionel Landwerlin
2024-06-20anv: Implement Wa_14019708328José Roberto de Souza
2024-06-17treewide: use nir_metadata_control_flowAlyssa Rosenzweig
2024-05-08anv: fix ycbcr plane indexing with indirect descriptorsLionel Landwerlin
2024-04-25anv: reuse embedded samplers across shadersLionel Landwerlin
2024-03-14anv: ignore descriptor alignment for inline uniformsLionel Landwerlin
2024-02-29anv: add pipeline/shader support for descriptor buffersLionel Landwerlin
2024-02-29anv: add descriptor set layout support for descriptor buffersLionel Landwerlin
2024-02-29anv: add embedded sampler supportLionel Landwerlin
2024-02-29nir: add additional flag to resource_intel for embedded samplersLionel Landwerlin
2024-02-19anv: reenable ANV_ALWAYS_BINDLESSLionel Landwerlin
2023-12-04anv: use 2 different buffers for surfaces/samplers in descriptor setsLionel Landwerlin
2023-11-13anv: Bring back the non optimized version of build_load_render_surface_state_...José Roberto de Souza
2023-09-18treewide: Drop nir_ssa_for_src usersAlyssa Rosenzweig
2023-08-18nir: Drop most uses if nir_instr_rewrite_src()Faith Ekstrand
2023-08-14nir: Drop nir_destFaith Ekstrand
2023-08-14nir: Get rid of nir_dest_bit_size()Faith Ekstrand
2023-08-14anv: don't try to access dynamic buffers from surface statesLionel Landwerlin
2023-08-12nir: Drop "SSA" from NIR languageAlyssa Rosenzweig
2023-08-09anv/hasvk: track robustness per pipeline stageLionel Landwerlin
2023-08-09anv: remove descriptor array bounds checkingLionel Landwerlin
2023-08-03treewide: Remove more is_ssa assertsAlyssa Rosenzweig