platform/upstream/mesa.git
2021-09-23 Timur Kristófac/nir: Emit edge flag instructions conditionally.
2021-09-23 Timur Kristófradv: Disable HW generated edge flags for NGG shaders.
2021-09-23 Jesse Nataliemicrosoft/clc: Add a test for specializing via SPIRV...
2021-09-23 Jesse Nataliemicrosoft/clc: Add API to independently specialize...
2021-09-23 Jesse Nataliemicrosoft/clc: Support passing specialization consts...
2021-09-23 Jesse Nataliemicrosoft/clc: Parse SPIR-V specialization consts into...
2021-09-23 Jesse Nataliemicrosoft/clc: Support SPIR intermediates in the compil...
2021-09-23 Jesse Nataliemicrosoft/clc: Split clc_object and rename entrypoints
2021-09-23 Jesse Nataliemicrosoft/clc: Stop heap-allocating tiny fixed-size...
2021-09-23 Jesse Nataliemicrosoft/clc: Clean up clc_context
2021-09-23 Jesse Nataliemicrosoft/clc: Rename compiler DLL to clon12compiler
2021-09-23 Mike Blumenkrantzzink: check for pending memory barrier before trying...
2021-09-23 Mike Blumenkrantzzink: clean up texture_barrier hook a little
2021-09-23 Tapani Pällimesa: GL_ARB_ES3_2_compatibility GL compat profile...
2021-09-23 Joshua Ashtonradv: Push box traversal results onto stack in correct...
2021-09-23 Kenneth Graunkeintel: Finish off the last scraps of bacon
2021-09-23 Dave Airlielavapipe: don't access pColorBlendState when not legal
2021-09-23 Dave Airlielavapipe: fix vertex attributes/descriptor binding
2021-09-23 Samuel Pitoisetradv: remove useless shader variant key copies for...
2021-09-22 Danylo Piliaievturnip: Move to common DEFINE_HANDLE_CASTS casting...
2021-09-22 Lepton Wuvirgl: Add an option to disable coherent
2021-09-22 Yiwei Zhangvenus: amend supported extensions list
2021-09-22 Mike Blumenkrantzzink: don't use legacy scanout with modifiers
2021-09-22 Emma Anholtci/vc4,i915g: Add links to VK-GL-CTS issues for some...
2021-09-22 Emma Anholtmesa: Fix missing CopyTexImage formats for OES_required...
2021-09-22 Yiwei Zhangdocs: update vn extension list
2021-09-22 Mike Blumenkrantzzink: fix ci skips
2021-09-22 Icecream95pan/mdg: Remove use of global variables in disassembler
2021-09-22 Boris Brezillonpan/decode: Fix DCD size in Pre frame decoding
2021-09-22 Jordan Justeniris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl...
2021-09-22 Jordan Justenintel/dev: Add display_ver and set adl-p to 13
2021-09-21 Mike Blumenkrantzzink: always use type size for query result copy stride
2021-09-21 Emma Anholtmesa: Prioritize checking for GLES2's uniform transpose...
2021-09-21 Emma Anholtmesa: Throw an error for compressed glGenerateMipmap...
2021-09-21 Emma Anholtturnip: Move physical device 1.2 properties to a helper...
2021-09-21 Emma Anholttu: Support VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED...
2021-09-21 Emma Anholttu: Move VK 1.1 core properties to a helper function...
2021-09-21 Eric Anholttu: Add GetPhysicalDeviceFeatures2() support for more...
2021-09-21 Eric Anholttu: Deduplicate extension/core feature flags.
2021-09-21 Eric Anholttu: Move core features definitions to a helper function.
2021-09-21 Caio Marcelo... spirv: Identify non-temporal memory access
2021-09-21 Caio Marcelo... anv: Refactor subgroup_size_type rules into a single...
2021-09-21 Caio Marcelo... anv: Simplify subgroup_size_type rules for compute...
2021-09-21 Christian Gmeinercompiler/isaspec: add alignment support
2021-09-21 Christian Gmeinercompiler/isaspec: keep track of written data
2021-09-21 Christian Gmeinercompiler/isaspec: add print(..) helper
2021-09-21 Christian Gmeinerfreedreno/isa: move isaspec to a new home
2021-09-21 Christian Gmeinerfreedreno/isa: add shbang and make executable
2021-09-21 Christian Gmeinerfreedreno/isa: update documentation
2021-09-21 Christian Gmeinerfreedreno/isa: encode: switch bitmask_t to BITSET_WORD's
2021-09-21 Christian Gmeinerfreedreno/isa: decode: switch bitmask_t to BITSET_WORD's
2021-09-21 Christian Gmeinerfreedreno/isa: add split_bits(..) methods
2021-09-21 Christian Gmeinerfreedreno/isa: generate marcos used for printf(..)
2021-09-21 Christian Gmeinerfreedreno/isa: add store_instruction(..)
2021-09-21 Christian Gmeinerfreedreno/isa: add BITMASK_WORDS define
2021-09-21 Christian Gmeinerfreedreno/isa: add bitmask to/from uint64_t helper
2021-09-21 Christian Gmeinerfreedreno/isa: add bitmask_t to encode.py
2021-09-21 Christian Gmeinerfreedreno/isa: generate isaspec-decode.h
2021-09-21 Christian Gmeinerfreedreno/isa: generate ir3-isa.h
2021-09-21 Christian Gmeinerfreedreno/isa: store max size for needed bitset
2021-09-21 Christian Gmeinerfreedreno/isa: add defines for fprintf(..) usage
2021-09-21 Christian Gmeinerfreedreno/isa: add next_instruction(..)
2021-09-21 Christian Gmeinerfreedreno/isa: simplify custom_target
2021-09-21 Christian Gmeinerfreedreno/isa: add leading zero's
2021-09-21 Christian Gmeinerutil/tests: add set bit range test
2021-09-21 Christian Gmeinerutil/bitset: add BITSET_SET_RANGE(..)
2021-09-21 Christian Gmeinerutil/bitset: s/BITSET_SET_RANGE/BITSET_SET_RANGE_INSIDE...
2021-09-21 Christian Gmeinerutil/tests: add bitset SHL tests
2021-09-21 Christian Gmeinerutil/bitset: add left shift
2021-09-21 Christian Gmeinerutil/tests: add bitset SHR tests
2021-09-21 Christian Gmeinerutil/bitset: add right shift
2021-09-21 Christian Gmeinerutil/tests: add bitwise AND, OR and NOT tests
2021-09-21 Christian Gmeinerutil/bitset: add bitwise AND, OR and NOT
2021-09-21 Christian Gmeinerutil/tests: rename bitset test names
2021-09-21 Alyssa Rosenzweigdocs/panfrost: Add web chat link
2021-09-21 Alyssa Rosenzweigdocs/panfrost: We're conformant now!
2021-09-21 Jason Ekstrandintel/fs: Handle required subgroup sizes specified...
2021-09-21 Jason Ekstrandspirv: Handle the SubgroupSize execution mode
2021-09-21 Charmaine Leesvga: fix render target views leak
2021-09-21 Dylan Bakerdocs: update calendar and link releases notes for 21.2.2
2021-09-21 Dylan Bakerdocs/relnotes/21.2.2: Add SHA256 sum
2021-09-21 Dylan Bakerdocs: add release notes for 21.2.2
2021-09-21 Emma Anholtfreedreno/a5xx+: Set the IJ_LINEAR_* request bits if...
2021-09-21 Emma Anholtfreedreno/a5xx+: Rename GRAS_CNTL/RB_RENDER_CONTROL0...
2021-09-21 Boris Brezillonpanvk: Implement vkCmdUpdateBuffer()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdFillBuffer()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdCopyBuffer()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdCopyImageToBuffer()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdCopyBufferToImage()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdCopyImage()
2021-09-21 Boris Brezillonpanvk: Implement vkCmdClear{DepthStencil,Color}Image()
2021-09-21 Boris Brezillonpanvk: Issue a fragment job if at least one target...
2021-09-21 Boris Brezillonpanvk: Stop dereferencing the subpass in panvk_cmd_clos...
2021-09-21 Boris Brezillonpanvk: Add a panvk_cmd_prepare_tiler_context() helper
2021-09-21 Boris Brezillonpanvk: Make panvk_cmd_alloc_tls_desc() more generic
2021-09-21 Boris Brezillonpanvk: Don't check the bind_point in panvk_cmd_prepare_...
2021-09-21 Boris Brezillonpanvk: Don't use the subpass to calculate the FB descri...
2021-09-21 Boris Brezillonpanvk: Get rid of panvk_emit_fragment_job()
2021-09-21 Boris Brezillonpanvk: Move blit/resolve stubs to a separate file
2021-09-21 Boris Brezillonpanvk: Move copy stubs to a separate file
next