1. 8478560 Replace target_cpu with current_cpu in Build.gn files by Antonio Maiorano · 5 years ago
  2. 6e3a387 Exclude padding bytes from image size limit by Nicolas Capens · 5 years ago
  3. 71af593 Tweaks to make clang-format produce better code by Ben Clayton · 5 years ago
  4. 8701dc4 Reactor: Switch swizzles over to 16-bit hex codes by Ben Clayton · 5 years ago
  5. 66ba1f9 Rasterize 'Bresenham' line segments as parallelograms by Nicolas Capens · 5 years ago
  6. 92eb041 Refactor GLES routine cache keys to use Memset<T> by Nicolas Capens · 6 years ago
  7. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 6 years ago
  8. 6d55ba7 Move calculation after clip check by Sean Risser · 6 years ago
  9. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  10. 29364a0 Fix buffer overflow on Mac by Sean Risser · 6 years ago
  11. 5e9441a Replace FIXMEs with TODOs by Ben Clayton · 6 years ago
  12. e797219 Fix typo in Vector lerp() by Nicolas Capens · 6 years ago
  13. 2a58238 CMakeLists: Treat trailing semicolons as warnings / errors by Ben Clayton · 6 years ago
  14. e276f52 Remove extra stencil state from DrawData by Chris Forbes · 6 years ago
  15. f287834 Remove precacheDLL by Alexis Hetu · 6 years ago
  16. bc63cf9 Fix Context::colorWriteActive to consider all rendertargets by Chris Forbes · 6 years ago
  17. 377d493 Remove VertexProcessor::multisampling state bit by Chris Forbes · 6 years ago
  18. 3fc635a GLES: Fix race in Renderer destruction by Ben Clayton · 6 years ago
  19. 226e1c6 swiftshader: Remove semicolons. by Nico Weber · 6 years ago
  20. 878d4b0 Change routine names to be strings of char by Chris Forbes · 6 years ago
  21. 3fc6893 Prevent glDeleteQueries from deleting a live Query by Alexis Hetu · 6 years ago
  22. dc2966a Eliminate legacy functionality. by Nicolas Capens · 6 years ago
  23. d55d997 Fix clamping of NaN values. by Nicolas Capens · 6 years ago
  24. 4846150 Rename Reactor namespace to rr. by Nicolas Capens · 7 years ago
  25. 810f3db Fix stencil buffer memory leak. by Nicolas Capens · 6 years ago
  26. fe79649 Update BUILD.gn configs to support ARM[64] builds. by Stephen Lanham · 7 years ago
  27. 0c6ac93 Refactor glReadPixels validation. by Nicolas Capens · 7 years ago
  28. dd4c863 Fix gl_FrontFacing to take GL_FRONT_FACE into account. by Nicolas Capens · 7 years ago
  29. 9e22c54 TSAN fix by Alexis Hetu · 7 years ago
  30. 6a990f8 Support MSAN with Subzero JIT compiled code. by Nicolas Capens · 7 years ago
  31. 551478a Fix for MSAN issues by Alexis Hetu · 7 years ago
  32. 539468c Fix using pitch for compressed format decoding. by Nicolas Capens · 7 years ago
  33. 1fa2067 Fixed size verification assert to include border by Alexis Hetu · 7 years ago
  34. 700a1a6 Fix clearing of dirty textures. by Nicolas Capens · 7 years ago
  35. 88482c3 Fix IOSurface synchronization issues by Alexis Hetu · 7 years ago
  36. 9040421 Fixed synchronization issue on MacOS by Alexis Hetu · 7 years ago
  37. 4845633 Fix CLang build. by Nicolas Capens · 7 years ago
  38. ae3d875 Prevent floating-point error accumulation during blitting. by Nicolas Capens · 7 years ago
  39. 9dfb70f Move the declaration of DrawCall after Renderer. by Peter Collingbourne · 7 years ago
  40. 607771b Prevent 32-bit numeric overflow on image allocation. by Nicolas Capens · 7 years ago
  41. 419a580 Refactor surface buffer size calculation. by Nicolas Capens · 7 years ago
  42. 5fd1cfa Pitch fix for IO surfaces by Alexis Hetu · 7 years ago
  43. 0641aeb Rectangle texture addressing fix by Alexis Hetu · 7 years ago
  44. 3848876 Guard against clearing null depth/stencil buffers. by Nicolas Capens · 7 years ago
  45. 7622b96 Allow Blitter::fastClear to directly write to external buffer by Alexis Hetu · 7 years ago
  46. 53e83aa Multisampled blitter clear fix by Alexis Hetu · 7 years ago
  47. b04881b Fix multisampled line rendering. by Nicolas Capens · 7 years ago
  48. c0632c9 Added support for sampler2DRect in ESSL3 by Alexis Hetu · 7 years ago
  49. 3b4a25c Fix texture upload and internalformat handling. by Nicolas Capens · 7 years ago
  50. ae7756e Fix assert while updating surface buffers. by Nicolas Capens · 7 years ago
  51. 26a8675 Support compressed textures unconditionally. by Nicolas Capens · 7 years ago
  52. d0e4c2d Fix multisample line rasterization. by Nicolas Capens · 7 years ago
  53. d80d4c4 Filtering fix for out of bounds blit by Alexis Hetu · 7 years ago
  54. d0a459f Fix sRGB linear filtering in blitter by Alexis Hetu · 7 years ago
  55. ac6d505 Fix switch statements in loops. by Nicolas Capens · 7 years ago
  56. 73771b1 Allow blitting with out of bounds source coordinates by Alexis Hetu · 7 years ago
  57. e70208e Don't perform very early depth test when overridden by shader. by Nicolas Capens · 7 years ago
  58. 62cd2bd Fixed flatshading for triangle strip and triangle fan by Alexis Hetu · 7 years ago
  59. 67fdd83 Clamp unsigned floating-point formats. by Nicolas Capens · 7 years ago
  60. a6bc61d Use half-precision for special internal formats. by Nicolas Capens · 7 years ago
  61. 975adb7 Rename signed normalized formats. by Nicolas Capens · 7 years ago
  62. f08be92 ETC2 RGBA fix by Alexis Hetu · 7 years ago
  63. 1ab837c Implement sRGB conversion in the blitter. by Nicolas Capens · 7 years ago
  64. 8f7739a Refactor Blitter state. by Nicolas Capens · 7 years ago
  65. 1efac52 Implement sRGB conversion for the fallback path. by Nicolas Capens · 7 years ago
  66. 5555af4 Implement sRGB texture sampling. by Nicolas Capens · 7 years ago
  67. f46493f Fixed EAC failures by Alexis Hetu · 7 years ago
  68. c4a3f24 Implement framebuffer layer support. by Nicolas Capens · 7 years ago
  69. 8af24c5 Implement render target layers support. by Nicolas Capens · 7 years ago
  70. bfa23b3 Separate image depth and samples count. by Nicolas Capens · 7 years ago
  71. 57e7cea Implement missing depth/stencil formats. by Nicolas Capens · 7 years ago
  72. 53ad4af Rename version to shaderModel by Alexis Hetu · 7 years ago
  73. 10c74a6 Allow out of bounds coordinates in glBlitFramebuffer by Alexis Hetu · 7 years ago
  74. bf3fc25 Minor C++11 code cleanup by Alexis Hetu · 7 years ago
  75. d0f5d39 Implement seamless cubemap sampling. by Nicolas Capens · 7 years ago
  76. 73e18c1 Update cube texture borders when dirty. by Nicolas Capens · 7 years ago
  77. a76a1bf Functionality to update borders of cube textures. by Alexis Hetu · 8 years ago
  78. 9c6d522 Add support for borders around textures. by Alexis Hetu · 8 years ago
  79. f8b827e Refactor high-precision texture coordinate addressing. by Nicolas Capens · 7 years ago
  80. e4a88b9 Support 3-component integer formats natively. by Nicolas Capens · 7 years ago
  81. f878d50 Pass down the texture compare state. by Nicolas Capens · 7 years ago
  82. 7308297 Fix last stream type enum. by Nicolas Capens · 7 years ago
  83. 708c24b Use more explicit include paths. by Nicolas Capens · 7 years ago
  84. f2520e1 Data race fix by Alexis Hetu · 7 years ago
  85. 5ba372f Fix depth clamping during 'very' early depth test. by Nicolas Capens · 7 years ago
  86. 33438a6 Refactor vector packing. by Nicolas Capens · 7 years ago
  87. bc6ce4f Fixed crash in Renderer by Alexis Hetu · 7 years ago
  88. 8beb240 Linux build fix by Alexis Hetu · 7 years ago
  89. aa8239a More data races fixed by Alexis Hetu · 8 years ago
  90. 6b164c3 Use atomic operations to specify shared memory access order by Alexis Hetu · 8 years ago
  91. 3cbeac5 Fix polygon offset depth clamp and units resolution. by Nicolas Capens · 8 years ago
  92. a28d04b Fix sign-correcting of masked stencil reference. by Nicolas Capens · 8 years ago
  93. 0e22d3a Implement GL_MAX_PROGRAM_TEXEL_OFFSET and GL_MAX_TEXTURE_LOD_BIAS by Alexis Hetu · 8 years ago
  94. b59a58e Fixed some function signatures by Alexis Hetu · 9 years ago
  95. 9441b07 SwiftShader always builds its release version in Chromium by Alexis Hetu · 8 years ago
  96. 506cc5e Suppress UBSan false positives. by Nicolas Capens · 8 years ago
  97. cfd9632 Added UInt to FP cast by Alexis Hetu · 8 years ago
  98. 426cb5e Fix clearing all samples of multisample render targets. by Nicolas Capens · 8 years ago
  99. 56f256e Fixed default color values for R and RG types by Alexis Hetu · 8 years ago
  100. 91dd1c4 Unnormalized integer formats now all use the same path by Alexis Hetu · 8 years ago