About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_pipeline_cache.c
AgeCommit message (Expand)Author
2025-10-09brw: Rename brw_shader_reloc to intel_shader_relocKenneth Graunke
2025-10-08anv: Rename anv_shader_bin to anv_shader_internalJosé Roberto de Souza
2025-10-08anv: Drop shader relocs from anv_shader_bin_create()José Roberto de Souza
2025-10-08anv: Replace duplicated code set shader relocs by a functionJosé Roberto de Souza
2025-10-02brw,anv: use XML-based statsAlyssa Rosenzweig
2025-09-18brw: drop indirection on compiler optionsAlyssa Rosenzweig
2025-08-16anv: Set the Shader capability when compiling the FP64 shaderFaith Ekstrand
2025-08-06all: rename gl_shader_stage_name to mesa_shader_stage_nameQiang Yu
2025-08-06all: rename gl_shader_stage to mesa_shader_stageQiang Yu
2025-08-01anv: avoid looking at the pipeline to flush push descriptorsLionel Landwerlin
2025-08-01anv: store layout_type on the bind_map for convenienceLionel Landwerlin
2025-08-01anv: extract embedded samplers from pipeline_cacheLionel Landwerlin
2025-07-14anv: Remove NIR_PASS_V usagejhananit
2025-06-28anv: add support for handling wa_18019110168 with gfx-libsLionel Landwerlin
2025-06-16anv: Drop unused helper cmd_buffer_dispatch_kernelSagar Ghuge
2025-05-08anv: switch to use the tcs_prog_data for dynamic input verticesLionel Landwerlin
2025-04-22anv: Add new debug flag to show shader stageMichael Cheng
2025-04-10anv: fix self dependency computationLionel Landwerlin
2025-03-25anv: avoid early lower of the fp64 codeLionel Landwerlin
2025-03-04anv: Implement VK_EXT_device_memory_reportLucas Fryzek
2025-02-20nir/peephole_select: add options structGeorg Lehmann
2025-02-12nir: Don't include the full nir.h when not necessary.Timur Kristóf
2025-02-05intel: port to u_printf context + singletonAlyssa Rosenzweig
2025-01-23nir/validate: validate ssa dominance by defaultRhys Perry
2025-01-17anv: handle printf buffer size relocationsLionel Landwerlin
2025-01-17nir,util: move printf serializing into utilAlyssa Rosenzweig
2024-11-14anv: Protect memcpy/memset/qsort calls against NULL argumentsMatt Turner
2024-07-19anv: get rid of the second dynamic state heapLionel Landwerlin
2024-05-20anv: switch to vk_device::mem_cache field for default cacheLionel Landwerlin
2024-05-15anv: add debug shader printf supportLionel Landwerlin
2024-05-09anv: Use spirv_capabilities for the float64 shaderFaith Ekstrand
2024-04-25anv: reuse embedded samplers across shadersLionel Landwerlin
2024-03-05treewide: Remove vulkan/runtime vulkan/util prefix in include pathYonggang Luo
2024-02-29anv: add pipeline/shader support for descriptor buffersLionel Landwerlin
2024-02-29anv: add embedded sampler supportLionel Landwerlin
2024-01-22anv: using a single struct for kernel uploadLionel Landwerlin
2023-12-04anv: use 2 different buffers for surfaces/samplers in descriptor setsLionel Landwerlin
2023-11-02anv: make shader cache content deterministicMark Janes
2023-10-30anv: rename internal heapsLionel Landwerlin
2023-05-30anv: reduce push constant size for descriptor setsLionel Landwerlin
2023-05-24anv: implement EDS2.extendedDynamicState2PatchControlPointsLionel Landwerlin
2023-05-05anv: make internal address space allocation more dynamicLionel Landwerlin
2023-05-05anv: avoid hardcoding instruction VA constant in shadersLionel Landwerlin
2023-04-10vulkan/pipeline_cache: add cache parameter to deserialize() functionDaniel Schürmann
2023-04-10vulkan/pipeline_cache: remove vk_device from vk_pipeline_cache_objectDaniel Schürmann
2023-02-02anv: Perform load_constant address math in 32-bit rather than 64-bitKenneth Graunke
2022-12-23anv: implement generated (indexed) indirect drawsLionel Landwerlin
2022-11-10anv: fixup invalid enum for nir environmentLionel Landwerlin
2022-11-02utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*Illia Abernikhin
2022-10-28anv: Add softtp64 workaroundMykhailo Skorokhodov