- 107e862 Add int-vector folding tests to VectorFolding. by John Stiles · 4 years, 2 months ago
- 71624de Allow constant propagation for negated constant-vectors and ints. by John Stiles · 4 years, 2 months ago
- 96c2165 Revert "Add memsets to the GrBlockAllocator unit tests." by John Stiles · 4 years, 2 months ago
- 87bc83e Add memsets to the GrBlockAllocator unit tests. by John Stiles · 4 years, 2 months ago
- 68dcf54 Migrate CrbugOssfuzz21688 to a golden-output test. by John Stiles · 4 years, 2 months ago
- 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 2 months ago
- 95acbbc Fix crash when comparing against a negated constant vector. by John Stiles · 4 years, 2 months ago
- 6c88ea1 Create unit test for comparison against a negated constant vector. by John Stiles · 4 years, 2 months ago
- d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 4 years, 2 months ago
- f12d05d Implement SkPathBuilder(SkPathFillType) by Leon Scroggins · 4 years, 2 months ago
- 007d97d Allow creating SkSurfaceCharacterizations directly for vk secondary CB context. by Greg Daniel · 4 years, 2 months ago
- 6e7cfaf Fix bad FP codegen when sample() calls are inlined. by John Stiles · 4 years, 2 months ago
- 569249b Improve support for function prototypes in SkSL. by John Stiles · 4 years, 2 months ago
- 7d3f089 Fix use-after-free error discovered by the fuzzer. by John Stiles · 4 years, 2 months ago
- b047b5d Disable "any" function workaround in standalone/non-GPU caps by Brian Osman · 4 years, 2 months ago
- e103f94 Create test case for oss-fuzz:26942. by John Stiles · 4 years, 2 months ago
- 6bacd9f Fix the grvx_approx_angle_between_vectors test by Chris Dalton · 4 years, 2 months ago
- 2882e70 Add GrPathUtils::findCubicConvex180Chops by Chris Dalton · 4 years, 2 months ago
- 4195bcc Use uint4 instead if int4 in grvx test by Chris Dalton · 4 years, 2 months ago
- c3cb099 Add GrVx.h by Chris Dalton · 4 years, 2 months ago
- bfad3e2 Add test cases to function-prototype golden outputs. by John Stiles · 4 years, 2 months ago
- 4dd3c8c Fix Wang's formula for cubics by Chris Dalton · 4 years, 2 months ago
- 47ee0ca Split Texture test into separate 1D and 2D tests. by John Stiles · 4 years, 2 months ago
- 67e58cb Add callback to thread-safe cache to resolve vertexData collisions by Robert Phillips · 4 years, 2 months ago
- b21c1f2 test lineTo after addRect by Mike Reed · 4 years, 2 months ago
- 869cdef Fix unknown-identifier issue discovered by fuzzer. by John Stiles · 4 years, 2 months ago
- d5e6368 Add initializer_list support to SkTArray. by John Stiles · 4 years, 2 months ago
- 0947990 Add unit test for error discovered by fuzzer. by John Stiles · 4 years, 2 months ago
- 4691b0f Fix crash when compiling FP files containing the modulo operator. by John Stiles · 4 years, 2 months ago
- 8bc1a72 Add unit test to demonstrate error with modulo in FP files. by John Stiles · 4 years, 2 months ago
- f933e4f Have SkWuffsCodec speak kRGB_565_SkColorType by Nigel Tao · 4 years, 2 months ago
- 83c38a8 Allow uniqueKey invalidation messages to reach the thread safe cache by Robert Phillips · 4 years, 2 months ago
- e25c300 use SkArenaAlloc for combineIfPossible by Herb Derby · 4 years, 2 months ago
- 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 4 years, 2 months ago
- e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 4 years, 2 months ago
- fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 4 years, 2 months ago
- 890363a Prototype helper functions from FP files before use. by John Stiles · 4 years, 2 months ago
- 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 4 years, 2 months ago
- 40f8107 remove absl experiment by Mike Klein · 4 years, 2 months ago
- 81b270a Optimize SkChopCubicAt to chop at two points at once by Chris Dalton · 4 years, 3 months ago
- 3ac83b2f Add additional GrThreadSafeCache test case by Robert Phillips · 4 years, 2 months ago
- c76d409 add API for Op creation by Herb Derby · 4 years, 3 months ago
- d2a3a5b Add support for fFormatArgs in .fp-file inner functions. by John Stiles · 4 years, 2 months ago
- 375e1f6 Add unit tests for vertexData in the thread-safe cache by Robert Phillips · 4 years, 2 months ago
- 8744a5c Add unit test for nested function calls in FP files. by John Stiles · 4 years, 2 months ago
- 80f240a Revive SkSLFPTestbed for basic verification of CPP/H codegen. by John Stiles · 4 years, 2 months ago
- 5309330 Add unit test demonstrating recursion codegen bug. by John Stiles · 4 years, 2 months ago
- 9cef66f Fix use-after-free discovered by fuzzer. by John Stiles · 4 years, 2 months ago
- 15d8174 Add unit test for self-referential initializer expressions. by John Stiles · 4 years, 2 months ago
- e267464 Make small epsilons more rigorous for gpu gaussian blurs by Michael Ludwig · 4 years, 2 months ago
- 2d2f82c Always declare sk_FragColor in GLSL, even if unused by Brian Osman · 4 years, 2 months ago
- 838d71d added SkSLNodeArrayWrapper by Ethan Nicholas · 4 years, 2 months ago
- b270568 Almost remove GrContext by Adlai Holler · 4 years, 2 months ago
- a80a3dc Fix frexp support in Metal. by John Stiles · 4 years, 2 months ago
- 51dc285 allow early returns by Mike Klein · 4 years, 3 months ago
- 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 4 years, 2 months ago
- 2e25ff4 Directly compute call counts, rather than mutating state by Brian Osman · 4 years, 3 months ago
- 137068d impl SkTPin with std::{min,max} by Mike Klein · 4 years, 3 months ago
- f9c7b28 Add test for old font axis deserialization. by Ben Wagner · 4 years, 3 months ago
- 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 3 months ago
- a0c6731 update SkTPin() by Mike Klein · 4 years, 3 months ago
- f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 4 years, 3 months ago
- f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 3 months ago
- c924a88 SkPath::shrinkToFit() needs to perform copy-on-write by Mike Reed · 4 years, 3 months ago
- 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years, 3 months ago
- 2edf18d Remove GrContext by Adlai Holler · 4 years, 3 months ago
- 30f5f82 Delete SkPEG by Florin Malita · 4 years, 3 months ago
- df5739c Fix GrCCPerFlushResources error caused by cache eviction by Jiulong Wang · 4 years, 3 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
- f4c6463 refine SkPath::approximateBytesUsed() by Mike Klein · 4 years, 3 months ago
- a221f1c remove skvx::{rsqrt,rcp} by Mike Klein · 4 years, 3 months ago
- 4c412bc Revert "Reland "Remove inliner from IR generation stage."" by John Stiles · 4 years, 3 months ago
- f1319c3 Add GLSL type aliases for SkRuntimeEffect SkSL by Brian Osman · 4 years, 3 months ago
- 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 3 months ago
- 8dbdf23 Remove two uses of setModifiersHandle by Brian Osman · 4 years, 3 months ago
- f58db3c Various optimizations to stroke tessellation shaders by Chris Dalton · 4 years, 3 months ago
- 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 3 months ago
- 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 3 months ago
- 5d08a27 Add geometry shader test demonstrating max_vertices/invocations bug by Brian Osman · 4 years, 3 months ago
- 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 3 months ago
- 01bdceb Rename SkTArray::allocCntForTest to capacity. by John Stiles · 4 years, 3 months ago
- 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 4 years, 3 months ago
- f972313 Add test for disabling the inliner. by John Stiles · 4 years, 3 months ago
- e497a08 Reland "Remove inliner from IR generation stage." by John Stiles · 4 years, 3 months ago
- f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 3 months ago
- 0f37907 Undo call-count fix for intrinsic functions. by John Stiles · 4 years, 3 months ago
- 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 3 months ago
- 07055b5 Parse out the orientation in the SubIFD of EXIF by Matthew Leibowitz · 4 years, 3 months ago
- 13fc260 Reject struct vardecls with modifiers. by John Stiles · 4 years, 3 months ago
- 60003f7 Use BackendSurfaceFactory in Vk protected unit tests. by Brian Salomon · 4 years, 3 months ago
- 6f3015a Reland "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by John Stiles · 4 years, 3 months ago
- eaaa71b Add test for sk_Caps.mustGuardDivisionEvenAfterExplicitZeroCheck. by John Stiles · 4 years, 3 months ago
- 8f84cee Add test for sk_Caps.inBlendModesFailRandomlyForAllZeroVec. by John Stiles · 4 years, 3 months ago
- c0d6915 Reland "Rename GrStencilAttachment class to generic GrAttachment" by Greg Daniel · 4 years, 3 months ago
- 2ae1dd9 Revert "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by Jim Van Verth · 4 years, 3 months ago
- 99b1a8b Revert "Rename GrStencilAttachment class to generic GrAttachment" by Jim Van Verth · 4 years, 3 months ago
- 6bbf026 Add sk_Caps.builtinDeterminantSupport and use it in cross(). by John Stiles · 4 years, 3 months ago
- 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 3 months ago
- f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years, 3 months ago
- 6113d50 Rename GrStencilAttachment class to generic GrAttachment by Greg Daniel · 4 years, 3 months ago