platform/upstream/mesa.git
2021-07-05 Bas Nieuwenhuizenradv: Support address capture and replay.
2021-07-05 Bas Nieuwenhuizenradv/winsys: Add support for a fixed VA address for...
2021-07-05 Bas Nieuwenhuizenradv/winsys: Return vulkan errors for buffer creation.
2021-07-05 Bas Nieuwenhuizenmeson: Bump libdrm for amdgpu to 2.4.107.
2021-07-05 Danylo Piliaievglsl: Prohibit implicit conversion of mem parameter...
2021-07-05 Mike Blumenkrantzzink: ci updates for wideline fails
2021-07-05 Mike Blumenkrantzlavapipe: wideLines support
2021-07-05 Tomeu Vizosopanvk: Add vkEvents support
2021-07-05 Tomeu Vizosopanfrost: Specify alignment for the Job Header descriptor
2021-07-05 Tomeu Vizosopanvk: Make panvk_queue_transfer_sync more generic
2021-07-05 Tomeu Vizosopanvk: Support calls to CreateDescriptorSetLayout witho...
2021-07-05 Rohan Gargci: Don't artifact rendered images when job succeeds
2021-07-05 Samuel Pitoisetci: remove few CTS that are now skipped with RADV
2021-07-05 Samuel Pitoisetci: update list of expected failures against CTS 1...
2021-07-05 Mike Blumenkrantzlavapipe: implement VK_EXT_line_rasterization
2021-07-05 Mike Blumenkrantzlavapipe: store the geometry shader prim type to render...
2021-07-05 Mike Blumenkrantzlavapipe: store whether the geometry shader outputs...
2021-07-05 Tomeu Vizosopanvk: Add VkCommandPool support
2021-07-05 Boris Brezillonpanvk: Support returning BOs allocated by panvk_pool...
2021-07-05 Tomeu Vizosopanfrost: Fork pan_pool for Gallium and Vulkan
2021-07-05 Boris Brezillonpanfrost: Start splitting the panfrost pool logic
2021-07-05 Boris Brezillonpanvk: Use the desc alloctor when we can
2021-07-05 Boris Brezillonpanfrost: Allocate WRITE_VALUE jobs with panfrost_pool_...
2021-07-05 Boris Brezillonpanfrost: Add alignment info to write-value and cache...
2021-07-05 Boris Brezillonpanfrost: Pass a memory pool to pan_blit_ctx_init()
2021-07-05 Boris Brezillonpanfrost: Don't add blit context BOs twice
2021-07-05 Dave Airliecrocus: restrict prim_restart on index buffer check...
2021-07-05 Dave Airliecrocus: reorder version checks on indirect xfb
2021-07-05 Dave Airliecrocus: inline group_index<->bti
2021-07-05 Dave Airliecrocus: optimise bo_unref path a little.
2021-07-05 Dave Airliecrocus: don't update draw parameters unless needed
2021-07-05 Dave Airliecrocus: inline the d/s resource handling functions
2021-07-05 Dave Airliedraw/tess: write correct primitive id into vertices
2021-07-05 Dave Airliedraw: fix tessellation output vertex size calculation
2021-07-05 Dave Airliecrocus: fixup index buffer dirtying.
2021-07-05 Dave Airliecrocus: fix crash on index buffer rebinding.
2021-07-04 Dave Airliecrocus/gen5: enable support for GL_EXT_gpu_shader4
2021-07-04 Dave Airliecrocus: expose ARB_blend_func_extended on gen 45/50
2021-07-04 Dave Airliecrocus: cleanup some deadcode in the gen5 blend emit
2021-07-04 Thomas H.P... nir/ifind_msb_rev: fix input check
2021-07-04 Dave Airlieiris: make iris_bind_reserve_3d and Wa_1604061319 only...
2021-07-03 Icecream95panfrost: Only upload UBOs when needed
2021-07-03 Icecream95pan/mdg: Create a mask of UBOs that need to be uploaded
2021-07-03 Icecream95pan/bi: Create a mask of UBOs that need to be uploaded
2021-07-03 Icecream95panfrost: Don't set dirty_mask for constant buffers
2021-07-03 Zoltán Böszörményicrocus: Make the driver loader use PCI IDs for crocus
2021-07-03 Zoltán Böszörményicrocus: Add pipe loader driver
2021-07-02 Kenneth Graunkevulkan/wsi: Fix prime blits to use system memory for...
2021-07-02 Emma Anholti915g: Make sure the 1D texture Y channel is initialized.
2021-07-02 Emma Anholti915g: Force 1D textures to use wrap mode for the Y...
2021-07-02 Adam Jacksonmeson: Make prefer-{crocus,iris} always take effect
2021-07-02 Kenneth Graunkeiris: Delete unused bo->cache_coherent flag
2021-07-02 Kenneth Graunkeiris: Fail BO allocation if we can't enable snooping...
2021-07-02 Kenneth Graunkeiris: Stop calling I915_GEM_SET_CACHING on discrete...
2021-07-02 Emma Anholti915g: whitespace fixup from the cube map fix.
2021-07-02 Emma Anholti915g: Add support for per-vertex point size.
2021-07-02 Samuel Pitoisetradv: allow more fast clears for depth surfaces without...
2021-07-02 Samuel Pitoisetradv: prevent fast clearing HTILE depth for unrestricte...
2021-07-02 Samuel Pitoisetradv: add support for more HTILE clear codes
2021-07-02 Samuel Pitoisetradv: advertise VK_EXT_color_write_enable
2021-07-02 Samuel Pitoisetradv: implement VK_EXT_color_write_enable
2021-07-02 Michel DänzerFix up leftover "state_trackers" references to "frontends"
2021-07-02 Jesse Natalienir_lower_readonly_images: Clear variable data when...
2021-07-02 Mike Blumenkrantzzink: check last_finished before timeline waiting
2021-07-02 Mike Blumenkrantzzink: add a screen function for waiting on a batch id
2021-07-02 Mike Blumenkrantzzink: stop screwing up buffer offsets during for maps
2021-07-02 Mike Blumenkrantzzink: use 0 as the offset when mapping qbos
2021-07-02 Mike Blumenkrantzzink: use pipe_resource::width0 for clamping ssbo sizes
2021-07-02 Mike Blumenkrantzzink: don't add mem allocation offset when copying...
2021-07-02 Mike Blumenkrantzzink: only flag persistent resource maps for invalidati...
2021-07-02 Mike Blumenkrantzzink: use vkresult helper for map return
2021-07-02 Daniel Stoneutil/disk_cache: Don't leak when cache is empty
2021-07-02 Mike Blumenkrantzzink: add resource refs after last descriptor unbind
2021-07-02 Mike Blumenkrantzzink: split samplerview/imageview usage/refcounting...
2021-07-02 Mike Blumenkrantzzink: split batch usage setting from refcounting
2021-07-02 Mike Blumenkrantzzink: split out resource tracking into more incremental...
2021-07-02 Mike Blumenkrantzzink: remove stencil resource batch tracking
2021-07-02 Mike Blumenkrantzzink: don't add batch tracking during buffer rebinds...
2021-07-02 Mike Blumenkrantzzink: add more explicit casts to draw code
2021-07-02 Mike Blumenkrantzzink: add c++ header guards
2021-07-02 Mike Blumenkrantzzink: remove unnecessary return from zink_desc_type_fro...
2021-07-02 Mike Blumenkrantzzink: rename 'template' struct member
2021-07-02 Mike Blumenkrantzzink: make prim type a bitfield in pipeline info
2021-07-02 Alyssa Rosenzweignir: Fix constant folding for irhadd/urhadd
2021-07-02 Mike Blumenkrantzzink: rework pipeline cache implementation
2021-07-01 Mike Blumenkrantzzink: merge some streamout state emission into the...
2021-07-01 Mike Blumenkrantzzink: move line width and depth bias updating into...
2021-07-01 Mike Blumenkrantzzink: unify fb surface unbinding
2021-07-01 Mike Blumenkrantzzink: add a ref for flush resource
2021-07-01 Mike Blumenkrantzzink: break up ctx descriptor state updating to per...
2021-07-01 Mike Blumenkrantzzink: unify/consolidate some barrier queuing
2021-07-01 Mike Blumenkrantzzink: avoid unnecessarily rewriting gl_DrawID
2021-07-01 Jesse Nataliemicrosoft/compiler: Change behavior for emitting inexpr...
2021-07-01 Jason Ekstranddocs/isl/tiling: Fix swizzle pattern for X-tiling
2021-07-01 Georg Lehmannlavapipe: Add a missing VKAPI_ATTR.
2021-07-01 Georg Lehmannlavapipe: Use common default allocator.
2021-07-01 Luis Felipe... overlay_layer: add missing undef
2021-07-01 Luis Felipe... meson: print information about layers being built as...
2021-07-01 Erik Faye-Lundgallium/u_threaded: do not apply start twice
2021-07-01 Samuel Pitoisetradv: disable DCC for DOOM 2016 and Wolfenstein II
next