1. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  2. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  3. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  4. 5eca31f bug 12921 part 2: Memory callback (WIP) by Chia-I Wu · 9 years ago
  5. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  6. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  7. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  8. 5d1b3b3 loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  9. 7ed1059 Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  10. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  11. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  12. eccbb37 headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  13. f746918 icd-common: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  14. ab36aa6 rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  15. e307f58 Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  16. 2a199c1 Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  17. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  18. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  19. ec2a3e1 icd: Add support for one bit alpha BC1 formats by Cody Northrop · 9 years ago
  20. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  21. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  22. 8205d90 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  23. 97dcd04 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  24. 382489d vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  25. 2040b43 rename vkPlatform.h -> vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  26. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  27. 7d0f7bb icd: remove unused icd-log.[ch] by Chia-I Wu · 9 years ago
  28. fe8a2e1 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 9 years ago
  29. f953021 icd: Dont follow next twice in for loop by Tony Barbour · 9 years ago
  30. acfb049 SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 9 years ago
  31. d4e020a icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 9 years ago
  32. 65c65a5 Win/C11: Use _align_malloc() on Windows, align_alloc() elsewhere. by Ian Elliott · 9 years ago
  33. 323a487 Win: Fix a compiler warning in "icd/common" by Ian Elliott · 9 years ago
  34. d8f2e72 icd: remove stale function declarations by Chia-I Wu · 9 years ago
  35. 9c98b88 icd: remove unused icd-alloc.[ch] by Chia-I Wu · 9 years ago
  36. 15517d8 icd: add support for per-instance DRM enumeration by Chia-I Wu · 9 years ago
  37. 15d8677 icd: add generic icd_instance by Chia-I Wu · 9 years ago
  38. 886be47 Update tri and cube with stage by Piers Daniell · 9 years ago
  39. a742a62 Win: Can now use "static inline" on Windows (i.e. no code mods). by Ian Elliott · 9 years ago
  40. 0257fbf nulldrv: Creation of the nulldrv, for use on Windows. by David Pinedo · 9 years ago
  41. aecf1fe icd: add likely()/unlikely() by Chia-I Wu · 9 years ago
  42. ebd42de Win: MUST USE "STATIC_INLINE" instead of "static inline" by Ian Elliott · 9 years ago
  43. df13a4d intel: Remove unnecessary dualBlendMode enable by Courtney Goeltzenleuchter · 9 years ago
  44. 642f892 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 9 years ago
  45. d3d7e89 icd: Fix removing callback from global list by Jon Ashburn · 9 years ago
  46. 0040591 icd: add U_ASSERT_ONLY by Chia-I Wu · 9 years ago
  47. 457c5d1 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 9 years ago
  48. e2d07a5 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 9 years ago
  49. 2b7e88a Update XGL_FORMAT. by Jeremy Hayes · 9 years ago
  50. c6ae13d memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 9 years ago
  51. c581bd5 complete fixed-function vertex fetch support by Chia-I Wu · 9 years ago
  52. 4c329eb XGL: Move to svn r28460. by Jeremy Hayes · 10 years ago
  53. 25b1f27 icd: clean up build rules by Chia-I Wu · 10 years ago
  54. 64a425f icd: no need to include xglLayer.h by Chia-I Wu · 10 years ago
  55. cafc88a icd: build a static library by Chia-I Wu · 10 years ago
  56. 9617727 icd: stop generating icd-dispatch-entrypoints.c by Chia-I Wu · 10 years ago
  57. b02558c icd: remove icd.c by Chia-I Wu · 10 years ago
  58. 8e270b5 icd: clean up logging functions by Chia-I Wu · 10 years ago
  59. 900364b icd: clean up alloc functions by Chia-I Wu · 10 years ago
  60. 776ed42 icd: make probe_syspath() static by Chia-I Wu · 10 years ago
  61. 7461fcf remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  62. 54ed079 include: fix typedefs by Chia-I Wu · 10 years ago
  63. 92096a9 icd: add icd_format_get_raw_value() by Chia-I Wu · 10 years ago
  64. 7af7b9c icd: add u_ffs() by Chia-I Wu · 10 years ago
  65. 70f9724 icd: Make driver use the same definition for dispatch table as loader uses by Jon Ashburn · 10 years ago
  66. 8cd8183 Handle gaps in FS inputs. by GregF · 10 years ago
  67. fa281b4 build: do not pollute source tree with icd-dispatch-table.h by Chia-I Wu · 10 years ago
  68. 406a0fe Make the Dbg xgl global calls use dispatch table for layer support by Jon Ashburn · 10 years ago
  69. 8a81442 Added u_popcount to abstract __builtin_popcount. by GregF · 10 years ago
  70. 0315bcf compiler: C linkage for icd alloc and free by Cody Northrop · 10 years ago
  71. d43f9b6 Layers initial prototype. by Jon Ashburn · 10 years ago
  72. 6320abc icd: add icd_format_is_equal() by Chia-I Wu · 10 years ago
  73. e0f35a7 intel: fix memory leak spotted by valgrind by Courtney Goeltzenleuchter · 10 years ago
  74. 74deb37 icd: Fix incorrect return type by Courtney Goeltzenleuchter · 10 years ago
  75. 40ee55b icd: add icd_format_get_channel_count by Chia-I Wu · 10 years ago
  76. ddbc8e2 tidy up the build system a bit by Chia-I Wu · 10 years ago
  77. 412ce1b icd: add an API to scan Linux DRM subsystem by Chia-I Wu · 10 years ago
  78. b3a3ccf icd: add u_uif by Chia-I Wu · 10 years ago
  79. 44e4236 update copyright information by Chia-I Wu · 10 years ago
  80. ef12c1a icd: remove generated icd-dispatch-table.h by Chia-I Wu · 10 years ago
  81. 814cd29 intel: Use single PSO command buffer by Courtney Goeltzenleuchter · 10 years ago
  82. 4115c89 icd: rename and prefix shader_il.h by Chia-I Wu · 10 years ago
  83. 52ec336 intel: Add CreateShader by Courtney Goeltzenleuchter · 10 years ago
  84. c643800 icd: Add shader IL header by Courtney Goeltzenleuchter · 10 years ago
  85. d3e77a6 icd: add more utils for working with floats by Chia-I Wu · 10 years ago
  86. b5a1add icd: add common format functions by Chia-I Wu · 10 years ago
  87. 69abeac icd: add common utility functions by Chia-I Wu · 10 years ago
  88. 3a0e3be icd: fix driver reinit without alloc cb by Chia-I Wu · 10 years ago
  89. c217f80 icd: assign each allocator a unique id by Chia-I Wu · 10 years ago
  90. 468e3c3 add and deal with -fvisibility=hidden everywhere by Chia-I Wu · 10 years ago
  91. 84dace9 common: add common code for all drivers by Chia-I Wu · 10 years ago