Next | Query returned 432 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2020-04-07 15:20:41 by Nia Alarie | Files touched by this commit (2)
Log message:
MesaLib: Update to 20.0.4

Mesa 20.0.4 reverts a serious SPIR-V regression in the 20.0.3 release.

Here is the changelog for 20.0.3:

Caio Marcelo de Oliveira Filho (1):
      mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARB

Dylan Baker (6):
      docs/relnotes: Add sha256 sums for 20.0.2
      .pick_status.json: Update to cf62c2b2ac69637785f55b790fdd601c17e7e9d5
      .pick_status.json: Mark 672d10619980687acec329742f055f7f3796c1b8 as backported
      .pick_status.json: Mark c923de68dd0ab10a5a5fb3196f539707d046d897 as backported
      .pick_status.json: Mark 56de6f698e3f164d97f132203e8159ef0b8e9bb8 as denominated
      .pick_status.json: Update to aee004a7c8900938d1c17f0ac299d40001b383b0

Eric Engestrom (8):
      .pick_status.json: Update to 3252041a7872c49e53bb02ffe8b079b5fc43f15e
      .pick_status.json: Update to 12711939320e4fcd3a0d86af22da1042ad92035f
      .pick_status.json: Update to 05069e1f0794aadd40ce9269f858e50c64254388
      .pick_status.json: Update to 8970b7839aebefa7207c9535ac34ab4e8cc0ae25
      .pick_status.json: Update to 5f4d9b419a1c931ad468b8b22b8a95b1216891e4
      .pick_status.json: Update to 70ac7f5b0c46370075a35067c9f7dfe78e84b16d
      docs: add release notes for 20.0.3
      VERSION: bump to 20.0.3

Erik Faye-Lund (3):
      rbug: do not return void-value
      pipebuffer: clean up cast-warnings
      vtn/opencl: fully enable OpenCLstd_Clz

Francisco Jerez (1):
      intel/fs/gen12: Fix interaction of SWSB dependency combination with EU \ 
fusion workaround.

Greg V (1):
      amd/addrlib: fix build on non-x86 platforms

Ian Romanick (2):
      soft-fp64/fsat: Correctly handle NaN
      soft-fp64: Split a block that was missing a cast on a comparison

Jason Ekstrand (5):
      intel/blorp: Add support for swizzling fast-clear colors
      anv: Swizzle fast-clear values
      nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64
      anv: Account for the header in anv_state_stream_alloc
      spirv: Implement OpCopyObject and OpCopyLogical as blind copies

John Stultz (2):
      gallium: hud_context: Fix scalar initializer warning.
      vc4_bufmgr: Remove duplicative VC definition

Jordan Justen (2):
      intel: Update TGL PCI strings
      intel: Add TGL PCI ID

Lionel Landwerlin (5):
      isl: implement linear tiling row pitch requirement for display
      isl: properly filter supported display modifiers on Gen9+
      isl: only apply main surface ccs pitch constraint with CCS
      isl: drop min row pitch alignment when set by the driver
      intel: add new TGL pci ids

Marek Olšák (3):
      nir: fix clip/cull_distance_array_size in nir_lower_clip_cull_distance_arrays
      ac: fix fast division
      st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin

Marek Vasut (1):
      etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float support

Neil Armstrong (1):
      Revert "ci: Remove T820 from CI temporarily"

Pierre-Eric Pelloux-Prayer (1):
      st/mesa: disallow deferred flush if there are multiple contexts

Rhys Perry (11):
      nir/gather_info: handle emit_vertex_with_counter
      aco: set has_divergent_branch for discards in loops
      aco: handle missing second predecessors at merge block phis
      aco: skip NIR in unreachable merge blocks
      aco: improve check for unreachable loop continue blocks
      aco: emit IR in IF's merge block instead if the other side ends in a jump
      aco: fix boolean undef regclass
      nir/gather_info: fix per-vertex handling in try_mask_partial_io
      aco: implement 64-bit VGPR constant copies in handle_operands()
      glsl: fix race in instance getters
      util/u_queue: fix race in total_jobs_size access

Rob Clark (2):
      freedreno/ir3/ra: fix array liveranges
      util: fix u_fifo_pop()

