- 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 3 months ago
- eac233a Make transferability a per-format flag in GrGLCaps by Brian Salomon · 3 years, 4 months ago
- dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 3 years, 5 months ago
- fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 3 years, 5 months ago
- 7788b3a Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH by Brian Salomon · 3 years, 5 months ago
- e2078f1 Make GrGpu pixel ops functions take SkIRect instead of LTRB params. by Brian Salomon · 3 years, 5 months ago
- a655f0d Direct3D: implement transfer methods by Jim Van Verth · 3 years, 6 months ago
- 974c821 Reland "Make RGB_888x pixel operations work." by Brian Salomon · 3 years, 7 months ago
- acd28fc Revert "Make RGB_888x pixel operations work." by Brian Salomon · 3 years, 7 months ago
- 8ce24b1 Make RGB_888x pixel operations work. by Brian Salomon · 3 years, 7 months ago
- d8db588 ComparePixels helper takes GrCPixmaps by Brian Salomon · 3 years, 7 months ago
- 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 7 months ago
- 5ad5a37 Pass sk_sps through the GrGpu transferPixels* calls. by Greg Daniel · 3 years, 9 months ago
- 6c70661 Pass GrMipMapped boolean down to GrResourceProvider::createTexture by Robert Phillips · 4 years ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 1 month ago
- 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 3 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 6 months ago
- a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 6 months ago
- 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 6 months ago
- fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 7 months ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 9 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
- d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 10 months ago
- fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 10 months ago
- e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 10 months ago
- b3bd864 Cleanup kGray_8 readback. by Brian Salomon · 5 years ago
- 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
- f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
- a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
- aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
- 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
- 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
- f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
- 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
- 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
- a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
- 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- 7bf37e0 Fix valgrind crash in TransferFrom test. by Greg Daniel · 5 years ago
- 6f6d2de Test more color types in TransferPixelsFrom. by Brian Salomon · 5 years ago
- 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
- ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- f27e51f Fix two issues in transfer to test by Brian Salomon · 5 years ago
- 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
- 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
- e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
- 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
- c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
- 6aecd5e Rework transfer pixels tests to be more robust. by Brian Salomon · 5 years ago
- e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
- f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
- 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
- d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
- 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 6 years ago
- 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 6 years ago
- a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
- b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
- a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 6 years ago
- 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
- 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 6 years ago
- e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 6 years ago
- 686046b Fix more failing tests on Metal. by Jim Van Verth · 6 years ago
- dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
- ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
- 3a74925 Use ES3 in iOS test harness by Jim Van Verth · 6 years ago
- d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
- d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
- 6fc3092 Fix TSAN bug in TransferPixelsTest by Robert Phillips · 6 years ago
- d499817 Whitespace Fixup by Hal Canary · 6 years ago
- a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
- c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
- 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
- c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
- bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
- 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
- 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
- 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
- d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
- c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago