aboutsummaryrefslogtreecommitdiff
path: root/tests/GLProgramsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Brian Salomon2018-02-031-1/+4
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Brian Salomon2018-02-031-4/+1
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Brian Salomon2018-02-021-1/+4
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Brian Salomon2018-02-021-4/+1
* More sample count cleanup:Brian Salomon2018-02-011-1/+2
* Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Brian Salomon2018-02-011-1/+3
* Revert "Redefine the meaning of sample counts in GPU backend."Brian Salomon2018-02-011-3/+1
* Redefine the meaning of sample counts in GPU backend.Brian Salomon2018-02-011-1/+3
* Move more internal methods from GrContext to GrContextPriv (take 3)Robert Phillips2018-01-221-1/+1
* Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Leon Scroggins2018-01-201-1/+1
* Move more internal methods from GrContext to GrContextPriv (take 2)Robert Phillips2018-01-191-1/+1
* Revert "Move more internal methods from GrContext to GrContextPriv"Hal Canary2018-01-191-1/+1
* Move more internal methods from GrContext to GrContextPrivRobert Phillips2018-01-191-1/+1
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-13/+18
* Add GrProxyProviderRobert Phillips2018-01-081-4/+3
* Use GrContextFactories that produce a single GrContext in unit tests.Brian Salomon2017-11-151-3/+3
* Have mip status match surface when snapping image from wrapped objectGreg Daniel2017-10-301-1/+1
* initClassID no longer auto-allocates idsEthan Nicholas2017-10-091-3/+2
* Add option to create a deferred render target context with mipsGreg Daniel2017-10-061-0/+1
* Remove test suppresion for ANGLE GLPrograms testBrian Osman2017-10-031-6/+0
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-19/+18
* Require clone() be implemented by GrFragmentProcessor subclassesBrian Salomon2017-07-311-2/+1
* Add clone methods to unit test GrFragmentProcessor classesBrian Salomon2017-07-281-0/+7
* Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips2017-07-271-2/+2
* Make GrProcessorTestFactory be templated on smart ptr class rather than proce...Brian Salomon2017-07-241-5/+4
* Update gpu caps for valid sample counts.Greg Daniel2017-07-191-1/+1
* Skip GLPrograms test on D3D9 ANGLE to avoid NaN literals bugBrian Osman2017-07-101-1/+8
* Tweak GLPrograms random seed to "fix" ANGLE botsBrian Osman2017-07-071-1/+1
* GR_TEST_UTILS fixesBrian Salomon2017-07-061-1/+1
* Speculative "fix" for crash in analyzeProcessorsRobert Phillips2017-06-301-1/+3
* Restrict max levels for D3D Angle on GLPrograms test as wellGreg Daniel2017-06-191-11/+26
* Limit number of stages for Angle D3D for GLPrograms testGreg Daniel2017-06-191-2/+8
* Clean up GrResourceProvider usageRobert Phillips2017-06-151-1/+0
* Reduce tree depth on iOS tooBrian Osman2017-05-261-1/+5
* Really work around iOS varying limit in GLPrograms testBrian Osman2017-05-261-1/+1
* Attempt to work around iOS varying limit in GLPrograms testBrian Salomon2017-05-151-44/+18
* Include non-legacy GrMeshDrawOps in GLPrograms test.Brian Salomon2017-05-121-57/+10
* Add flag to avoid stencil buffers in SkiaEric Karl2017-05-091-2/+6
* Re-land of "eliminated GrGLSLExpr".Ethan Nicholas2017-05-081-1/+1
* Revert "Revert "Revert "eliminated GrGLSLExpr"""Ethan Nicholas2017-05-041-1/+1
* Revert "Revert "eliminated GrGLSLExpr""Ethan Nicholas2017-05-031-1/+1
* Revert "eliminated GrGLSLExpr"Brian Salomon2017-05-021-1/+1
* eliminated GrGLSLExprEthan Nicholas2017-05-021-1/+1
* Rm makeRenderTargetContext in favor of deferred version (take 3)Robert Phillips2017-04-251-2/+2
* Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Robert Phillips2017-04-211-2/+2
* Rm makeRenderTargetContext in favor of deferred version (take 2)Robert Phillips2017-04-211-2/+2
* Revert "Rm makeRenderTargetContext in favor of deferred version"Robert Phillips2017-04-111-2/+2
* Rm makeRenderTargetContext in favor of deferred versionRobert Phillips2017-04-111-2/+2
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Robert Phillips2017-04-061-9/+11
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Robert Phillips2017-04-051-11/+9