platform/upstream/mesa.git
2021-06-03 Hyunjun Koturnip/kgsl: Fix to build on android.
2021-06-03 Pierre-Eric... radeonsi: fix encryption check for buffers
2021-06-03 Pierre-Eric... radeonsi: allow write-only mapping of encrypted textures
2021-06-03 Pierre-Eric... frontend/dri: fix bool/int comparison
2021-06-03 Pierre-Eric... frontend/dri: set PIPE_BIND_PROTECTED later
2021-06-03 Chia-I Wuvenus: use vk_default_allocator
2021-06-03 Chia-I Wuanv: use vk_default_allocator
2021-06-03 Chia-I Wutu: use vk_default_allocator
2021-06-03 Chia-I Wuv3dv: use vk_default_allocator
2021-06-03 Chia-I Wuradv: use vk_default_allocator
2021-06-03 Chia-I Wuvulkan/util: add vk_default_allocator
2021-06-03 Yiwei Zhangvenus: initial AHB support for multi-planar format
2021-06-03 Samuel Pitoisetac: import performance counters from RadeonSI
2021-06-03 Samuel Pitoisetradv: enable RADV_DEBUG=invariantgeom for SotTR DX11...
2021-06-03 Jason Ekstrandintel/vec4: Also use MOV_FOR_SCRATCH for swizzle resolves
2021-06-03 Chia-I Wuvenus: enable wsi image ownership transfer for common wsi
2021-06-03 Chia-I Wuvenus: reland wsi image ownership transfer for Android
2021-06-03 Chia-I Wuvenus: undo wsi iamge ownership transfer for Android
2021-06-03 Chia-I Wuvenus: clean up vn_get_intercepted_barriers
2021-06-03 Chia-I Wuvenus: add vn_cmd_get_image_memory_barriers
2021-06-03 Chia-I Wuvenus: add vn_image_memory_barrier_has_present_src
2021-06-03 Chia-I Wuvenus: remember cmd buffer fb attachments
2021-06-03 Chia-I Wuvenus: remember cmd buffer render pass and framebuffer
2021-06-03 Chia-I Wuvenus: remember framebuffer attachments
2021-06-03 Chia-I Wuvenus: remember image view image
2021-06-03 Chia-I Wuvenus: remember render pass PRESENT_SRC barriers
2021-06-03 Chia-I Wuvenus: remember render pass PRESENT_SRC attachments
2021-06-03 Chia-I Wuvenus: handle VN_COMMAND_BUFFER_STATE_INVALID
2021-06-03 Chia-I Wuvenus: remember image wsi states
2021-06-03 Chia-I Wuvenus: move wsi_image_create_info parsing
2021-06-03 Chia-I Wuvenus: fix opaque fd re-import
2021-06-03 Chia-I Wuvenus: fix asserts on mem bo
2021-06-03 Chia-I Wuvenus: add vn_device_memory_alloc as a helper
2021-06-03 Jason Ekstrandintel/nir,i965: Move HW generation check for UBO pushin...
2021-06-03 Sergii Melikhovutil/format: Change the pointer offset.
2021-06-03 Chia-I Wuvulkan/wsi: provide more info in wsi_image_create_info
2021-06-03 Dave Airlieintel/gfx6: move xfb_setup outside the gs compiler...
2021-06-03 Rhys Perryaco: don't create 4 and 5 dword NSA instructions on...
2021-06-03 Rhys Perryaco/tests: improve reporting of failed code checks
2021-06-03 Rhys Perryaco/tests: add tests for form_hard_clauses()
2021-06-03 Rhys Perryaco: do not clause NSA instructions
2021-06-03 Rob Clarkfreedreno/a6xx: Fix mh31 intermittent faults
2021-06-03 Emma Anholtdocs/freedreno: Rewrite the section on array access.
2021-06-03 Emma Anholtdocs/freedreno: Update for the fanin/fanout -> collect...
2021-06-03 Emma Anholtci/freedreno: Add some more known flakes from recent...
2021-06-03 Eric Engestromdocs: update calendar and link releases notes for 21.1.2
2021-06-03 Eric Engestromdocs: add release notes for 21.1.2
2021-06-03 Jason Ekstrandintel/fs: Handle non-perspective-correct interpolation...
2021-06-03 Dave Airliest/nir: always revectorise if scalarising happens.
2021-06-03 Georg Lehmannzink: Add a missing VKAPI_ATTR.
2021-06-03 Dave Airliellvmpipe: add the interesting bit of cpu detection...
2021-06-03 Eric Anholtu_format: Use the computed BE channels/swizzles for...
2021-06-03 Eric Anholtu_format: Sanity check that BE swizzles are appropriate...
2021-06-03 Eric Anholtu_format: Sanity check the BE channels for all bitmask...
2021-06-03 Eric Anholtu_format: Fix the BE channel ordering for R5G5B5A1_UINT.
2021-06-03 Eric Anholtu_format: Define tests for r3g3b2 formats and fix BE...
2021-06-03 Eric Anholtu_format: Assert that array formats don't include BE...
2021-06-03 Emma Anholtu_format: Use the nice helper for reversing an array.
2021-06-03 Eric Anholtu_format: Move the BE swizzle computation into Format...
2021-06-03 Eric Anholtu_format: Drop redundant .name init.
2021-06-03 Eric Anholtu_format: Fix some pep8 in u_format_parse.py.
2021-06-02 Danylo Piliaievturnip: fix register_index calculations of xfb outputs
2021-06-02 Danylo Piliaievturnip: emit vb stride dynamic state when it is dirty
2021-06-02 Kenneth Graunkeiris: Use bo->mmap_mode in transfer map read check
2021-06-02 Kenneth Graunkeiris: Pick a single mmap mode (WB/WC) at BO allocation...
2021-06-02 Kenneth Graunkeiris: Delete GTT mapping support
2021-06-02 Kenneth Graunkeiris: Drop fallback GEM_MMAP_GTT if GEM_MMAP with I915_...
2021-06-02 Kenneth Graunkeiris: Assert on mapping a tiled buffer without MAP_RAW
2021-06-02 Kenneth Graunkeiris: Use staging blits for transfers involving importe...
2021-06-02 Kenneth Graunkeiris: Use staging blits for reads from uncached buffers.
2021-06-02 Kenneth Graunkeiris: Track imported vs. exported status separately
2021-06-02 Kenneth Graunkeiris: Make an iris_bo_is_external() helper and use...
2021-06-02 Kenneth Graunkeiris: Delete a comment suggesting we use tiled staging...
2021-06-02 Kenneth Graunkeiris: Promote to MAP_DIRECTLY when required before...
2021-06-02 Kenneth Graunkeiris: Replace no_gpu flag with PIPE_MAP_DIRECTLY
2021-06-02 Mike Blumenkrantzzink: ci updates
2021-06-02 Mike Blumenkrantzzink: handle null bufferview/imageview descriptors...
2021-06-02 Mike Blumenkrantzzink: create dummy surface/bufferview for null descript...
2021-06-02 Mike Blumenkrantzzink: replace context-based null framebuffer surfaces...
2021-06-02 Mike Blumenkrantzzink: add a util function to create a null surface
2021-06-02 Andres Gomezci: build the hang-detection tool into x86_test-vk
2021-06-02 Andres Gomezci: fix the vkd3d-proton runner
2021-06-02 Danylo Piliaievturnip: reset push descriptor set on command buffer...
2021-06-02 Mike Blumenkrantzradv: explicitly load a desc set layout struct member...
2021-06-02 Mike Blumenkrantzradv: declare index_va in a single call for indexed...
2021-06-02 Erik Faye-Lunddocs: add the doc-comment for fse-vars
2021-06-02 Erik Faye-Lunddocs: use envvar role for envvars
2021-06-02 Erik Faye-Lunddocs: use file-role for paths
2021-06-02 Erik Faye-Lunddocs: fix header-levels in envvars.rst
2021-06-02 Erik Faye-Lunddocs: quote a few defines
2021-06-02 Mike Blumenkrantzaux/draw: fix aalines and aapoints for shaders with...
2021-06-02 Iago Toral... v3dv: implement external semaphore/fence extensions
2021-06-02 Iago Toral... v3dv: don't keep an open file descriptor for imported...
2021-06-02 Mauro Rossiandroid: i965: remove brw_ff_gs_emit.c from Makefile...
2021-06-02 Mauro Rossiandroid: intel/compiler: add brw_compile_ff_gs.c to...
2021-06-02 Daniel StoneCI: Fix path confusion in OpenCL Piglit execution
2021-06-02 Daniel StoneRevert "CI: Disable rk3399-gru-kevin jobs for now"
2021-06-02 Matt Turnersparc: Avoid some redefinition warnings
2021-06-02 Tomeu Vizosoci/lava: Switch LAVA jobs to x86 runners
2021-06-02 Matt Turnerfreedreno/afuc: Print uintptr_t with PRIxPTR
next