[go: up one dir, main page]

  1. 5b2de23 Manual roll Chromium from 50b73bd18c84 to 683728588ce5 (1661 revisions) by angle-autoroll · 3 hours ago main
  2. 24a83db More tricky GLSL tests by Shahbaz Youssefi · 4 hours ago
  3. ea7980a WGSL: implement more complicated multi-swizzle assignments by Matthew Denton · 5 hours ago
  4. 00e96b3 WGSL: Implement out/inout params with pointers. by Matthew Denton · 6 hours ago
  5. 11c9547 Roll vulkan-deps from d0ff1a29a9b3 to febc286dfc90 (20 revisions) by angle-autoroll · 13 hours ago
  6. f217515 WGSL: implement comma operator by Matthew Denton · 13 hours ago
  7. 5e06057 WGSL: implement ternaries by Matthew Denton · 13 hours ago
  8. 1bd82c4 Translator: add some more helpers by Matthew Denton · 14 hours ago
  9. 4733ce5 GLSLTest: add some complicated tests by Matthew Denton · 15 hours ago chromium/7488
  10. 3a28090 WGSL: Refactor WGSLProgramPrelude by Matthew Denton · 25 hours ago
  11. af7faab Translator: Improve handling of nameless structs by Shahbaz Youssefi · 26 hours ago
  12. 1757043 Reland "WGSL: Introduce temporaries for written-to func params" by Matthew Denton · 27 hours ago
  13. 385eea4 Vulkan: Unsupress fixed VU 06887 by Shahbaz Youssefi · 28 hours ago
  14. c0ee588 Add perftest for upload/draw w/some formats by Amirali Abdolrashidi · 29 hours ago chromium/7487
  15. d582860 Properly clean up contexts in multi-threading tests by Shahbaz Youssefi · 2 days ago chromium/7486
  16. 27bf56f Vulkan: Fix bytesToAllocate calculation overflow bug by Charlie Lao · 2 days ago
  17. 399168c [WebGPU] Implement texture copies with a draw by Liza Burakova · 2 days ago
  18. 058ca01 Mark buffer as dirty with size change by Amirali Abdolrashidi · 2 days ago chromium/7485
  19. 2697851 Roll vulkan-deps from f36ded5af211 to d0ff1a29a9b3 (1 revision) by angle-autoroll · 3 days ago
  20. 0a24de6 Roll VK-GL-CTS from 69ff1ec4be50 to cb377d066b07 (5 revisions) by angle-autoroll · 3 days ago chromium/7484
  21. 8f17ce4 Roll Chromium from b270daa499ef to 50b73bd18c84 (834 revisions) by angle-autoroll · 3 days ago
  22. 92b4ab0 Manual roll vulkan-deps from 5f4499eff7b1 to f36ded5af211 (18 revisions) by angle-autoroll · 3 days ago
  23. 59d4b70 Tests: Suppress ReturnedBinaryTwiceShouldMatch on Intel Windows by Cody Northrop · 5 days ago chromium/7480 chromium/7481 chromium/7482 chromium/7483
  24. 11d88e0 Translator: Fix gl_in redeclaration more by Shahbaz Youssefi · 5 days ago
  25. 5311e1f Translator: Validate case placement earlier by Shahbaz Youssefi · 5 days ago
  26. 618a27a Remove local std::vector in read uniform code path by Yuxin Hu · 5 days ago
  27. ad3e1a3 Add Gles test with GL_RASTERIZER_DISCARD enabled. by Yulei Cui · 5 days ago
  28. c58e26c Reduce copies of shader source. by Geoff Lang · 5 days ago chromium/7479
  29. ebdd878 Translator: Validate no statement after last case earlier by Shahbaz Youssefi · 5 days ago
  30. e881ac6 Translator: Validate no statement before first case earlier by Shahbaz Youssefi · 5 days ago
  31. c2df3b1 Replace Span() with base-style span() from time of C++17 by Tom Sepez · 5 days ago
  32. 3a731e2 Release mBinary memory after a program object param returns by Jisun Lee · 5 days ago
  33. 2c1ef1c Revert "WGSL: Introduce temporaries for written-to func params" by Shahbaz Youssefi · 5 days ago
  34. be939dc Translator: Validate case type == switch expression type earlier by Shahbaz Youssefi · 5 days ago
  35. 749c05e Translator: Enable OES_EGL_image_external support in ESSL3.20 by Jisun Lee · 5 days ago
  36. ab9579b Roll vulkan-deps from d623c1d9d824 to 5f4499eff7b1 (6 revisions) by angle-autoroll · 6 days ago
  37. 2655f0c Roll Chromium from f26938c66838 to b270daa499ef (552 revisions) by angle-autoroll · 6 days ago
  38. 012c499 Translator: Validate duplicate cases earlier by Shahbaz Youssefi · 6 days ago
  39. 35a97a7 WGSL: don't ever emit + unary operator by Matthew Denton · 6 days ago
  40. 69511c2 Ensure the address that GLshort is written to is 2 bytes aligned by Yuxin Hu · 6 days ago
  41. 06842fc PLS: Properly detect shader framebuffer fetch support. by Kenneth Russell · 6 days ago
  42. 9adf11a Translator: Verify max function call depth during parse by Shahbaz Youssefi · 6 days ago
  43. 5f80122 Translator: Check for undefined functions during parse by Shahbaz Youssefi · 6 days ago
  44. c452d6f WGSL: Introduce temporaries for written-to func params by Matthew Denton · 6 days ago
  45. f0a4f3f Disable the ANGLE selection UI when ro.hardware.egl=angle by Xiang Wang · 6 days ago
  46. 20a7258 Skip the shader translator entirely with passthough shaders. by Geoff Lang · 6 days ago chromium/7477 chromium/7478
  47. 6233955 Optimize SetUniform for isFloat16 case by Yuxin Hu · 6 days ago
  48. 7f5958c Vulkan: roll Volk by Steven Noonan · 6 days ago
  49. eaad434 Fix issues from mixing regular/MSRTT multisampled renderbuffers by Xinyu Fang · 6 days ago
  50. 99c4733 [metal] Fix data race in commands scheduled sync by Sunny Sachanandani · 6 days ago
  51. 0b9caaf Vulkan: Limit atomic counters to 32 by Shahbaz Youssefi · 6 days ago
  52. 665785f Vulkan: Load the image when damage region is set by Xin Yuan · 6 days ago
  53. b712a72 Translator: Check for recursion during parse by Shahbaz Youssefi · 6 days ago
  54. 8469b24 Translator: Reject infinite loop during parse by Shahbaz Youssefi · 6 days ago
  55. 79656c0 Roll vulkan-deps from 7cd8dafa530d to d623c1d9d824 (5 revisions) by angle-autoroll · 7 days ago
  56. 2be0150 Roll Chromium from 71995ce8b7bc to f26938c66838 (693 revisions) by angle-autoroll · 7 days ago
  57. d43378e Roll VK-GL-CTS from b4a4686fb406 to 69ff1ec4be50 (1 revision) by angle-autoroll · 7 days ago chromium/7476
  58. caf6336 Translator: Avoid unreachable in presence of shader error by Shahbaz Youssefi · 7 days ago
  59. 3add1bf FrameCapture: Add skip invalid condition by Hoyeon Lim · 7 days ago
  60. ded8ecc Translator: Handle GS and TES output gl_Position like VS by Shahbaz Youssefi · 7 days ago
  61. 97b9361 Translator: Remove gl_out from TES built-ins by Shahbaz Youssefi · 7 days ago
  62. d9ff059 Translator fuzzer: dump the shader to stderr by Shahbaz Youssefi · 7 days ago chromium/7475
  63. 4ad0cae Fix OpenGL ES version string by Mohan Maiya · 7 days ago
  64. eea5e6d Roll third_party/llvm/src into angle to include C++23 fixes by Victor Hugo Vianna Silva · 7 days ago
  65. ac80018 CL/Vulkan: Set host cached bit for HOST_PTR buffers by kyongjoo.oh · 7 days ago
  66. fc46d33 Add RobustBufferAccessBehaviorTest test by Charlie Lao · 7 days ago
  67. 255dc67 Translator: Validate ESSL 100 limitations during parse by Shahbaz Youssefi · 7 days ago
  68. 84b0cf1 Translator: Validate gl_FragData xor gl_FragColor early by Shahbaz Youssefi · 7 days ago
  69. 8c15b96 Translator: Validate MaxFunctionParameters limit during parse by Shahbaz Youssefi · 7 days ago
  70. 88002e3 Roll SwiftShader from efd5e79e9ca3 to 3d536c0fc62b (2 revisions) by angle-autoroll · 8 days ago
  71. d305e35 Roll vulkan-deps from bb498dc53b8b to 7cd8dafa530d (6 revisions) by angle-autoroll · 8 days ago
  72. 6e57cdf Roll VK-GL-CTS from c082f2b4f5e3 to b4a4686fb406 (3 revisions) by angle-autoroll · 8 days ago
  73. e27ead9 Roll Chromium from b06dc5b80506 to 71995ce8b7bc (664 revisions) by angle-autoroll · 8 days ago chromium/7474
  74. 7280d3d Turn off preferSubmitAtFBOBoundary and add early submit logic by Sean Feng · 8 days ago
  75. 2027314 CL/Vulkan: Enable OpenCL kernel printf in logcat by hoonee.cho · 8 days ago
  76. 54409f2 cl/vk: Autogen image order and types by Austin Annestrand · 8 days ago
  77. 774bca9 [metal] Add commands scheduled sync object by Sunny Sachanandani · 8 days ago
  78. e5b0553 Translator: Validate TCS barrier() rules during parse by Shahbaz Youssefi · 8 days ago chromium/7473
  79. bf63a4e Translator: Track control flow during parse by Shahbaz Youssefi · 8 days ago
  80. c1ae67d cl/vk: Introduce Int64 Atomic support by Austin Annestrand · 8 days ago
  81. 4b5f4da Don't roll CLSPV binary blobs into Android. by Yuly Novikov · 8 days ago
  82. 13e0c3b Roll vulkan-deps from ac55dee5b314 to bb498dc53b8b (5 revisions) by angle-autoroll · 9 days ago
  83. b8705ed Roll Chromium from 76e5315e52d7 to b06dc5b80506 (3284 revisions) by angle-autoroll · 9 days ago chromium/7472
  84. 104f0e6 Tests: Add Umamusume: Pretty Derby trace by Cody Northrop · 9 days ago
  85. 315b9cb third_party/clspv: Update clspv (10/9/2025) by Austin Annestrand · 9 days ago
  86. 4d52bed CL/Vulkan: Add 3.0 atomic memory order feature macros by hoonee cho · 9 days ago
  87. 7c7fcb9 CL/Vulkan: Allocate descriptor sets under lock by hoonee.cho · 9 days ago
  88. e9e1789 CL/Vulkan: Make CommandsStateMap as self contained by Gowtham Tammana · 9 days ago
  89. 80130da Vulkan: Enable recycleVkEvent on swiftshader by Yuxin Hu · 9 days ago
  90. 45b0571 Vulkan: Add barrier log only when present by Gowtham Tammana · 9 days ago chromium/7471
  91. ea35293 CL/Vulkan: Dump commandstream on request by Gowtham Tammana · 9 days ago
  92. fa49f70 Don't build OpenCL on Mac bots by Yuly Novikov · 9 days ago
  93. 537ee3e Manual roll SwiftShader from 794b0cfce1d8 to efd5e79e9ca3 (1 revision) by angle-autoroll · 9 days ago
  94. 02ffcb3 CL/VK: Fix heap overflow when kernel args exceed size by kyongjoo.oh · 9 days ago
  95. 6b71ba8 Roll vulkan-deps from 660b97e7bc4f to ac55dee5b314 (12 revisions) by angle-autoroll · 10 days ago chromium/7470
  96. 4057f9c Roll VK-GL-CTS from db48c34bebaf to c082f2b4f5e3 (12 revisions) by angle-autoroll · 10 days ago
  97. 8ed1600 tests: Fix ShadingRateEXTTest.FragmentShadingRatePrimitive by Tim Van Patten · 12 days ago chromium/7465 chromium/7466 chromium/7467 chromium/7468 chromium/7469
  98. 62fe67a Update Texture2DBaseMaxTestES3.Fuzz545ImmutableTexRenderFeedback by Roberto Rodriguez · 12 days ago
  99. 941fabd Roll vulkan-deps from cd9db66cabed to 660b97e7bc4f (10 revisions) by angle-autoroll · 12 days ago
  100. 8af6c56 Translator: Add more action routines to glslang.y by Shahbaz Youssefi · 13 days ago chromium/7464