aboutsummaryrefslogtreecommitdiff
path: root/tests/FloatingPointTextureTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce GrColorTypeBrian Salomon2018-02-201-15/+13
* Add SkSurface_Gpu::MakeWrappedRenderTarget methodRobert Phillips2018-01-311-1/+1
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-4/+4
* Add GrProxyProviderRobert Phillips2018-01-081-1/+2
* add constexpr to SkRect, SkIRect Make functionsCary Clark2017-10-051-1/+0
* Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips2017-07-271-1/+1
* Remove GrGpu.h from GrResourceProvider.hRobert Phillips2017-06-151-0/+1
* Retract GrTexture*.h & GrRenderTarget*.h from other headersRobert Phillips2017-06-131-1/+0
* Pass GrSurfaceContext into read/writeSurfacePixelsRobert Phillips2017-04-181-1/+6
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-061-5/+10
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-10/+5
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-051-5/+10
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-10/+5
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivRobert Phillips2017-04-051-5/+10
* Rebase and fix chromiumBrian Osman2017-03-041-2/+2
* Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Brian Osman2017-03-021-0/+1
* Revert "Revert "Revert "Move GrTextureProvider to src"""Brian Osman2017-03-021-1/+0
* Revert "Revert "Move GrTextureProvider to src""Brian Osman2017-03-011-0/+1
* Revert "Move GrTextureProvider to src"Brian Osman2017-03-011-1/+0
* Move GrTextureProvider to srcBrian Osman2017-03-011-0/+1
* Add support for RG float texturescsmartdalton2017-02-101-3/+18
* Use GrSurfaceContext::read/write-Pixels moreRobert Phillips2017-01-251-2/+1
* Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3.Brian Osman2016-11-171-15/+2
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-1/+1
* Explicit control in tools of ANGLE frontend and backendbsalomon2016-10-141-2/+15
* Turn ContextInfos returned by GrContextFactory into structs.bsalomon2016-05-111-3/+3
* Make more unit tests run on Vulkanbsalomon2016-04-121-3/+3
* Make existing unit tests only run on GL contextsbsalomon2016-04-061-3/+3
* One signature for creating unit tests that run on premade GrContextsbsalomon2016-04-051-6/+6
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon2016-02-251-1/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Generate list of GPU contexts outside testskkinnunen2015-12-011-37/+22
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https:/...bsalomon2015-07-161-0/+1
* Remove rt flags that are not necessarybsalomon2015-07-161-1/+0
* Add RGBA half float texture format.jvanverth2015-05-211-59/+37
* This replaces the texture creation/caching functions on GrContext with a GrTe...bsalomon2015-04-301-5/+6
* One createTexture function, attempt to recycle scratch in createTexture.bsalomon2015-02-061-4/+4
* minor readability / refactorsmtklein2015-01-231-41/+23
* Move FP texture test buffers to heap.mtklein2015-01-221-8/+12
* One more pass at getting half float texture configs correct.jvanverth2014-12-181-5/+5
* Fix float and half float support on mobile.jvanverth2014-12-121-1/+0
* Add support for half float alpha textures.jvanverth2014-12-051-1/+58
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsbsalomon2014-10-281-2/+2
* Devirtualize read/write pixels on surface.bsalomon2014-10-131-3/+2
* 32 bpp floating point texturesjoshualitt2014-07-161-0/+81