Commit Graph

  • 89b71f85f6 Update Vulkan-Headers to v1.3.244 GitHub 2023-03-19 00:12:18 +0000
  • 086af6f3d7
    Removed an invalid assertion in readRequireEnum. (#1534) Andreas Süßenbach 2023-03-16 17:16:12 +0100
  • ffdf214de4 Removed an invalid assertion in readRequireEnum. asuessenbach 2023-03-16 14:40:30 +0100
  • 044844394c
    Add support for a new class of commands. (#1533) Andreas Süßenbach 2023-03-15 13:02:48 +0100
  • 48854c7695 Add support for a new class of commands. asuessenbach 2023-03-15 09:22:31 +0100
  • fa079aefaa
    Improve handling of attribute "stride" (#1532) Andreas Süßenbach 2023-03-13 14:48:55 +0100
  • 3c1e98b8bd Improve handling of attribute "stride" asuessenbach 2023-03-13 10:51:35 +0100
  • 2acce33951
    Update Vulkan-Headers to v1.3.243 (#1531) v1.3.243 github-actions[bot] 2023-03-13 10:38:56 +0100
  • aac3be4855
    Second step in generalizing handling of attribute "altLen" (#1529) Andreas Süßenbach 2023-03-13 09:08:01 +0100
  • c9a7cf341b Update Vulkan-Headers to v1.3.243 GitHub 2023-03-13 00:11:17 +0000
  • 876d35407b Second step in generalizing handling of attribute "altLen" asuessenbach 2023-03-09 15:38:20 +0100
  • f4b679c7e7
    First step in generalizing handling of attribute "altLen". (#1528) Andreas Süßenbach 2023-03-09 10:04:33 +0100
  • 3d1a22678d First step in generalizing handling of attribute "altLen". asuessenbach 2023-03-08 10:10:05 +0100
  • 9bee68b723
    Adjust name of included vulkan header. (#1527) Andreas Süßenbach 2023-03-08 10:10:54 +0100
  • 5f82d69627 Adjust name of included vulkan header. asuessenbach 2023-03-08 08:16:56 +0100
  • da4ab05a14
    Adjust include snippet of vulkan[sc].hpp to actually use vulkan[sc]. (#1526) Andreas Süßenbach 2023-03-07 17:32:10 +0100
  • 7c8ed30cbf Adjust include snippet of vulkan[sc].hpp to actually use vulkan[sc]. asuessenbach 2023-03-07 15:45:51 +0100
  • 4befd8e643
    extend workflow run to generate vulkansc*.hpp (#1525) Andreas Süßenbach 2023-03-07 14:07:16 +0100
  • 49f86873da extend workflow run to generate vulkansc*.hpp asuessenbach 2023-03-07 08:49:16 +0100
  • ae07aa7254
    First version to support both, "vulkan" and "vulkansc". (#1524) Andreas Süßenbach 2023-03-07 08:23:14 +0100
  • a60545f7cc First version to support both, "vulkan" and "vulkansc". asuessenbach 2023-03-06 16:47:46 +0100
  • 31554d2aca
    Simplify enum value alias handling. (#1523) Andreas Süßenbach 2023-03-06 08:37:40 +0100
  • eab3dd7900 Simplified enum value generation asuessenbach 2023-03-05 00:14:12 +0100
  • 328f08de3f Simplify enum value handling. asuessenbach 2023-03-03 23:46:04 +0100
  • 81633480b9
    Simplified enum value handling (#1522) Andreas Süßenbach 2023-03-02 22:14:37 +0100
  • c899c41a12 Simplified enum value handling asuessenbach 2023-03-01 23:38:41 +0100
  • 9e66a8886a
    Refactor reading procedures (#1521) Andreas Süßenbach 2023-03-01 10:17:02 +0100
  • 47498ca1dd Refactor reading procedures asuessenbach 2023-02-27 09:23:49 +0100
  • c499dd0f79
    Update Vulkan-Headers to v1.3.242 (#1520) v1.3.242 github-actions[bot] 2023-02-27 13:35:15 +0100
  • dac59e5d90 Update Vulkan-Headers to v1.3.242 GitHub 2023-02-27 00:10:54 +0000
  • bceab2b9d2
    Change assertion to condition on generating the vector size check. (#1518) Andreas Süßenbach 2023-02-23 10:07:26 +0100
  • e92c103f7d Change assertion to condition on generating the vector size check. asuessenbach 2023-02-23 09:00:34 +0100
  • 2207dc92c6
    Corrected handling of attribute "depends" of <require> sections on extending enums. (#1517) Andreas Süßenbach 2023-02-22 16:20:44 +0100
  • 094be8bfb4 Corrected handling of attribute "depends" of <require> sections on extending enums. asuessenbach 2023-02-22 14:25:19 +0100
  • 3853394ffa
    Update Vulkan-Headers to v1.3.241 (#1516) v1.3.241 github-actions[bot] 2023-02-21 11:20:28 +0100
  • 40744582ce Update Vulkan-Headers to v1.3.241 GitHub 2023-02-21 00:12:11 +0000
  • 71acf3515b
    Change requiredIn in TypeData from std::string to std::set<std::string> (#1514) Andreas Süßenbach 2023-02-20 20:01:34 +0100
  • 870ef9a33f Change requiredIn in TypeData from std::string to std::set<std::string> asuessenbach 2023-02-20 17:50:57 +0100
  • f7efd5e55e
    ci: bump setup-msvc-dev to v2 (#1513) Stephan Seitz 2023-02-20 08:48:47 -0800
  • 00eee2ef0f
    Change referencedIn in CommandData from std::string to std::set<std::string> (#1512) Andreas Süßenbach 2023-02-20 15:58:14 +0100
  • cae1916b24
    ci: fix update-header-pr (tags were not fetched) (#1510) Stephan Seitz 2023-02-20 06:57:53 -0800
  • 7dbe375d8b ci: bump setup-msvc-dev to v2 Stephan Seitz 2023-02-20 12:10:09 +0100
  • bd81847c98
    ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511) Stephan Seitz 2023-02-20 02:51:44 -0800
  • 39f41f0d98 Change referencedIn in CommandData from std::string to std::set<std::string> asuessenbach 2023-02-20 11:46:19 +0100
  • 4df366ae31 ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) Stephan Seitz 2023-02-20 10:23:13 +0100
  • 07a5d78e11 ci: fix update-header-pr (tags were not fetched) Stephan Seitz 2023-02-20 10:14:45 +0100
  • 7c073da2c1
    Adjust handling of attribute "depends" in <extension> (#1508) Andreas Süßenbach 2023-02-16 16:07:33 +0100
  • 0a9384b77f Adjust handling of attribute "depends" in <extension> asuessenbach 2023-02-16 13:51:35 +0100
  • a3cd63a4e2
    Add handling of attribute "deprecated", extend handling of attribute "api" (#1506) Andreas Süßenbach 2023-02-16 13:12:55 +0100
  • 956e2105d0 Add handling of attribute "deprecated", extend handling of attribute "api" asuessenbach 2023-02-16 10:14:04 +0100
  • 1e95278b04
    Renamed member functions and variables from "skipped" to "removed". (#1505) Andreas Süßenbach 2023-02-16 08:24:33 +0100
  • 1125bc9697 Renamed member functions and variables from "skipped" to "removed". asuessenbach 2023-02-15 23:21:20 +0100
  • 25289b1d0d
    Added missing support of attribute "comment" in require clause of extensions. (#1504) Andreas Süßenbach 2023-02-15 17:13:02 +0100
  • be490ef01d Added missing support of attribute "comment" in require clause of extensions. asuessenbach 2023-02-15 15:51:24 +0100
  • 52881a3879
    Add test for vk::Flags. (#1502) Andreas Süßenbach 2023-02-13 13:36:43 +0100
  • e39264648b Add test for vk::Flags. asuessenbach 2023-02-13 10:48:09 +0100
  • ab08f20c01
    Sort handle classes by feature and extension. (#1500) Andreas Süßenbach 2023-02-08 17:21:03 +0100
  • 8cdd74fb45 Sort handle classes by feature and extension. asuessenbach 2023-02-07 18:52:54 +0100
  • e651117495
    Unify detection logic for raii- and non-raii-command-generation (#1499) Andreas Süßenbach 2023-02-02 14:09:45 +0100
  • dc84c9e963 Unify detection logic for raii- and non-raii-command-generation asuessenbach 2023-01-19 11:05:26 +0100
  • 83adc3fa57
    Update Vulkan-Headers to v1.3.240 (#1497) v1.3.240 github-actions[bot] 2023-01-30 09:40:19 +0100
  • 573b17de52 Update Vulkan-Headers to v1.3.240 GitHub 2023-01-27 00:10:49 +0000
  • d796a40abb
    Add support for filtering out vulkansc stuff. (#1496) Andreas Süßenbach 2023-01-26 17:12:29 +0100
  • 9178fcb6e3 Add support for filtering out vulkansc stuff. asuessenbach 2023-01-26 09:53:42 +0100
  • 080a9c3e43
    Merge 49d6d7caa8 into db11b8b62b Andreas Süßenbach 2023-01-24 11:51:25 +0100
  • f117d086c8 Update Vulkan-Headers to GitHub 2023-01-24 00:09:56 +0000
  • db11b8b62b
    Add support for a new type of functions. (#1492) Andreas Süßenbach 2023-01-23 16:41:43 +0100
  • 6bae28a680
    ci: fix usage of tee to add llvm-snapshot (#1491) Stephan Seitz 2023-01-23 14:38:48 +0100
  • 25518b2d19 Add support for a new type of functions. asuessenbach 2023-01-23 14:35:15 +0100
  • 1402cc5297 ci: fix usage of tee to add llvm-snapshot Stephan Seitz 2023-01-23 13:02:03 +0100
  • 372b8c574d
    ci: fix failing clang-format-15 via apt.llvm.org (#1490) Stephan Seitz 2023-01-23 11:46:28 +0100
  • e40e6b641e
    Update Vulkan-Headers to v1.3.239 (#1489) Andreas Süßenbach 2023-01-23 10:37:51 +0100
  • 9ba0ff06fa ci: fix failing clang-format-15 via apt.llvm.org Stephan Seitz 2023-01-23 10:03:10 +0100
  • 7ef35f834b Update Vulkan-Headers to v1.3.239 asuessenbach 2023-01-23 09:23:19 +0100
  • 8179bd05bd
    Add support for a new class of commands. (#1481) Andreas Süßenbach 2023-01-20 20:41:26 +0100
  • 2b853be385 Add support for a new class of commands. asuessenbach 2023-01-17 19:09:38 +0100
  • 442c46318e
    Change the CI workflow to work on main branch. (#1484) Andreas Süßenbach 2023-01-20 18:51:43 +0100
  • 03f9b6e539 Change the CI workflow to work on main branch. asuessenbach 2023-01-19 15:38:50 +0100
  • 9649d9980b
    Update actions/checkout in GitHub Actions (#1482) scribam 2023-01-19 08:11:46 +0100
  • 72e496781a Update actions/checkout in GitHub Actions scribam 2023-01-18 18:51:22 +0100
  • 68512e6702
    Add options for clang-format 15. (#1480) Andreas Süßenbach 2023-01-16 17:38:34 +0100
  • eb06dc13fe Add options for clang-format 15. asuessenbach 2023-01-16 11:12:00 +0100
  • f82746d6ff
    Change clang-format version from 12 to 15. (#1479) Andreas Süßenbach 2023-01-16 09:37:44 +0100
  • 3959bcae5c Change clang-format version from 12 to 15. asuessenbach 2023-01-12 14:03:59 +0100
  • 5e8166e284
    Handle potential shadowing of function parameter name "objectType" with class member. (#1476) Andreas Süßenbach 2023-01-09 11:32:23 +0100
  • 00542e53c6 Handle potential shadowing of function parameter name "objectType" with class member. asuessenbach 2023-01-09 09:25:05 +0100
  • d78a8a3ee5 Don't throw on eErrorOutOfDateKHR Paul 2023-01-07 20:28:44 +0000
  • c4343f6ed8
    Change argument for format option "SpacesInAngles" from "Never" to "false" (#1473) Andreas Süßenbach 2022-12-20 17:49:00 +0100
  • e4b8afe005
    Update Vulkan-Headers to v1.3.238 (#1472) v1.3.238 github-actions[bot] 2022-12-20 17:48:45 +0100
  • 40f7474120
    Change the required CMake version to 3.12. (#1470) Andreas Süßenbach 2022-12-20 10:09:01 +0100
  • 77096713a3 Change argument for format option "SpacesInAngles" from "Never" to "false" asuessenbach 2022-12-20 10:05:38 +0100
  • d3734b14e2 Update Vulkan-Headers to v1.3.238 GitHub 2022-12-20 00:09:40 +0000
  • 982eef0b5e Change the required CMake version to 3.12. asuessenbach 2022-12-14 16:45:54 +0100
  • 49a288231b
    Add missing braces in union constructors on array members. (#1469) Andreas Süßenbach 2022-12-13 10:03:05 +0100
  • e1a9949954 Add missing braces in union constructors on array members. asuessenbach 2022-12-13 08:25:11 +0100
  • 23a13e4707
    Add support of clang_format version 13 and 14. (#1468) Andreas Süßenbach 2022-12-12 17:30:35 +0100
  • e151e0cda8 Add support of clang_format version 13 and 14. asuessenbach 2022-12-12 15:50:50 +0100
  • d3728e63a1
    Update Vulkan-Headers to v1.3.237 (#1466) v1.3.237 github-actions[bot] 2022-12-12 10:13:44 +0100
  • a010655272
    Merge pull request #1467 from KhronosGroup/master Andreas Süßenbach 2022-12-11 23:52:41 +0100
  • c9faef1d0b
    Merge pull request #1464 from asuessenbach/CI Andreas Süßenbach 2022-12-11 22:40:16 +0100