[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/vulkan/vulkan-utility-libraries][debian-unstable] 17 commits: safestruct: Accessors for non trivial globals



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-utility-libraries

Commits:

  • 94790479
    by Arno at 2024-07-17T09:32:38-05:00
    safestruct: Accessors for non trivial globals
    
    Adding Tracy in VVL showed that we are paying the price of initializing
    global variables upon shared library entry, even if we do not
    end up accessing those.
    Adding accessors will make sure we pay this price
    only when truly needed.
    Also making the necessary changes in VVL.
    
  • 67522b34
    by ziga-lunarg at 2024-07-19T20:56:32+02:00
    build: Update to header 1.3.291
    
  • 45b88157
    by ziga-lunarg at 2024-07-31T16:48:28+02:00
    build: Update to header 1.3.292
    
  • 9b6e1888
    by Mike Schuchardt at 2024-08-16T12:59:46-07:00
    build: Update to header 1.3.293
    
  • 7ea05992
    by Mike Schuchardt at 2024-08-23T12:49:35-06:00
    build: Update to header 1.3.294
    
  • 8f19d572
    by Mike Schuchardt at 2024-09-02T11:53:44-07:00
    build: Update to header 1.3.295
    
  • fbb4db92
    by Mike Schuchardt at 2024-09-02T11:53:44-07:00
    safestruct: Add VkPipelineCreatInfoKHR workaround
    
    Pipeline create info structs can appear in the VkPipelineCreatInfoKHR
    pNext chain even though they don't extend that structure in the
    traditional sense.
    
  • ea5774a1
    by sjfricke at 2024-09-09T14:51:36-07:00
    safe: Fix VK_EXT_sample_locations
    
  • eb62fb38
    by Spencer Fricke at 2024-09-12T14:00:29-07:00
    scripts: Better warning for getting reg.py
  • 6fb0c125
    by ziga-lunarg at 2024-09-20T23:49:20+02:00
    tests: Fix windows warnings
    
  • a71907b8
    by spencer-lunarg at 2024-09-26T11:14:40-04:00
    build: Update to header 1.3.296
    
  • 1a35a3e5
    by vrepetsky at 2024-09-30T13:14:44+02:00
    Fix usage of __system_property_read_callback for Android<26
    
    Modify the function for getting system properties on Android: *Use the new __system_property_read_callback API that appeared in Android O / API level 26 when available. It is the preferred way because it allows handling long property names and better property caching.
    *When not available use the deprecated __system_property_get function.
  • 0a786ee3
    by vrepetsky at 2024-09-30T13:14:44+02:00
    Update layer_settings_manager.cpp
  • 03b95d0e
    by Timo Aaltonen at 2024-10-16T13:49:53+03:00
    Merge branch 'upstream-unstable' into debian-unstable
    
  • 6060e1f1
    by Timo Aaltonen at 2024-10-16T13:50:23+03:00
    version bump
    
  • 61e3adbc
    by Timo Aaltonen at 2024-10-16T13:52:34+03:00
    control: Bump libvulkan-dev build-dep.
    
  • ed508d77
    by Timo Aaltonen at 2024-10-16T13:53:48+03:00
    releasing package vulkan-utility-libraries version 1.3.296.0-1
    

11 changed files:

The diff was not included because it is too large.

Reply to: