1. f9ba2fa Merge remote-tracking branch 'aosp/upstream-master' into update-shaderc by David Neto · 7 years ago main master
  2. 8ce6e2b Fix non-Windows build error. by John Kessenich · 7 years ago
  3. f97f2ce HLSL: Support the constructor idiom "(struct type)0". by John Kessenich · 7 years ago
  4. 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 7 years ago
  5. 1c98904 Fix crash by returning early from finalCheck() if there is no tree to process. by John Kessenich · 7 years ago
  6. 5307eb2 Non-functional: Change a bunch of 0 to nullptr. by John Kessenich · 7 years ago
  7. 509c421 Non-functional: Fix typos. by John Kessenich · 7 years ago
  8. e50dc53 Warn on HLSL not finding entry point. Issue #588. by John Kessenich · 7 years ago
  9. 517fe7a Non-functional: Rename some entry-point variables to entryPoint, not main. by John Kessenich · 7 years ago
  10. fca8262 Always correctly terminate main. Issue #588, PR #600. by John Kessenich · 7 years ago
  11. 1c573fb Merge pull request #601 from BearishSun/master by John Kessenich · 7 years ago
  12. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 7 years ago
  13. 6e848da Merge pull request #596 from steve-lunarg/hlsl-intrinsic-parsing by John Kessenich · 7 years ago
  14. d347794 Merge pull request #597 from steve-lunarg/sample-keyword-fix by John Kessenich · 7 years ago
  15. 32c294e Adding a way to retrieve vertex attribute TType using TProgram reflection API (required in order to query location attributes). by BearishSun · 7 years ago
  16. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 7 years ago
  17. 75fd223 HLSL: allow "sample" as a valid identifier. by steve-lunarg · 8 years ago
  18. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  19. fabe7d6 Test results: Fix incorrect test result caused by parallel development. Issue #594. by John Kessenich · 8 years ago
  20. 0bf06d3 Merge pull request #576 from steve-lunarg/uav-registers by John Kessenich · 8 years ago
  21. 20b030a Merge pull request #592 from ChrisGautier/barrier-wg by John Kessenich · 8 years ago
  22. c3f1cdf GLSL: The execution scope for barriers should be Workgroup. by chrgau01@arm.com · 8 years ago
  23. 84d11e1 Merge pull request #583 from null77/fix-unref-warning by John Kessenich · 8 years ago
  24. 610ff83 Merge pull request #589 from steve-lunarg/vec1-promotion-fix by John Kessenich · 8 years ago
  25. d9cb832 HLSL: allow promotion from 1-vector types to scalars, e.g, float<-float1 by steve-lunarg · 8 years ago
  26. e69e196 Merge pull request #584 from steve-lunarg/attribute-expressions by John Kessenich · 8 years ago
  27. a22f7db HLSL: Allow expressions in attributes by steve-lunarg · 8 years ago
  28. 57cb69a Fix unrefenced variable warning with AMD_EXTENSIONS disabled. by Jamie Madill · 8 years ago
  29. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  30. 9088be4 Add UAV (image) binding offset and HLSL register support by steve-lunarg · 8 years ago
  31. e5e58cf Merge pull request #575 from steve-lunarg/iomap-warning-fix by John Kessenich · 8 years ago
  32. 5b2d667 Fix build warnings in remapper, re-indent for glslang standard by steve-lunarg · 8 years ago
  33. 89df3c2 Merge pull request #572 from steve-lunarg/numthreads by John Kessenich · 8 years ago
  34. 1061acc Merge pull request #562 from TiemoJung/io_map_control_publish by John Kessenich · 8 years ago
  35. 909b8af Merge pull request #570 from steve-lunarg/mintypes by John Kessenich · 8 years ago
  36. cf35b17 Merge pull request #574 from dneto0/android-has-no-std-stoi by John Kessenich · 8 years ago
  37. e301f67 Use std::atoi instead of std::stoi by David Neto · 8 years ago
  38. 3226b08 HLSL: Add min*{float,int,uint} types by steve-lunarg · 8 years ago
  39. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  40. e19e68d Merge pull request #571 from baldurk/explicit-lambda-returns by John Kessenich · 8 years ago
  41. ca73570 Add explicit lambda return types, for compilers without C++14 support by baldurk · 8 years ago
  42. c2016a5 New uniform mapping handling by t.jung · 8 years ago
  43. 9507885 Merge pull request #560 from jeremy-lunarg/pragmas by John Kessenich · 8 years ago
  44. 5163446 Merge pull request #568 from steve-lunarg/logicalop-fix by John Kessenich · 8 years ago
  45. aba4440 Merge pull request #567 from steve-lunarg/compare-fix by John Kessenich · 8 years ago
  46. 850ac06 Merge pull request #561 from jeremy-lunarg/unused by John Kessenich · 8 years ago
  47. 27939ca HLSL: allow component-wise operations for logical || and &&. by steve-lunarg · 8 years ago
  48. 85244d7 HLSL: Enable component-wise vector comparisons from operators by steve-lunarg · 8 years ago
  49. 0d628c1 Merge pull request #565 from mre4ce/master by John Kessenich · 8 years ago
  50. 4e3dd20 WIP: avoid strtok by steve-lunarg · 8 years ago
  51. c8e60e2 WIP: apply unused variable by Jeremy Hayes · 8 years ago
  52. d130075 update by Johannes van Waveren · 8 years ago
  53. 2f4c832 Merge remote-tracking branch 'upstream/master' by Johannes van Waveren · 8 years ago
  54. 8e1e717 fixed MSVC 2015 compile warnings by Johannes van Waveren · 8 years ago
  55. 3fc1543 Merge pull request #559 from steve-lunarg/samplecmp-fix by John Kessenich · 8 years ago
  56. 04e2dc1 Merge pull request #558 from steve-lunarg/image-atomics by John Kessenich · 8 years ago
  57. 921d315 Merge pull request #555 from steve-lunarg/promotion-fixes by John Kessenich · 8 years ago
  58. 720e89b Merge pull request #556 from dneto0/guard-amd-enums by John Kessenich · 8 years ago
  59. 6b59668 HLSL: fix defect in EOpMethodSampleCmp* texture decomposition by steve-lunarg · 8 years ago
  60. 6cb1637 Move promote methods to TIntermediate class by steve-lunarg · 8 years ago
  61. 2232236 HLSL: phase 4 of rwtexture support: add image atomics by steve-lunarg · 8 years ago
  62. 7fb605a Merge remote-tracking branch 'aosp/upstream-master' into update-shaderc by David Neto · 8 years ago ndk-r14-beta1
  63. bb5c02f Add missing guard to code that uses AMD extensions by David Neto · 8 years ago
  64. e5921f1 HLSL: Fix unary and binary operator type conversion issues by steve-lunarg · 8 years ago
  65. 5d45ead HLSL: Turn on tests for groupshared. by John Kessenich · 8 years ago
  66. b50fd17 HLSL: Support SV_Coverage and SV_DispatchThreadId; catch SV_GroupIndex. by John Kessenich · 8 years ago
  67. 4a34679 Build: Fix unsigned/signed warning. by John Kessenich · 8 years ago
  68. 1fabc0f Merge pull request #548 from baldurk/vs2010-compile-fixes by John Kessenich · 8 years ago
  69. bf8a6ef Merge pull request #551 from steve-lunarg/rwbuffers-fmt by John Kessenich · 8 years ago
  70. c658497 Merge pull request #539 from schwa423/linux_global_lock by John Kessenich · 8 years ago
  71. 1b6daa0 Merge pull request #550 from amdrexu/bugfix by John Kessenich · 8 years ago
  72. 062b239 Merge pull request #549 from steve-lunarg/multidim-array by John Kessenich · 8 years ago
  73. 425af5f Use a recursive mutex. by Josh Gargus · 8 years ago
  74. cce8d48 HLSL: phase 3c: add option to use Unknown storage format by steve-lunarg · 8 years ago
  75. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  76. 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
  77. 17ff343 SPV: Add missing extension declarations for certain AMD extensions. by Rex Xu · 8 years ago
  78. f042e40 Merge pull request #542 from steve-lunarg/rwbuffers by John Kessenich · 8 years ago
  79. e4ad1bb Merge pull request #538 from steve-lunarg/iomap-binding-range-err by John Kessenich · 8 years ago
  80. 7b211a3 HLSL: allow multi-dimensional arrays by steve-lunarg · 8 years ago
  81. 486d9e4 Update HexFloat tests to use non-enum class enum values by baldurk · 8 years ago
  82. 021dbb4 Change negatable_left_shift and negatable_right_shift to inline funcs by baldurk · 8 years ago
  83. cabba60 Change {} constructor brackets to () by baldurk · 8 years ago
  84. 7cac9e7 Change "using x = y;" to "typedef y x;" statements by baldurk · 8 years ago
  85. a227d27 Explicitly implement default constructors by baldurk · 8 years ago
  86. 1a65fc2 Add std::isnan and std::isinf wrappers for VS2010 that doesn't have them by baldurk · 8 years ago
  87. 033d3ef Change enum class to plain enum by baldurk · 8 years ago
  88. 31d5d48 Change constructor to use ()s instead of {}s by baldurk · 8 years ago
  89. ff160f1 Add #include <cstdint> for std::uint32_t usage by baldurk · 8 years ago
  90. 75c3bf6 Add strtoull wrapper for VS2010, pointing to MS implementation by baldurk · 8 years ago
  91. 54a28de Give all complex lambdas an explicit return type by baldurk · 8 years ago
  92. b3da8a9 HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fns by steve-lunarg · 8 years ago
  93. 07830e8 HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures by steve-lunarg · 8 years ago
  94. 0de16da HLSL: phase 2c: use lValueErrorCheck in HLSL FE by steve-lunarg · 8 years ago
  95. 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  96. 6b43d27 HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  97. c49418c Merge remote-tracking branch 'aosp/upstream-master' into refresh-shaderc by David Neto · 8 years ago
  98. e3aa654 Merge pull request #546 from yavn/OpImageQueryLod-with-SampledImage by John Kessenich · 8 years ago
  99. 7208a97 SPV: Use SampledImage with OpImageQueryLod by Maciej Jesionowski · 8 years ago
  100. 631f223 Merge pull request #543 from slime73/compilerwarnings by John Kessenich · 8 years ago