platform/upstream/mesa.git
2020-10-29 Vinson Leeglsl: Update loop_terminator constructor to accept...
2020-10-28 Timur Kristófaco/ngg: Incorporate GS invocations into workgroup...
2020-10-28 Timur Kristófaco/ngg: Export a zero-area triangle when primitive...
2020-10-28 Timur Kristófaco: Add a few assertions about LDS usage.
2020-10-28 Timur Kristófaco: Make emitting reduction instructions a bit more...
2020-10-28 Timur Kristófaco: Add some validation for PSEUDO_REDUCTION instructions.
2020-10-28 Timur Kristófaco/ngg: Put shader query reduction operand into a...
2020-10-28 Timur Kristófaco: Assert that workgroup barriers are not used inappr...
2020-10-28 Christian Gmeinerci/bare-metal: suppress 'No such file or directory'
2020-10-28 Rhys Perryaco: switch aco_print_asm to a FILE *
2020-10-28 Rhys Perryaco: refactor repeated instruction disassembly
2020-10-28 Rhys Perryaco: move individual instruction disassembly to its...
2020-10-28 Adam Jacksondocs/features: Update extensions for swr
2020-10-28 Adam Jacksondocs/features: Update extensions for softpipe
2020-10-28 Rhys Perryaco: use mubuf helper in select_gs_copy_shader
2020-10-28 Rhys Perryaco: use control flow creation helpers in select_gs_cop...
2020-10-28 Rhys Perryaco: round bytes_written to dwords if larger than 4...
2020-10-28 Rhys Perryaco: default to a definition size of 32
2020-10-28 Erik Faye-Lunddocs: s3tc -> S3TC
2020-10-28 Erik Faye-Lunddocs: clang -> Clang
2020-10-28 Erik Faye-Lunddocs: gcc -> GCC
2020-10-28 Erik Faye-Lunddocs: fbo -> FBO
2020-10-28 Erik Faye-Lunddocs: hud -> HUD
2020-10-28 Erik Faye-Lunddocs: api -> API
2020-10-28 Erik Faye-Lunddocs: anistropy -> anisotropy
2020-10-28 Erik Faye-Lunddocs: eg. -> e.g.
2020-10-28 Erik Faye-Lunddocs: ie. -> i.e.
2020-10-28 Daniel Schürmannradv: remove call to nir_lower_pack()
2020-10-28 Daniel Schürmannradv: lower pack_[64/32]_* via nir_lower_alu_to_scalar()
2020-10-28 Daniel Schürmannnir: add options to lower nir_op_pack_[64/32]_* via...
2020-10-28 Daniel Schürmannac/nir: implement nir_op_[un]pack_64_4x16
2020-10-28 Daniel Schürmannaco: implement nir_op_unpack_[64/32]_*
2020-10-28 Iago Toral... v3dv: enable alphaToOne feature
2020-10-28 Bas Nieuwenhuizenradv: Do not access set layout during vkCmdBindDescript...
2020-10-28 Bas Nieuwenhuizenradv: Fix 1D compressed mipmaps on GFX9.
2020-10-27 Jordan Justenintel/mi_builder: Support gen11 command-streamer based...
2020-10-27 Vinson LeeFix VMware capitalization.
2020-10-27 Michel Zouutil: use dllexport for mingw too
2020-10-27 Michel Zoulavapipe: configure suffix in icd json
2020-10-27 Michel Zougallium: use libpipe_loader_links
2020-10-27 Michel Zouwsi: move drm code to wsi_common_drm.c
2020-10-27 Michel Zoulavapipe: fix usleep usage in lvp_device
2020-10-27 Jordan Justenintel/dev: Add device info for ADL-S
2020-10-27 Rhys Perryaco: ignore the ACO-inserted continue in create_continu...
2020-10-27 Dave AirlieCI: remove llvmpipe cl flake test
2020-10-27 Jordan Justenanv: Drop warning about gen12 not being supported
2020-10-27 Icecream95panfrost: AFBC compress Z16 depth buffers
2020-10-27 Icecream95panfrost: Z16 depth buffer support
2020-10-27 Icecream95panfrost: Move zs format handling code out of the ...
2020-10-27 Jason Ekstranddocs: Specify when branch points happen
2020-10-27 James Parkvulkan/util,vulkan/wsi,radv: Add typed outarray API
2020-10-27 Rhys Perryaco: remove all-undef phi opt
2020-10-27 Rhys Perryaco: use v_mov_b32_sdwa for some 16-bit constants
2020-10-27 Rhys Perryaco: remove some unused optimizations
2020-10-27 Rhys Perryaco: use Builder::copy more
2020-10-27 Rhys Perryaco: always use p_parallelcopy for pre-RA copies
2020-10-27 Rhys Perryaco: allow literals on sub-dword p_parallelcopy
2020-10-27 Rhys Perryaco: don't use bld.copy() in handle_operands()
2020-10-27 Rhys Perryaco: expand vectors passed as copy operands
2020-10-27 Rhys Perryaco: copy-propgate through p_create_vector during value...
2020-10-27 Rhys Perryaco: skip value numbering of copies
2020-10-27 Rhys Perryaco: don't do divergent break+discard
2020-10-27 Rhys Perryaco: update phi_map in add_subdword_operand()
2020-10-27 James Parkaco: Clean up some C++ usages
2020-10-27 Samuel Pitoisetradv: enable VK_AMD_mixed_attachment_samples on GFX6...
2020-10-27 Samuel Pitoisetradv: flush CB before and after FMASK_DECOMPRESS or...
2020-10-27 Erik Faye-Lunddocs: add link to extension spec
2020-10-27 Daniel StoneCI: Only run OpenCL tests when we need to
2020-10-27 Samuel Pitoisetradv: do not perform a FMASK expand for non-writeable...
2020-10-27 Daniel Schürmannaco: fix GFX8 16-bit packing
2020-10-27 Iago Toral... v3dv: grow meta descriptor pool dynamically
2020-10-27 Michel Dänzerci: Run git_archive job if all_paths matches
2020-10-27 Italo Nicolapan/mdg: fix LOCAL_STORAGE wls_instances packing
2020-10-27 Iago Toral... v3dv: enable the logicOp feature
2020-10-27 Marek OlšákRevert "radeonsi: use staging buffer uploads for most...
2020-10-27 Vinson Leeamd/addrlib: Initialize Gfx10Lib members in constructor.
2020-10-26 Rob Clarkfreedreno/gmem: Respect max-height limits too
2020-10-26 Rob Clarkfreedreno: Rework GMEM limit init
2020-10-26 Boris Brezillonpan/bi: Fix ms_idx type to catch missing ms_index source
2020-10-26 Boris Brezillonpan/bi: Add ult support
2020-10-26 Boris Brezillonpan/bi: Lower {i,u}{min,max} instructions
2020-10-26 Boris Brezillonpan/bi: Add support for load_point_coord
2020-10-26 Boris Brezillonpan/bi: Add support for load_front_face
2020-10-26 Boris Brezillonpanfrost: Preload primitive flags when gl_FrontFacing...
2020-10-26 Michel Dänzerci: Add "check mr" job to needs: of build jobs
2020-10-26 Rhys Perryaco: remove isel_context::allocated
2020-10-26 Rohan Gargvirgl: Always enable emulated BGRA and swizzling unless...
2020-10-26 Jason Ekstrandnir/lower_memcpy: Don't mask the store
2020-10-26 Rob Clarkfreedreno: Disallow tiled if SHARED and not QCOM_COMPRESSED
2020-10-26 Rob Clarkfreedreno: Update import/export traces
2020-10-26 Andrew Randrianasulust/va: fix build with old libva
2020-10-26 Andrii Simiklitglx: get rid of memory leak
2020-10-26 Erik Faye-Lundmapi: do not return thread-specific data for wrong...
2020-10-26 Erik Faye-Lundmapi: do not call thread-unsafe dispatch getter
2020-10-26 Erik Faye-Lundmapi: remove unused function
2020-10-26 Daniel Schürmannaco: use do_pack() for self-intersecting operations.
2020-10-26 Daniel Schürmannaco: improve code sequences for 16bit packing
2020-10-26 Daniel Schürmannaco: refactor GFX6_7 subdword copy lowering
2020-10-26 Eleni Maria... iris: add support for fence signal capability
2020-10-26 Eleni Maria... iris: handle PIPE_FD_TYPE_SYNCOBJ type
next