About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/nouveau
AgeCommit message (Expand)Author
2025-11-06nouveau/drm-shim: remove double '/' in include pathAntonio Ospite
2025-11-06mesa: replace most occurrences of getenv() with os_get_option()Antonio Ospite
2025-11-05treewide: use BITSET_BYTES, BITSET_RZALLOCAlyssa Rosenzweig
2025-11-04nvk: VK_EXT_shader_uniform_buffer_unsized_arrayFaith Ekstrand
2025-11-04treewide: use UTIL_DYNARRAY_INITAlyssa Rosenzweig
2025-11-03nak/opt_lop: Don't handle modifiers in dedup_srcsMel Henning
2025-11-03nak/nvdisasm_tests: Test plop3Mel Henning
2025-10-30tree-wide: don't call nir_opt_constant_folding after nir_lower_flrpDaniel Schürmann
2025-10-30nvk: Enable ASTC on TegraFaith Ekstrand
2025-10-30nvk: Add an NVK_DEBUG=coherent flagFaith Ekstrand
2025-10-30nvk: Don't re-initialize the descriptor writer if the set matchesFaith Ekstrand
2025-10-30nak: Fix delay insertion missing WaRLorenzo Rossi
2025-10-30nak: Add cross-block instruction delay schedulingLorenzo Rossi
2025-10-30nak/reg_tracker: Add SparseRegTrackerLorenzo Rossi
2025-10-30nak: Add latency_upper_bound to ShaderModelLorenzo Rossi
2025-10-30nak/dataflow: Fix typo in commentsLorenzo Rossi
2025-10-27nvk: Advertise VK_KHR_maintenance10Faith Ekstrand
2025-10-27nvk: Advertise the new maintenance10 format featuresFaith Ekstrand
2025-10-27nvk: Switch to CmdEndRendering2KHR()Faith Ekstrand
2025-10-27nvk: Plumb attachment flags through to MSAA resolveFaith Ekstrand
2025-10-24util/dynarray: infer type in appendAlyssa Rosenzweig
2025-10-24nvk: Capture/replay buffer addresses for EDB capture/replayFaith Ekstrand
2025-10-24nvk: Look at the right pointer in GetDescriptorInfo for SSBOsFaith Ekstrand
2025-10-24nvk: Emit inactive vertex attributesFaith Ekstrand
2025-10-22nvk: Disable sampleLocationsSampleCounts for 1x MSAAFaith Ekstrand
2025-10-22nvk: Include the chipset in the pipeline/binary cache UUIDFaith Ekstrand
2025-10-22treewide: Use vk_collect_dependency_info_src_stagesMel Henning
2025-10-21nvk: implement VK_EXT_discard_rectanglesLorenzo Rossi
2025-10-21nvk: VK_DEPENDENCY_ASYMMETRIC_EVENT_BIT_KHRMel Henning
2025-10-21nak: fix MMA latencies on AmpereKarol Herbst
2025-10-21nak: improve fp16 latencies on AmpereKarol Herbst
2025-10-21nak: simplify SM80 HMMA latency categorizationKarol Herbst
2025-10-21nak: ensure deref has a ptr_stride in cmat load/store loweringKarol Herbst
2025-10-21nak: extract cmat load/store element offset calculationKarol Herbst
2025-10-21treewide: use nir_load_global_constant alias of nir_build_load_global_constantGeorg Lehmann
2025-10-21nir: remove manual nir_store_globalGeorg Lehmann
2025-10-21nir: remove manual nir_load_globalGeorg Lehmann
2025-10-21ci: uprev vkd3dEric Engestrom
2025-10-20nvk: Really fix maxVariableDescriptorCount w/ iubMel Henning
2025-10-15nvk: Expose cached and coherent as separate types on TegraFaith Ekstrand
2025-10-15nvk/query: Handle non-coherent query pool memoryFaith Ekstrand
2025-10-15nvk/query: Rework query waitsFaith Ekstrand
2025-10-15nvk/query: Add an interleaved query layoutFaith Ekstrand
2025-10-15nvk/query: Add a vk_query_pool_report_count() helperFaith Ekstrand
2025-10-15nvk/query: Pass an IS_TIMESTAMP flag explicitly to the CL kernelFaith Ekstrand
2025-10-15nvk/query: Rework offset helpersFaith Ekstrand
2025-10-15nvk: Flush indirect execution set mapsFaith Ekstrand
2025-10-15nvk: Flush descriptor set mapsFaith Ekstrand
2025-10-15nvk: Route more descriptor types through write_desc()Faith Ekstrand
2025-10-15nvk: Add an nvk_descriptor_writerFaith Ekstrand