Samuel Pitoiset (7):
      radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
      radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
      radv: fix optional pSizes parameter when binding streamout buffers
      radv: enable VK_KHR_8bit_storage on GFX6-GFX7
      ac/nir: use llvm.amdgcn.rcp for nir_op_frcp
      ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
      ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()

Tapani Pälli (1):
      glsl: set error_emitted true if type not ok for assignment

Thomas Hellstrom (1):
      svga, winsys/svga: Fix persistent memory discard maps

Timothy Arceri (3):
      glsl: fix varying packing for 64bit integers
      nir: fix packing of TCS varyings not read by the TES
      nir: fix crash in varying packing on interface mismatch

Timur Kristóf (1):
      radv/llvm: fix subgroup shuffle for chips without bpermute
   2020-03-20 17:10:51 by Nia Alarie | Files touched by this commit (2)
Log message:
MesaLib: Update to 20.0.2

Bug fixes

     * RPCS3 / Persona 5 - Performance regression [RADV / Navi]
     * [CTS] dEQP-VK.descriptor_indexing.* fails on RADV/LLVM
     * [RadeonSI][gfx10/navi] Kerbal Space Program crash: si_draw_vbo:
       Assertion `0' failed
     * src/compiler/glsl/glcpp/glcpp-parse.y:1297: _token_print: Assertion
       `!"Error: Don't know how to print token."' failed.
     * Budget Cuts hits VK_AMD_shader_fragment_mask assert

Changes

     Andreas Baierl (1):

     * gitlab-ci: Add add a set of lima flakes

       Bas Nieuwenhuizen (2):

     * amd/llvm: Fix divergent descriptor indexing. (v3)
     * amd/llvm: Fix divergent descriptor regressions with radeonsi.

       Danylo Piliaiev (2):

     * glsl: do not crash if string literal is used outside of #include/#line
     * st/mesa: Fix signed integer overflow when using
       util_throttle_memory_usage

       Dave Airlie (1):

     * gallium: fix build with latest meson and gcc10

       Dylan Baker (8):

     * docs: Add sha256sums for 20.0.1
     * .pick_status.json: Update to 07f1ef5656e0721282d01a8421eaca056348137d
     * .pick_status.json: Update to 70341d7746c177a4cd7377ef633e9f85afd11d54
     * .pick_status.json: Update to 625d8705f02e211e2733c3fe12845505725c37d4
     * .pick_status.json: Mark b83c9aca4a5fd02d920c90c1799137fed52dc1d9 as
       backported
     * .pick_status.json: Update to ee9e0d1ecae307fa48200d2604d3114070253299
     * .pick_status.json: Update to 3dd0d12aa5fefa94123269a541c94cdf57599e34
     * .pick_status.json: Update to 94e37859a96cc56cf0c5418a5af00a3e9f5a1bf5

       Eric Anholt (1):

     * glsl/tests: Fix waiting for disk_cache_put() to finish.

       Eric Engestrom (7):

     * bin/gen_release_notes.py: fix commit list command
     * .pick_status.json: Update to 24db276d11976905b2e8a44965c684bb48c3d49f
     * gen_release_notes: fix vulkan version reported
     * docs/relnotes/20.0: fix vulkan version reported
     * .pick_status.json: Update to ba03e308b66b0b88f60b99d9d47851a5e1522e6e
     * vulkan/wsi: fix cleanup when dup() fails
     * gen_release_notes: fix version in "you should wait" message

       Francisco Jerez (1):

     * intel/fs: Fix workaround for VxH indirect addressing bug under control
       flow.

       Jason Ekstrand (9):

     * isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
     * iris: Don't skip fast depth clears if the color changed
     * anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
     * vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties
       fails
     * vulkan/wsi: Return an error if dup() fails
     * anv: Use the PIPE_CONTROL instead of bits for the CS stall W/A
     * anv: Use a proper end-of-pipe sync instead of just CS stall
     * anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stall
     * anv: Do an end-of-pipe sync before updating AUX table entries

       José Fonseca (1):

     * meson: Avoid duplicate symbols.

       Kristian Høgsberg (2):

     * Revert "glsl: Use a simpler formula for tanh"
     * Revert "spirv: Use a simpler and more correct implementaiton of
       tanh()"

       Marek Olšák (4):

     * Revert "mesa: check for z=0 in _mesa_Vertex3dv()"
     * radeonsi: add a bug workaround for NGG - LATE_ALLOC_GS
     * ac: add a bug workaround for the 100% NGG culling case
     * gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the
       live cache

       Martin Fuzzey (3):

     * freedreno: android: fix build failure on android due to python version
     * freedreno: android: add a6xx-pack.xml.h generation to android build
     * freedreno: android: fix build of perfcounters.

       Michel Dänzer (1):

     * llvmpipe: Use uintptr_t for pointer values

       Rafael Antognolli (3):

     * anv: Wait for the GPU to be idle before invalidating the aux table.
     * iris: Split aux map initialization from invalidation.
     * iris: Wait for the GPU to be idle before invalidating the aux table.

       Rob Clark (1):

     * freedreno: fix FD_MESA_DEBUG=inorder

       Samuel Pitoiset (5):

     * aco: fix image load/store with lod and 1D images
     * nir/lower_input_attachments: remove bogus assert in
       try_lower_input_texop()
     * ac/llvm: add missing optimization barrier for 64-bit readlanes
     * radv: only inject implicit subpass dependencies if necessary
     * radv: fix random depth range unrestricted failures due to a cache
       issue

       Timur Kristóf (2):

     * nir: Add ability to lower non-const quad broadcasts to const ones.
     * radv: Enable lowering dynamic quad broadcasts.

       Vinson Lee (1):

     * st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
   2020-03-11 15:19:56 by Nia Alarie | Files touched by this commit (1)
