1. 44b2c0b Avoid rebase_path() in BUILD.gn. by Frank Henigman · 6 years ago
  2. ddc4120 Rename .gypi -> .gni. by Frank Henigman · 6 years ago
  3. a7f97a2 Gyp is dead. Long live gn. by Frank Henigman · 6 years ago
  4. c93eeaa Make angle's commit.h depend on git head by Takuto Ikuta · 6 years ago
  5. 8c1508b Update name of ANGLE Android apk to match expectations by Courtney Goeltzenleuchter · 6 years ago
  6. d07c52e Initial Android implementation of GetSystemInfo by Ian Elliott · 6 years ago
  7. cd70aa4 Always depend on libandroid for angle_util. by Yuly Novikov · 6 years ago
  8. b971f49 Migrating ANGLE to split LVL repos by Tobin Ehlis · 6 years ago
  9. a4a3c19 Remove manual references to exe_and_shlib_deps by Tom Anderson · 6 years ago
  10. b001528 Use libnativewindow for Android builds by Courtney Goeltzenleuchter · 6 years ago
  11. 4607148 Add build-id for all builds to help debugging by Courtney Goeltzenleuchter · 7 years ago
  12. 96d292d Format cleanup by Courtney Goeltzenleuchter · 6 years ago
  13. 74a7632 Fix libGLESv2 wrong .def file. by Jamie Madill · 7 years ago
  14. 8073a95 Enable warning for non-virtual destructors by Olli Etuaho · 7 years ago
  15. d47044a Vulkan: Add framework for internal shaders. by Jamie Madill · 7 years ago
  16. ddd7724 Add GLESv1_CM to angle library apk by Courtney Goeltzenleuchter · 7 years ago
  17. e5db628 Cleanup for "Add angle library apk" by Courtney Goeltzenleuchter · 7 years ago
  18. 2565d48 Add angle library apk by Courtney Goeltzenleuchter · 7 years ago
  19. ec10096 Vulkan: Add build toggle for validation layers. by Courtney Goeltzenleuchter · 7 years ago
  20. eb79e33 Vulkan: Do not build mock ICD on Android. by Jamie Madill · 7 years ago
  21. 08b9e04 Vulkan: Disable warning in Mock ICD. by Jamie Madill · 7 years ago
  22. 1521526 Enable unneeded-internal-declaration compiler warning by Courtney Goeltzenleuchter · 7 years ago
  23. ad4f964 Allow ANGLE libs to have arbitrary suffix. by Yuly Novikov · 7 years ago
  24. 40a945f Rename vulkan_loader to libvulkan by Yuly Novikov · 7 years ago
  25. 8d986bf Fix missing include files visible to GN. by Jamie Madill · 7 years ago
  26. d7ebfb9 Add missing is_fuchsia to system_utils selection. by Jamie Madill · 7 years ago
  27. b5db2b4 Enable -Wimplicit-fallthrough for ANGLE. by Nico Weber · 7 years ago
  28. 4edce33 GLES1: macOS: Add rpath to libGLESv1_CM.dylib by Lingfeng Yang · 7 years ago
  29. bac02d7 Vulkan: Fix data_deps on layers by Yuly Novikov · 7 years ago
  30. a1134ba Vulkan: Relocate third-party libraries. (2/2) by Jamie Madill · 7 years ago
  31. b62a1c2 Vulkan: Reorganize BUILD.gn files. by Jamie Madill · 7 years ago
  32. 79de62c Explicitly suppress -Wimplicit-fallthrough for angle and its deps. by Nico Weber · 7 years ago
  33. 199f429 Vulkan: Enable on Android by Yuly Novikov · 7 years ago
  34. 5dd4ad8 Vulkan: Add a perf test for the Pipeline cache. by Jamie Madill · 7 years ago
  35. e762400 Fix Android build by Yuly Novikov · 7 years ago
  36. 2aaa7b4 Add GLES1 targets and stub entry points. by Geoff Lang · 7 years ago
  37. e42ec18 Add angle_link_glx arg to standalone gn build. by Frank Henigman · 7 years ago
  38. b944053 Add extra warnings for narrowing and bool conversion. by Geoff Lang · 7 years ago
  39. ff7aac5 Re-land "Export angle::PlatformMethods." by Jamie Madill · 7 years ago
  40. 163965d BUILD.gn: prepare dEQP test support on Mac by Corentin Wallez · 7 years ago
  41. aa9c396 Revert "BUILD.gn: prepare dEQP test support on Mac" by Corentin Wallez · 7 years ago
  42. 4b8b650 BUILD.gn: prepare dEQP test support on Mac by Corentin Wallez · 7 years ago
  43. c4f1dd8 Use angle::BitSetIterator optimizations on arm64 as well by Yuly Novikov · 7 years ago
  44. 6d94f06 Add more complete NULL driver for the GL back-end. by Jamie Madill · 7 years ago
  45. fb9051a Switch from use_libfuzzer to using_fuzzing_engine. by Jonathan Metzman · 7 years ago
  46. d0ef13a Stand-alone build with gn. by Frank Henigman · 7 years ago
  47. d736ccc Add :extra_warnings to all units in BUILD.gn. by Ben Wagner · 7 years ago
  48. 211bff3 Enable inconsistent-missing-override for Clang by Ben Wagner · 7 years ago
  49. f0be43f Add missing dependency on exe_and_shlib_deps by Yuly Novikov · 7 years ago
  50. fcadd08 Provide build target for angle_shader_translator sample. by Ken Russell · 7 years ago
  51. 5ea762a Consolidate base:: imports. by Jamie Madill · 7 years ago
  52. 9216a6e Introduce MRUCache. by Jamie Madill · 7 years ago
  53. 26098cb Add missing dependencies on exe_and_shlib_deps (angle) by Tom Anderson · 7 years ago
  54. e1fd475 Apply release asserts config to all dependents. by Jamie Madill · 8 years ago
  55. 29f148b Support Vulkan on Linux as well as Windows. by Frank Henigman · 8 years ago
  56. 6de5185 Optimize angle::BitSetIterator. by Jamie Madill · 8 years ago
  57. 8f77e5d gpu_info_util: Implement GetSystemInfo on Windows by Corentin Wallez · 8 years ago
  58. 16d4e47 BUILD.gn: declare_args() use_lipci by Corentin Wallez · 8 years ago
  59. 05356e3 BUILD.gn: do not redefine use_libpci if already present by Corentin Wallez · 8 years ago
  60. d83f64f gpu_info_util: Implement GetSystemInfo on OSX by Corentin Wallez · 8 years ago
  61. 878baf9 gpu_info_util: address comments for CL 438940 by Corentin Wallez · 8 years ago
  62. 7b4e00d gpu_info_util: Implement GetSystemInfo on Linux by Corentin Wallez · 8 years ago
  63. e794cd8 Vulkan: Implement new GLSL translator back-end. by Jamie Madill · 8 years ago
  64. 949e070 Update BUILD.gn to account for Android default linker script change by Andrew Grieve · 8 years ago
  65. dcab56a Move some file utils to common. by Jamie Madill · 8 years ago
  66. 80ab03c Add angle_white_box_tests for libANGLE render tests. by Jamie Madill · 8 years ago
  67. 192745a Add varying packing validation for WebGL. by Jamie Madill · 8 years ago
  68. a4ab580 Remove libEGL dependency on libANGLE by Yuly Novikov · 8 years ago
  69. 327ba85 Vulkan: Hook up loader code. by Jamie Madill · 8 years ago
  70. 120040e D3D: Move some HLSL-specific code to a new folder. by Jamie Madill · 8 years ago
  71. 64598b5 Add the ANGLEPlatform entry points to eglGetProcAddress by Corentin Wallez · 8 years ago
  72. dfd7fb2 Cleanup after merging translator_lib into translator by Yuly Novikov · 8 years ago
  73. ea58654 Cleanup after translator component removal by Yuly Novikov · 8 years ago
  74. 7f07caa Rename the build/ directory. by Corentin Wallez · 8 years ago
  75. e653403 Remove component translator target and keep static_library. by Yuly Novikov · 8 years ago
  76. d08f3b3 Add stubs for a NULL renderer. by Geoff Lang · 8 years ago
  77. 054f7ed preprocessor: Miscellaneous cleanups by Corentin Wallez · 8 years ago
  78. 1db8a26 Fix warning in standalone in new validation. by Jamie Madill · 8 years ago
  79. a5615c6 BUILD.gn: Disable pool alloc on all translator dependents when fuzzing by Corentin Wallez · 8 years ago
  80. 30e11ab BUILD.gn: make the translator fuzzer a source set by Corentin Wallez · 8 years ago
  81. 28b6528 Add a fuzzer for the shader translator. by Corentin Wallez · 8 years ago
  82. e3352f9 Change angle_util to be a shared library by Yuly Novikov · 8 years ago
  83. 55033e5 Revert "Change angle_util to be a shared library" by Yuly Novikov · 8 years ago
  84. 2f9b5e6 Change angle_util to be a shared library by Yuly Novikov · 8 years ago
  85. 91e71ed Misc minor WinRT fixes and cleanups by Austin Kinross · 8 years ago
  86. 509a1d4 GN: Enable more MSVS warnings. by Jamie Madill · 8 years ago
  87. ce1ed23 D3D11: Detect driver version for blit workaround. by Jamie Madill · 8 years ago
  88. a8503ce Re-land "GN: Enable chromium_code config instead." by Jamie Madill · 8 years ago
  89. 5bc93c4 Revert "GN: Enable chromium_code config instead." by Jamie Madill · 8 years ago
  90. aeb477f GN: Enable chromium_code config instead. by Jamie Madill · 8 years ago
  91. 313d944 Stop linking a static_initializer into the Mac chromium build. by Dirk Pranke · 8 years ago
  92. e8d5c5c Check ozone_platform_gbm before doing gbm stuff. by Frank Henigman · 8 years ago
  93. 6e4cfce Refactor ANGLE's image manipulation code into a static library. by Geoff Lang · 8 years ago
  94. 62ba962 Require libdrm only if use_ozone=1. by Frank Henigman · 8 years ago
  95. 77df676 Add ozone display gn build. by Frank Henigman · 8 years ago
  96. db8ae83 [Mac/GN] Properly set the install_name and rpath for shared_library targets and their consumers. by Robert Sesek · 8 years ago
  97. a6426d6 Android GL backend and end2end tests by Yuly Novikov · 8 years ago
  98. e2e406c Add base::numerics for safe math and conversions. by Jamie Madill · 8 years ago
  99. e31fd87 Enable Release ASSERT in ANGLE. by Jamie Madill · 8 years ago
  100. 9e54b5a Add Vulkan stubs. by Jamie Madill · 8 years ago