1. b94db86 Explicitly filter assigments to sources variable by Sylvain Defresne · 4 years ago
  2. fe878de Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years ago
  3. 6c80505 Only use clang specific directives when clang is used by Alexis Hetu · 4 years, 1 month ago
  4. c4f3b71 Fix copying cubemap textures out of bounds by Alexis Hetu · 4 years, 1 month ago
  5. cd0af64 Remove dead ASTC code for GLES by Nicolas Capens · 4 years, 2 months ago
  6. 08a294d Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 3 months ago
  7. c4bbd37 Remove typeinfo from GLES exported symbols by Nicolas Capens · 4 years, 5 months ago
  8. 63aa954 CMake: use target_link_options by Antonio Maiorano · 4 years, 5 months ago
  9. 491555c CMake: Fix linux build with SWIFTSHADER_BUILD_PVR by Ben Clayton · 4 years, 5 months ago
  10. a71aff2 CMake: split out all src/OpenGL targets into their own CMakeLists by Antonio Maiorano · 4 years, 6 months ago
  11. 498499b Remove the custom Visual Studio solution and projects by Nicolas Capens · 4 years, 6 months ago
  12. d51c7fa Fix completeness test of OpenGL ES immutable textures by Nicolas Capens · 4 years, 6 months ago
  13. 214ec33 Fix Wrange-loop-analysis warnings in swiftshader. by Nico Weber · 4 years, 7 months ago
  14. 5c6a3c2 Remove the GL_NV_read_depth_stencil extension by Nicolas Capens · 4 years, 8 months ago
  15. a624d80 Disable the GL_NV_framebuffer_blit extension by Nicolas Capens · 4 years, 8 months ago
  16. 1d07fc4 Disable the GL_APPLE_texture_format_BGRA8888 extension by Nicolas Capens · 4 years, 8 months ago
  17. 520ed22 Fix how we calculate potential overflows with PBOs by Sean Risser · 5 years ago
  18. 5be0984 Fix integer overflow in image size calculation by Nicolas Capens · 5 years ago
  19. fc7c6bd Consider all faces in TextureCubeMap::hasNonBaseLevels() by Chris Forbes · 5 years ago
  20. aabce79 Fix edge cases of creating EGLImages from cubemap faces by Chris Forbes · 5 years ago
  21. 4bbb984 Fix eglCreateImageKHR error logic for level=0 by Chris Forbes · 5 years ago
  22. 3044c24 Use GL_RGB as implementation color read format for GL_RGB565 by Chris Forbes · 5 years ago
  23. 7a7f630 Fix integer overflows in ClipSrcRect by Sean Risser · 5 years ago
  24. 38a9b3c Fix OpenGL/EGL entry function calling convention by Nicolas Capens · 5 years ago
  25. 303ddb5 Make ClipDstRect/ClipSrcRect cease on non-finite by Sean Risser · 5 years ago
  26. 69f2535 Jettison android subzero support entirely by Chris Forbes · 5 years ago
  27. aa3f31f Avoid blitting malformed rectangles by Sean Risser · 5 years ago
  28. 4c2c8d1 Compile GLSL in a critical section by Nicolas Capens · 5 years ago
  29. 8cce70e Fail GLSL compilation if compiler initialization fails by Nicolas Capens · 5 years ago
  30. ec63fbe MacOS: Use exported_symbols_list to filter exported symbols for .gn build files by Alexis Hetu · 5 years ago
  31. ab67c12 Fix Visual Studio solution build by Nicolas Capens · 5 years ago
  32. fb9c05c Allow 3d texture layers for framebuffer blit by Lingfeng Yang · 5 years ago
  33. c8f25d9 Don't try to render out-of-bounds viewports by Sean Risser · 5 years ago
  34. d70129a Add swiftshader-named variants to library loading on Windows by Stuart Morgan · 5 years ago
  35. 5d73f03 Expose EXT_float_blend by shrekshao · 5 years ago
  36. df81c83 Prevent integer-overflow on scissor test by Sean Risser · 5 years ago
  37. 42d6461 Move libvk_swiftshader.lds from sources to inputs by Tom Anderson · 5 years ago
  38. 8565e77 CMake build: Only export explicit symbols on macOS by Ben Clayton · 5 years ago
  39. 8115f1e Fix 'control reaches end of non-void function' warnings treated as errors by Ben Clayton · 5 years ago
  40. 9b62752 Fix build failure by Saman Sami · 5 years ago
  41. 970e4f0 Fix crash when viewport Y position is negative by Antonio Maiorano · 5 years ago
  42. 7804e81 Remove more trailing semi-colons by Brian Osman · 5 years ago
  43. 2a58238 CMakeLists: Treat trailing semicolons as warnings / errors by Ben Clayton · 5 years ago
  44. d1fff58 Fix 2D texture image functions not returning GL_INVALID_ENUM with target == GL_TEXTURE_3D by Antonio Maiorano · 5 years ago
  45. d632e6d Android: Always use LLVM 7, delete build files for LLVM 3 by Ben Clayton · 5 years ago
  46. 3f0d3ef Enable multiprocess compilation for all Visual Studio projects by Nicolas Capens · 5 years ago
  47. 3635a12 Generic Transform Feedback buffer as global state by Sean Risser · 5 years ago
  48. 0475688 Default to 64-bit MSVC toolchain by Nicolas Capens · 5 years ago
  49. 24cb99d Fix mipmap generation on undefined cube texture by Nicolas Capens · 6 years ago
  50. 6c9fb0e Fix REACTOR_USE_SUBZERO flag by Logan Chien · 6 years ago
  51. 5efe611 Assert there are no unmatched eglBindTexImage/eglReleaseTexImage by Alexis Hetu · 6 years ago
  52. f969488 Fix shader call stack size mismatch by Nicolas Capens · 6 years ago
  53. 9686153 Early exit in es2::Context::drawElements on count=0. by Cody Schuffelen · 6 years ago
  54. 76e4002 Fixed a crash using TransformFeedback with DrawArraysInstanced by Alexis Hetu · 6 years ago
  55. 4806a9b Add GL_OES_EGL_image_external_essl3 by Lingfeng Yang · 6 years ago
  56. a4afa24 Remove unnecessary ldflags. by Nico Weber · 6 years ago
  57. 7cfb50c Fix implicit fallthrough warnings treated as errors by Nicolas Capens · 6 years ago
  58. 0ab9f3b Fixed link time warnings on MacOS by Alexis Hetu · 6 years ago
  59. 8f20452 Added missing frameworks on MacOs for vertex routine fuzzer by Alexis Hetu · 6 years ago
  60. 3fc6893 Prevent glDeleteQueries from deleting a live Query by Alexis Hetu · 6 years ago
  61. 1147fc2 Prevent repeatedly trying to load a non-existent library by Alexis Hetu · 6 years ago
  62. 1d8c8db Fix include paths. by Nicolas Capens · 6 years ago
  63. e83048e Generate an error when trying to clear an incomplete Framebuffer by Alexis Hetu · 6 years ago
  64. fde88d9 Default to LLVM 7.0 JIT in Android build. by Nicolas Capens · 6 years ago
  65. 4e34419 Fix validating glFramebuffer* attachment. by Nicolas Capens · 6 years ago
  66. 805d761 Use a trampoline for all GL entry functions. by Nicolas Capens · 6 years ago
  67. e70c351 Linux build fix by Alexis Hetu · 6 years ago
  68. b83d491 Detach transform feedback when deleted. by Nicolas Capens · 6 years ago
  69. 9b76884 Add an argument check for compressed formats in glCompressedTexSubImage2D by Merck Hung · 6 years ago
  70. 5181427 Treat all non-zero GLboolean values as GL_TRUE. by Nicolas Capens · 6 years ago
  71. a2d15d1 Fix depth/stencil read format validation. by Nicolas Capens · 6 years ago
  72. 64d537a Change build output directory to 'out'. by Nicolas Capens · 6 years ago
  73. a5dfd97 Remove stray printfs. by Nicolas Capens · 6 years ago
  74. 56eacf0 Silently ignore attempts to delete default VAO. by Nicolas Capens · 6 years ago
  75. 1aae88c More thread safety in ES2 & EGL APIs by Chris Forbes · 6 years ago
  76. 2ecc8b7 Add SWIFTSHADER prefix to Android.mk variables by Logan Chien · 6 years ago
  77. cf47cfd Guard against out of bounds accesses caused by a large base level by Alexis Hetu · 6 years ago
  78. 3655209 Fix texture completeness test when using sampler objects. by Nicolas Capens · 6 years ago
  79. 108f3e1 Fix GL resource access thread safety by Chris Forbes · 6 years ago
  80. ad5c295 Move ConvertReadFormatType to utilities. by Nicolas Capens · 6 years ago
  81. d1ed57e Implement GL_NV_read_depth_stencil. by Nicolas Capens · 6 years ago
  82. 0c6ac93 Refactor glReadPixels validation. by Nicolas Capens · 6 years ago
  83. 0ccc71d Implement GL_OES_fbo_render_mipmap. by Nicolas Capens · 6 years ago
  84. d5411c8 Allow SwiftShader to be moved to a non-default location by Greg Hartman · 6 years ago
  85. c28d28a Android: Introduce ANDROID_HOST_BUILD and rework logging. by Alistair Strachan · 6 years ago
  86. 378c434 Fix attribute layout location linking. by Nicolas Capens · 6 years ago
  87. dd662d2 SwiftShader on Fuchsia x64 by Alexis Hetu · 6 years ago
  88. 48908cb Add EGL 1.5 entry points. by Nicolas Capens · 7 years ago
  89. dd4c863 Fix gl_FrontFacing to take GL_FRONT_FACE into account. by Nicolas Capens · 6 years ago
  90. 7f1c3d0 Fix validation of uniform block size. by Nicolas Capens · 6 years ago
  91. 0d8993c Fix leaking uniforms. by Nicolas Capens · 6 years ago
  92. e1fa9ea Reject copying from GL_RGB10_A2 to unsized formats. by Nicolas Capens · 6 years ago
  93. c497261 Protect exported symbols from overrides. by Nicolas Capens · 6 years ago
  94. b7334da Remove invalid glGetIntegerv() enums. by Nicolas Capens · 6 years ago
  95. 5e1520f Use an internal symbol to determine library directory. by Nicolas Capens · 6 years ago
  96. b41a9d6 Fix pedantic narrowing conversion error. by Nicolas Capens · 6 years ago
  97. 65a3264 Support reading of half-float formats. by Nicolas Capens · 6 years ago
  98. 659d89e Support glCopyTexImage2D for float formats. by Nicolas Capens · 6 years ago
  99. 8346311 Always create an OpenGL ES 3.0 context. by Nicolas Capens · 6 years ago
  100. a9969b2 Newly load sibling library from the same directory. by Nicolas Capens · 6 years ago