platform/upstream/mesa.git
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
2021-09-21 Tomeu Vizosopanvk: Move CmdClear* impl to a separate file
2021-09-21 Boris Brezillonpanvk: Merge identical BO entries before submitting...
2021-09-21 Boris Brezillonpanvk: Preload FB attachments when required
2021-09-21 Boris Brezillonpanvk: Initialize the blend shader logic
2021-09-21 Boris Brezillonpan/blit: Extend pan_preload_fb() to return emitted...
2021-09-21 Boris Brezillonpan/blit: Fix a NULL dereference in the preload path
2021-09-21 Boris Brezillonpan/bi: Allow passing RT conversion descriptors to...
2021-09-21 Boris Brezillonpan/bi: Relax check on 8bit swizzles
2021-09-21 Samuel Pitoisetradv: do not store meta shaders to the default shader...
2021-09-21 Michel Zouwgl: fix 32 bits mingw exports
2021-09-21 Samuel Pitoisetradv: do not use a different disk cache key for LLVM
2021-09-21 Jordan JustenRevert "intel/dev: Add display_ver and set adl-p to 13"
2021-09-21 Jordan JustenRevert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12...
2021-09-21 Jordan Justeniris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl...
2021-09-21 Jordan Justenintel/dev: Add display_ver and set adl-p to 13
2021-09-21 Connor Abbottfreedreno, turnip: Set TPL1_DBG_ECO_CNTL better
2021-09-21 Connor Abbottfreedreno/a6xx: Name TPL1_DBG_ECO_CNTL
2021-09-21 Andreas Baierllima: Remove depth near/far workaround
2021-09-21 Andreas Baierllima: Expose GL_EXT_clip_control
2021-09-21 Pierre-Eric... radeonsi/test: use -t for deqp tests
2021-09-21 Pierre-Eric... radeonsi/test: don't require a folder name
2021-09-21 Pierre-Eric... radeonsi/sqtt: add si_se_is_disabled
2021-09-21 Pierre-Eric... radeonsi/sqtt: export wave size and scratch size
2021-09-21 Pierre-Eric... radeonsi/test: update expected results
2021-09-21 Pierre-Eric... radeonsi/test: fix typo in the test script
2021-09-21 Samuel Pitoisetradv: remove useless assertions in the SQTT path
2021-09-21 Samuel Pitoisetradv: make the SQTT BO a resident buffer
2021-09-21 Samuel Pitoisetradv: replicate THREAD_TRACE_CTRL config when stopping...
2021-09-21 Bas Nieuwenhuizenradv: Experimentally enable RT extensions.
2021-09-21 Bas Nieuwenhuizenradv: Add caching for RT pipelines.
2021-09-21 Bas Nieuwenhuizenradv: Add support for setting a dynamic stack size.
2021-09-21 Bas Nieuwenhuizenradv: Combine all the parts together with a main loop...
next