Log message:
MesaLib: bump libdrm requirement
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2020-03-08 11:35:03 by Tobias Nygren | Files touched by this commit (13) | Package updated
Log message:
MesaLib: update to mesa-20.0.1

New features in mesa 20:
OpenGL 4.6 on radeonsi.
GL_ARB_gl_spirv on radeonsi.
GL_ARB_spirv_extensions on radeonsi.
GL_EXT_direct_state_access for compatibility profile.
VK_AMD_device_coherent_memory on RADV.
VK_AMD_mixed_attachment_samples on RADV.
VK_AMD_shader_explicit_vertex_parameter on RADV.
VK_AMD_shader_image_load_store_lod on RADV.
VK_AMD_shader_fragment_mask on RADV.
VK_EXT_subgroup_size_control on RADV/LLVM.
VK_KHR_separate_depth_stencil_layouts on Intel, RADV.
VK_KHR_shader_subgroup_extended_types on RADV.
VK_KHR_swapchain_mutable_format on RADV.
VK_KHR_shader_float_controls on RADV/ACO.
GFX6 (Southern Islands) and GFX7 (Sea Islands) support on RADV/ACO.
Wave32 support for GFX10 (Navi) on RADV/ACO.
Compilation of Geometry Shaders on RADV/ACO.
Vulkan 1.2 on Intel, RADV.
GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 on Intel.

As usual many bugfixes also.
   2020-02-22 10:25:22 by Tobias Nygren | Files touched by this commit (2)
Log message:
optimize a tail-call in previous
   2020-02-22 08:52:01 by Tobias Nygren | Files touched by this commit (3)
Log message:
MesaLib: port x86_64 tls dispatch changes to i386 also
   2020-02-21 22:52:24 by Tobias Nygren | Files touched by this commit (3)
Log message:
MesaLib: assorted fixes

- must use march=i586 on i386 for 64-bit atomic CAS
- call through @plt from position independent code
- put back the stock STUB_ASM_CODE for non-NetBSD
   2020-02-19 22:03:41 by Tobias Nygren | Files touched by this commit (4)
Log message:
MesaLib: fix issues in TLS dispatch code on NetBSD/amd64. Bump.

- workaround for toolchain/50277 had bitrotted after meson switch
- make tls dispatch stub template behave correct (with input from joerg@)
- double alignment of stubs to accommodate slightly larger code size

Fixes among other things Xorg crash in glamor_egl_init().
   2020-01-21 15:41:26 by Nia Alarie | Files touched by this commit (3)
Log message:
MesaLib: Revert upstream commit causing symbol ref errors with libEGL

Bump PKGREVISION

Next | Query returned 432 messages, browsing 31 to 40 | Previous