platform/upstream/mesa.git
2023-08-14 Jordan Justenintel/genxml: Add final newline to output when saving xml
2023-08-14 Jordan Justenintel/genxml: Don't rewrite sorted xml if the contents...
2023-08-14 Jordan Justenintel/genxml: Move sorting & writing into GenXml class
2023-08-14 Italo Nicolapanfrost/ci: updated CI expectations
2023-08-14 Italo Nicolapan/decode: handle more than one panfrost_device
2023-08-14 Italo Nicolapanfrost: fix invalid memory access in get_equation_str()
2023-08-14 Mike Blumenkrantzzink: ci updates
2023-08-14 Konstantin... lavapipe/ci: Remove descriptor_indexing fails
2023-08-14 Konstantin... gallivm: Run nir_convert_to_lcssa before nir_convert_fr...
2023-08-14 Faith Ekstrandnir: Drop nir_dest
2023-08-14 Faith Ekstrandnir: Drop nir_alu_dest
2023-08-14 Faith Ekstrandnir: Get rid of nir_dest_is_divergent()
2023-08-14 Faith Ekstrandnir: Get rid of nir_dest_num_components()
2023-08-14 Faith Ekstrandnir: Get rid of nir_dest_bit_size()
2023-08-14 Faith Ekstrandnir/print: Replace all dest printing with print_def
2023-08-14 Faith Ekstrandnir/validate: Replace all dest validation with validate_def
2023-08-14 Faith Ekstrandnir/propagate_invariant: Stop passing around nir_dest
2023-08-14 Faith Ekstrandnir/dce: Stop passing around nir_dest
2023-08-14 Faith Ekstrandnir/gather_types: Stop passing around nir_dest
2023-08-14 Faith Ekstrandnv50/ir: Stop passing around nir_dest and nir_alu_dest
2023-08-14 Faith Ekstrandr600/sfn: Stop passing around nir_dest and nir_alu_dest
2023-08-14 Faith Ekstrandetnaviv: Stop passing around nir_dest
2023-08-14 Faith Ekstrandlima: Stop using nir_dest directly
2023-08-14 Faith Ekstrandnir,ntt,a2xx,lima: Stop using nir_dest directly
2023-08-14 Faith Ekstrandvc4: Stop passing around nir_dest
2023-08-14 Faith Ekstrandbroadcom: Stop using nir_dest directly
2023-08-14 Faith Ekstrandintel/fs: Stop passing around nir_dest and nir_alu_dest
2023-08-14 Faith Ekstrandintel/vec4: Stop passing around nir_dest
2023-08-14 Alyssa Rosenzweignir: Drop nir_dest_init
2023-08-14 Alyssa Rosenzweigdxil: Do not reference nir_dest
2023-08-14 Alyssa Rosenzweigir3: Do not reference nir_dest
2023-08-14 Alyssa Rosenzweigzink: Do not reference nir_dest
2023-08-14 Alyssa Rosenzweigpanfrost: Do not reference nir_dest
2023-08-14 Alyssa Rosenzweigasahi: Do not reference nir_dest
2023-08-14 Alyssa Rosenzweigpan/bi: Don't reference nir_dest
2023-08-14 Alyssa Rosenzweigpan/mdg: Don't reference nir_dest
2023-08-14 Alyssa Rosenzweigagx: Remove agx_nir_ssa_index
2023-08-14 Alyssa Rosenzweigagx: Stop passing nir_dest around
2023-08-14 Konstantin... nir/from_ssa: Don't insert store_reg instructions befor...
2023-08-14 David Roscagallium/auxiliary/vl: Set correct csc matrix in set_buf...
2023-08-14 Mike Blumenkrantzlavapipe: handle VkBufferUsageFlags2KHR
2023-08-14 Mike Blumenkrantzlavapipe: handle VkPipelineCreateFlagBits2KHR
2023-08-14 David Heidelbergci/baremetal: shorten BM_KERNEL to filename and BM_DTB...
2023-08-14 David Heidelbergci/baremetal: do not install curl, it's already there
2023-08-14 Yonggang Luofreedreno: Use shared DIV_ROUND_UP instead div_round_up
2023-08-14 Mike Blumenkrantzu/draw: skip zero-sized indirect draws
2023-08-14 Rhys Perryaco: summarize register demand after handling branches
2023-08-14 Sergi Blanch... Revert "ci: disable Collabora's LAVA lab for maintance"
2023-08-14 Christian Gmeineretnaviv: switch to S_FIXED(..) macro
2023-08-14 Christian Gmeineretnaviv: switch to U_FIXED(..) macro
2023-08-14 Christian Gmeineretnaviv: switch to log2f(..)
2023-08-14 Mike Blumenkrantzzink: fix crash in lower_pv_mode_gs_store
2023-08-14 Mike Blumenkrantzzink: fix null config screen creation
2023-08-14 Karol Herbstclc: use CLANG_RESOURCE_DIR for clang's resource path
2023-08-14 Yonggang Luov3d: Use DIV_ROUND_UP instead div_round_up
2023-08-14 Lionel Landwerlinanv: don't try to access dynamic buffers from surface...
2023-08-14 Yonggang Luoradv: Fixes mingw linkage error undefined reference...
2023-08-14 Sergi Blanch... ci: disable Collabora's LAVA lab for maintance
2023-08-14 Mike Blumenkrantzgallium: move vertex stride to CSO
2023-08-14 Mike Blumenkrantznouveau: calloc vertex csos
2023-08-14 Mike Blumenkrantzvirgl: fix some indentation
2023-08-14 Mike Blumenkrantzvirgl: move virgl_vertex_elements_state to header
2023-08-14 Mike Blumenkrantzd3d10umd: use cso_context to set vertex buffers and...
2023-08-13 Faith Ekstrandnir: Drop nir_foreach_dest()
2023-08-13 Faith Ekstrandnir/from_ssa: Use nir_foreach_def() instead of nir_fore...
2023-08-13 Faith Ekstranddxil: Use nir_foreach_def() instead of nir_foreach_dest()
2023-08-13 Faith Ekstrandst,zink,sfn: Use nir_foreach_def instead of nir_foreach...
2023-08-13 Faith Ekstrandnir: nir_foreach_ssa_def() -> nir_foreach_def()
2023-08-13 Faith Ekstrandnir: Drop nir_ssa_dest_init_for_type()
2023-08-13 Faith Ekstrandnir: Drop nir_ssa_dest_init()
2023-08-13 Faith Ekstrandnir/serialize: [De]serialize nir_def nor nir_dest
2023-08-13 Faith Ekstrandnir/clone: Clone nir_def nor nir_dest
2023-08-13 Faith Ekstrandnir: Drop more instances of nir_ssa_dest_init()
2023-08-13 Faith Ekstrandnir: Drop most instances of nir_ssa_dest_init()
2023-08-13 David Roscafrontends/va: Ignore requested size when creating VAEnc...
2023-08-13 Konstantin... lavapipe: Use common physical device properties
2023-08-13 Konstantin... clang-format: Disable formatting by default
2023-08-12 M Henningnvk: Remove reference to genUserClip
2023-08-12 Faith Ekstrandnvk: Don't use nir_ssa_for_src()
2023-08-12 Alyssa Rosenzweignir: Drop "SSA" from NIR language
2023-08-12 Faith Ekstrandnir: clang-format src/compiler/nir/*.[ch]
2023-08-12 Faith Ekstrandnir: Add a .clang-format file
2023-08-12 Faith Ekstrandnir: Add a do to the do/while in nir_const_value_t_array()
2023-08-12 Faith Ekstrandnir: Wrap pass macros in braces
2023-08-12 Faith Ekstrandnir: Pretty format type mapping helpers
2023-08-12 Faith Ekstrandnir: More manual formatting
2023-08-12 Faith Ekstrandnir: Don't clang-format debug print setup
2023-08-12 Faith Ekstrandnir: Don't clang-format a couple typedefs
2023-08-12 Faith Ekstrandnir: Don't clang-format const_value helpers
2023-08-12 Faith Ekstrandnir: Re-align a couple enums and add clang-format comments
2023-08-12 Faith Ekstrandclang-format: Set the default ColumnLimit to 0
2023-08-12 Faith Ekstrandclang-format: nir_foreach_src is not a foreach macro
2023-08-12 Faith Ekstrandclang-format: Add nir_foreach_reg_*
2023-08-12 Roman Stratiienkoandroid: Introduce the Android buffer info abstraction
2023-08-12 Roman Stratiienkoutil: Add NONNULL macro
2023-08-12 David Heidelbergci/deqp: really remove the uncompressed results.csv...
2023-08-12 Lionel Landwerlinanv: move genX(rasterization_mode) to gfx8_cmd_buffer.c
2023-08-12 Lionel Landwerlinanv: get rid of genX(emit_multisample)
2023-08-12 Lionel Landwerlinintel/decoder: add options to decode surfaces/samplers
2023-08-12 Lionel Landwerlinanv: emit 3DSTATE_GS only once per pipeline
next