- d90e09b Add support for half-precision types in Metal. by John Stiles · 3 years, 3 months ago
- ba9d536 Detect and properly handle swizzles of out-of-range literal values. by John Stiles · 3 years, 3 months ago
- 9e682cf Add flag for 16-bit uniform support. by John Stiles · 3 years, 3 months ago
- 50add5a [graphite] Add support for synchronous surface readpixels by Greg Daniel · 3 years, 3 months ago
- 1ea54a1 Disable tests on iPhone 6 that use too much memory. by John Stiles · 3 years, 3 months ago
- 379957e Reland "Move alpha modulation into paint conversion (Step 1)" by Brian Osman · 3 years, 3 months ago
- 527d127 [graphite] Partially connect DrawPass, UniformCache and ProgramCache by Robert Phillips · 3 years, 3 months ago
- 0dfb2d9 When setting paint color/alpha, pin alpha to [0,1] by Brian Osman · 3 years, 3 months ago
- 378e4ae Report int-literal overflow via cast-from-float. by John Stiles · 3 years, 3 months ago
- a143a37 Wrap 'u_rtFlip.y * dfdy()' in parentheses, in GLSL. by John Stiles · 3 years, 3 months ago
- 570f6df Wrap 'u_rtFlip.y * dfdy()' in parentheses, in Metal. by John Stiles · 3 years, 3 months ago
- b469c10 Revert "Wrap 'u_rtFlip.y * dfdy()' in parentheses." by Greg Daniel · 3 years, 3 months ago
- b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 3 years, 3 months ago
- 5e4e56a Roll ANGLE from db83279a7f61 to bae19e0626f1 (12 revisions) by skia-autoroll · 3 years, 3 months ago
- 0b01f8f Roll Chromium from fdcbccbd5184 to fb2681cfd505 (553 revisions) by skia-autoroll · 3 years, 3 months ago
- 4de3238 Roll Dawn from 1de83e56f7e0 to 94d1678c6737 (5 revisions) by skia-autoroll · 3 years, 3 months ago
- 9fc189f Wrap 'u_rtFlip.y * dfdy()' in parentheses. by John Stiles · 3 years, 3 months ago
- f08e257 Fix type of RTFlip uniform. by John Stiles · 3 years, 3 months ago
- b5450fb [graphite] Add index buffer support and instanced draws by Jim Van Verth · 3 years, 3 months ago
- 5a13683 GrTextBlob: cleanup and update comments by Herb Derby · 3 years, 3 months ago
- 721388e Keep uniform types even in release. by John Stiles · 3 years, 3 months ago
- db7f2c6 [graphite] Add lookup by unique ID to program and uniform caches by Robert Phillips · 3 years, 3 months ago
- e56c5ba Remove unreferenced struct. by John Stiles · 3 years, 3 months ago
- ebbee17 Fix skslc build breakage. by John Stiles · 3 years, 3 months ago
- 762a01f [graphite] Stub out details of DrawList->DrawPass algorithm by Jim Van Verth · 3 years, 3 months ago
- 8b49157 [graphite] Move MSL creation into the ProgramInfo by Robert Phillips · 3 years, 3 months ago
- 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years, 3 months ago
- 391f941 [graphite] Add a Graphite no Gpu (i.e. Ganesh) build bot by Greg Daniel · 3 years, 3 months ago
- da53bb8 Replace custom int conversion with SkTo in SkArenaAlloc by Kevin Lubick · 3 years, 3 months ago
- af5049b Revert "Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU" by Leon Scroggins · 3 years, 3 months ago
- 1fe391f [graphite] Add caches for uniformdata and programs by Robert Phillips · 3 years, 3 months ago
- c82f9ef Remove GrTypesPriv.h dep from SkSLUtil.h when SK_SUPPORT_GPU=0 by Kevin Lubick · 3 years, 3 months ago
- 4363cdb Fix for fuzzer-discovered error with bitwise-not. by John Stiles · 3 years, 3 months ago
- 8837686 [graphite] Actually record draws in DrawList by Michael Ludwig · 3 years, 3 months ago
- 4b38d9c Reland "Avoid crash when surface CoW allocation fails" by Ben Wagner · 3 years, 3 months ago
- f2d016f Fix for fuzzer-discovered error with negation. by John Stiles · 3 years, 3 months ago
- 533cfc8 Roll SK Tool from 8b318b839676 to 815443b0b456 by skia-autoroll · 3 years, 3 months ago
- c5bcab8 Move SkPromiseImageTexture's includes inside GPU guard by Kevin Lubick · 3 years, 3 months ago
- 66485f9 [graphite] Add vertex and instance buffer support. by Jim Van Verth · 3 years, 3 months ago
- c41c3d5 Revert "Move alpha modulation into paint conversion (Step 1)" by Brian Osman · 3 years, 3 months ago
- 74105c5 Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU by Kevin Lubick · 3 years, 3 months ago
- aa68a6b Reject scalar casts of literals to types that can't hold them. by John Stiles · 3 years, 3 months ago
- ecac4fe Prefer GL_EXT_texture_format_BGRA8888 over the APPLE variant by Brian Osman · 3 years, 3 months ago
- 146cfcc Remove GPU-related calls from SkImage.h when !SK_SUPPORT_GPU by Kevin Lubick · 3 years, 3 months ago
- 1c51867 Roll ANGLE from 421dbf200d36 to db83279a7f61 (11 revisions) by skia-autoroll · 3 years, 3 months ago
- 323c5c8 Roll SwiftShader from d143249a93bc to 9d8950e082d8 (3 revisions) by skia-autoroll · 3 years, 3 months ago
- 3f2a17d Roll Chromium from 9a6759748ac2 to fdcbccbd5184 (416 revisions) by skia-autoroll · 3 years, 3 months ago
- fc0be67 Roll Dawn from 3c786cd418f6 to 1de83e56f7e0 (6 revisions) by skia-autoroll · 3 years, 3 months ago
- 2cddedd change method signature for FontChain by Jorge Betancourt · 3 years, 3 months ago
- 5b19ebe Revert "Avoid crash when surface CoW allocation fails" by Greg Daniel · 3 years, 3 months ago
- 9fcc959 Constify SkImage by Florin Malita · 3 years, 3 months ago
- 1fa2c28 Fix dFdy test. by John Stiles · 3 years, 3 months ago
- 2e228bb Avoid crash when surface CoW allocation fails by Ben Wagner · 3 years, 3 months ago
- 6a02277 [graphite] Add DrawBufferManager class. by Greg Daniel · 3 years, 3 months ago
- 13fd52e Reland "Create a common Tessellation.h header" by Chris Dalton · 3 years, 3 months ago
- b421a71 [graphite] Expand shader precompilation placeholder by Robert Phillips · 3 years, 3 months ago
- 2bdb65d Refuse to negate a literal if it would over/underflow its type. by John Stiles · 3 years, 3 months ago
- 5c905c9 Refuse to coerce integer values that don't fit into their type. by John Stiles · 3 years, 3 months ago
- 29187b1 Revert "Create a common Tessellation.h header" by Greg Daniel · 3 years, 3 months ago
- 5f13275 Revert "Lift recursive curve culling out of tessellators" by Greg Daniel · 3 years, 3 months ago
- 94b1f0df Add overflow protection to vector-arithmetic folding. by John Stiles · 3 years, 3 months ago
- 4be2057 Fix out of bounds palette index access by Dominik Röttsches · 3 years, 3 months ago
- 75e1f4c Lift recursive curve culling out of tessellators by Chris Dalton · 3 years, 3 months ago
- c77620c Move alpha modulation into paint conversion (Step 1) by Brian Osman · 3 years, 3 months ago
- 8a2a020 Create a common Tessellation.h header by Chris Dalton · 3 years, 3 months ago
- f44bc85 [graphite] Track target TextureProxy for DrawContext and DrawPass by Jim Van Verth · 3 years, 3 months ago
- 1ddf724 Roll ANGLE from 0dbe308d91a3 to 421dbf200d36 (8 revisions) by skia-autoroll · 3 years, 3 months ago
- 00f3eb4 Roll Chromium from 1704efc5bbba to 9a6759748ac2 (468 revisions) by skia-autoroll · 3 years, 3 months ago
- 5bb2e21 Roll SwiftShader from 21810915c4f1 to d143249a93bc (1 revision) by skia-autoroll · 3 years, 3 months ago
- 6c2b405 Roll Dawn from f4c8a6ac9ba5 to 3c786cd418f6 (6 revisions) by skia-autoroll · 3 years, 3 months ago
- c75e0ef [graphite] Add IndexWriter and UniformWriter classes. by Greg Daniel · 3 years, 3 months ago
- 14c3282 Update Metal type sizes and alignments. by John Stiles · 3 years, 3 months ago
- 9ec61da Fix Clang warning -Wbitwise-instead-of-logical. by John Stiles · 3 years, 3 months ago
- cb04e39 [mac] CPU dimensions are too precise and miss new Macminis in the pool. by Joe Gregorio · 3 years, 3 months ago
- 97284f2 [infra] Add initial platforms and constraint values by Kevin Lubick · 3 years, 3 months ago
- e82c1c1 Add support for vk drm format modifiers. by Greg Daniel · 3 years, 4 months ago
- 7898607 Fix CL collision (rm SLType Byte type usage) by Robert Phillips · 3 years, 3 months ago
- 215b48d [graphite] Fix link error in DrawOrder.h by Jim Van Verth · 3 years, 3 months ago
- 4427d1e Remove some uses of direct fPtr access in VertexWriter. by Greg Daniel · 3 years, 3 months ago
- ef8907c [graphite] Rename UniformDataManager to UniformManager and update by Robert Phillips · 3 years, 3 months ago
- f6fb3db Remove GrSL byte types. by John Stiles · 3 years, 3 months ago
- c545aa5 [graphite] Add uniform buffer support to command buffer by Jim Van Verth · 3 years, 3 months ago
- 8ed23eb Implement array casts in Metal. by John Stiles · 3 years, 3 months ago
- 2a37217 [graphite] Max draw count in DrawList by Michael Ludwig · 3 years, 3 months ago
- 04bff8b [graphite] Consolidate ordering constraints into DrawOrder type by Michael Ludwig · 3 years, 3 months ago
- 649e3c2 [graphite] Reorganize CommandBuffer a little by Jim Van Verth · 3 years, 3 months ago
- b37100d Update Metal matrix intrinsic polyfills to allow half. by John Stiles · 3 years, 3 months ago
- 643bd0f Roll ANGLE from b638d29d4009 to 0dbe308d91a3 (8 revisions) by skia-autoroll · 3 years, 3 months ago
- b0d326c Roll SwiftShader from c5e237273696 to 21810915c4f1 (1 revision) by skia-autoroll · 3 years, 3 months ago
- 9fbe807 Roll Chromium from 93e24c468ba0 to 1704efc5bbba (420 revisions) by skia-autoroll · 3 years, 3 months ago
- 0d3f184 Roll Dawn from eb0d90050667 to f4c8a6ac9ba5 (7 revisions) by skia-autoroll · 3 years, 3 months ago
- a21aacf [graphite] Allow graphite to compile without ganesh and add shared gn files. by Greg Daniel · 3 years, 3 months ago
- 1f27d9a [graphite] Stub out Renderer and RenderStep by Michael Ludwig · 3 years, 3 months ago
- 8744f3b [graphite] Remove unused prior task depdency on RenderPassTask by Michael Ludwig · 3 years, 3 months ago
- e167dda [graphite] Move TextureProxy ctor impl into to resolve forward decl by Michael Ludwig · 3 years, 3 months ago
- 18d0015 [graphite] Move some types to GraphiteTypesPriv by Michael Ludwig · 3 years, 3 months ago
- a98f6b5 [graphite] Add copy texture to buffer task. by Greg Daniel · 3 years, 3 months ago
- 2e20e76 Use virtual method for slotCount. by John Stiles · 3 years, 3 months ago
- 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 3 years, 3 months ago
- c00c888 Revert "Disable GL_NV_shader_noperspective_interpolation on PowerVR" by Brian Osman · 3 years, 3 months ago