platform/upstream/mesa.git
2022-08-21 Alyssa Rosenzweigpanfrost: Don't saturate in Bifrost blend shaders
2022-08-21 Alyssa Rosenzweigpanfrost: Set blit output variable types correctly
2022-08-21 Alyssa Rosenzweigpanfrost: Handle untyped_color_outputs on Bifrost
2022-08-21 Alyssa Rosenzweigpan/bi: Handle info.fs.untyped_color_outputs on Valhall
2022-08-21 Alyssa Rosenzweigpan/bi: Don't allow ATEST to take a temporary
2022-08-21 Alyssa Rosenzweigpan/bi: Don't reorder image loads across stores
2022-08-21 Alyssa Rosenzweigasahi: Fix warning building for macOS 12.0
2022-08-21 Danylo Piliaievtu: Assert that if draw state is enabled it has valid...
2022-08-21 Pavel Ondračkar300: merge MOVs with MULs or ADDs in merge channels
2022-08-21 Pavel Ondračkar300: merge MOVs into ADD using the 0 swizzle
2022-08-21 Pavel Ondračkar300: don't merge w channel in fragment shaders
2022-08-21 Pavel Ondračkar300: generalize the merge_movs pass
2022-08-21 Pavel Ondračkar300: run dataflow optimizations in separate loops
2022-08-21 Pavel Ondračkar300: check for identical saturate mode when merging...
2022-08-21 Pavel Ondračkar300: fix negate mask computation when merging movs
2022-08-21 Pavel Ondračkar300: allow constant swizzles with inline constant
2022-08-20 Jesse Nataliemicrosoft/clc: Handle a null clc logger
2022-08-20 Riteovulkan/device_select_wayland: fix a memory leak with...
2022-08-20 Konstantin... radv/ci: Remove host build related fails
2022-08-20 Timur Kristófaco: Improve SCC nocompare optimization when SCC is...
2022-08-20 Timur Kristófaco: Support s_cselect_b64 in SCC no-compare optimization.
2022-08-20 Timur Kristófaco/optimizer_postRA: Don't try to optimize dead instru...
2022-08-20 David Heidelbergci: implement stress testing jobs in ci_run_n_monitor.py
2022-08-20 David Heidelbergci: GraphQL was already implemented in ci_run_n_monitor.py
2022-08-20 David Heidelbergci: traces: update freedreno and broadcom to brotli...
2022-08-20 Mike Blumenkrantzzink: add gfx pipeline lookup shortcut
2022-08-20 Mike Blumenkrantzzink: track which stages in gfx programs are using...
2022-08-20 Mike Blumenkrantzzink: split resource tracking into two sets for buffer...
2022-08-20 Mike Blumenkrantzzink: make batch internal api static again
2022-08-20 Mike Blumenkrantzzink: merge all the batch state sets onto the struct
2022-08-20 Mike Blumenkrantzzink: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2022-08-20 Mike Blumenkrantzzink: add is_buffer param to zink_batch_resource_usage_set
2022-08-20 Mike Blumenkrantzzink: move zink_batch_resource_usage_set to be static...
2022-08-20 Mike Blumenkrantzzink: remove c++ guard from zink_resource.h
2022-08-20 Mike Blumenkrantzzink: add more c++ guards to headers
2022-08-20 Mike Blumenkrantzzink: make zink_bo.h compile in c++
2022-08-20 Mike Blumenkrantzzink: constify shader module variable
2022-08-20 Mike Blumenkrantzzink: pass shader stage as param for gfx module update
2022-08-20 Mike Blumenkrantzzink: use dynarray instead of list for internal shader...
2022-08-20 Mike Blumenkrantzzink: change u_foreach_bit to regular for loop in zink_...
2022-08-20 Mike Blumenkrantzzink: make program cache values more intelligible
2022-08-20 Mike Blumenkrantzzink: cache dynamic render vs renderpass pipelines...
2022-08-20 Mike Blumenkrantzzink: use stage comparison template to ignore vertices_...
2022-08-20 Mike Blumenkrantzzink: add templates for pipeline stage comparison
2022-08-20 Mike Blumenkrantzzink: use a list for free batch states
2022-08-20 Mike Blumenkrantzzink: split out first-time shader module creation
2022-08-20 Mike Blumenkrantzzink: split out gfx shader module creation from cache...
2022-08-20 Mike Blumenkrantzzink: split out nonseamless/inline shader module info...
2022-08-20 Mike Blumenkrantzzink: plumb screen info through shader key comparison
2022-08-20 Mike Blumenkrantzzink: plumb some screen info through gfx shader creation
2022-08-20 Mike Blumenkrantzzink: simplify shader key comparison by splitting out...
2022-08-20 Mike Blumenkrantzzink: rework bit iteration in update_gfx_shader_modules...
2022-08-20 Mike Blumenkrantzzink: fix shader key struct packing
2022-08-20 Mike Blumenkrantzzink: remove some gfx pipeline state members
2022-08-20 Mike Blumenkrantzzink: use template to eliminate more instructions in...
2022-08-20 Mike Blumenkrantzzink: move pipeline state comparison to c++ template
2022-08-20 Mike Blumenkrantzzink: move gfx pipeline recalc to c++
2022-08-20 Mike Blumenkrantzzink: move pipeline cache structs to zink_program.h
2022-08-20 Mike Blumenkrantzzink: add c++ guards to zink_pipeline.h
2022-08-20 Mike Blumenkrantzzink: remove cpu conditional render hack
2022-08-20 Mike Blumenkrantzzink: move gfx program update/creation into zink_program.c
2022-08-20 Mike Blumenkrantzzink: deduplicate some program destroy code
2022-08-20 Mike Blumenkrantzzink: deduplicate some program creation code
2022-08-20 Matt Turnerfreedreno/ir3: Use nir_opt_idiv_const
2022-08-20 Matt Turnerfreedreno/ir3: Don't use the broken idiv lowering
2022-08-19 Alyssa Rosenzweigpan/bi: Use nir_opt_idiv_const
2022-08-19 Alyssa Rosenzweigpan/bi: Don't use the broken idiv lowering
2022-08-19 Alyssa Rosenzweigpan/bi: Optimize pattern from nir_lower_idiv
2022-08-19 Alyssa Rosenzweigpan/bi: Optimize bitwise arithmetic of booleans
2022-08-19 Marek Olšákwinsys/amdgpu: change num_rejected_cs to a bool flag
2022-08-19 Marek Olšákwinsys/amdgpu: flatten huge if and reorder code in...
2022-08-19 Marek Olšákwinsys/amdgpu: terminate process on CS rejection when...
2022-08-19 Marek Olšákradeonsi: allow lost context with aux_contexts
2022-08-19 Marek Olšákradeonsi: rename stop_exec_on_failure -> allow_context_lost
2022-08-19 Mike BlumenkrantzRevert "zink: add all format modifiers when adding...
2022-08-19 Mike BlumenkrantzRevert "zink: try to reuse swapchain modifier for dmabu...
2022-08-19 Sami Kyöstiläintel/ds: Update to Perfetto API v28.0
2022-08-19 Chia-I Wuturnip: lower the queue priority to 1
2022-08-19 Chia-I Wufreedreno/pps: improve interaction with turnip
2022-08-19 Alyssa Rosenzweigpan/bi: Test int8/16 -> float32 opts
2022-08-19 Alyssa Rosenzweigpan/bi: Fuse [US][8|16]_TO_F32 ops
2022-08-19 Alyssa Rosenzweigpan/bi: Implement some extracts and inserts
2022-08-19 Roland Scheideggergallivm: always do per-pixel LOD for cube maps
2022-08-19 Roland Scheideggerlavapipe: initialize index_bias to zero for non-indexed...
2022-08-19 José Roberto... anv: Do not duplicate intel_device_info memory in each...
2022-08-19 Mike Blumenkrantzvk/render_pass: don't deref null resolve attachments
2022-08-19 Alyssa Rosenzweigpanfrost: Don't segfault on unknown models
2022-08-19 Glenn Kennardnv30: Fix non-scissored clears after a scissor has...
2022-08-19 Erik Faye-Lundzink: remove needless check
2022-08-19 Danylo Piliaievfreedreno: Disable LRZ write when alpha-to-coverage...
2022-08-19 Konstantin... radv: Inline bvh build headers
2022-08-19 SoroushIMGzink: Fix incorrect emission of SPIR-V shift ops
2022-08-19 Gert Wollnyr600: Fix SCRATCH OP de-assembly
2022-08-19 Gert Wollnyr600: Don't use SB with R600 style scratch reads
2022-08-19 Gert Wollnyr600/sfn: Handle R600 scratch read
2022-08-19 Gert Wollnyr600: Force NOPs when loading AR on R600 class hardware
2022-08-19 Gert Wollnyr600/sfn: Initialize out buffer when printing op
2022-08-19 Gert Wollnyr600/sfn: Fix color outputs when color0 writes all
2022-08-19 Gert Wollnyr600/sfn: Sort FS inputs to make interpolated values...
2022-08-19 Gert Wollnyr600/sfn: Add GS thread fix just like the TGSI code...
next