aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef.Gravatar senorblanco2015-08-06
* Fix reording across rendertarget switchingGravatar joshualitt2015-08-05
* Fix variable shadowing and unreachable code that it causedGravatar brucedawson2015-08-05
* Revert of Implement caching of stroked paths in the tessellated path renderer...Gravatar senorblanco2015-08-05
* Implement caching of stroked paths in the tessellated path renderer.Gravatar senorblanco2015-08-05
* Expose coord transforms from GrPipelineGravatar joshualitt2015-08-05
* This CL wires up the backend portion necessary for sending transformed coords...Gravatar joshualitt2015-08-05
* Move impl of stroke rect batch from h to cppGravatar bsalomon2015-08-05
* Give strokerectbatch a proper homeGravatar bsalomon2015-08-05
* Remove SHADER_AA_FILL_RECT flagGravatar robertphillips2015-08-05
* Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (pat...Gravatar joshualitt2015-08-05
* Move atlas creation to internal to GrResourceProviderGravatar joshualitt2015-08-05
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04
* Break LCD and Bitmap text dependency on hardcoded atlas valuesGravatar joshualitt2015-08-04
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04
* Remove IGNORE_ROT_AA_RECT_OPT flagGravatar robertphillips2015-08-04
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Fix SkData leaks at GrResourceKey::setCustomData() call sites.Gravatar Stephen White2015-08-03
* Fix elliptical rrect clip shaders for large radii on devices with mediumpGravatar bsalomon2015-08-03
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-03
* Use new API everywhere for GrDefaultGeoProcFactoryGravatar joshualitt2015-08-03
* Add abliity to set textblob cache budget to GrContextGravatar joshualitt2015-08-03
* Update assert to allow config conversion effect for all configs when not prem...Gravatar bsalomon2015-08-03
* Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:...Gravatar joshualitt2015-08-03
* Use new API everywhere for GrDefaultGeoProcFactoryGravatar joshualitt2015-08-03
* Move strike to subrun in GrAtlasTextContextGravatar joshualitt2015-07-31
* Revert of Move strike to subrun in GrAtlasTextContext (patchset #3 id:40001 o...Gravatar joshualitt2015-07-31
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Move strike to subrun in GrAtlasTextContextGravatar joshualitt2015-07-31
* Speculative fix for http://crbug.com/515966Gravatar bsalomon2015-07-31
* Another small fix to GrFontScalerGravatar joshualitt2015-07-31
* Modifying TextBlobCacheTest to use SkRandomScalerContextGravatar joshualitt2015-07-31
* Make ANGLE perf decisions be runtime rather than compile timeGravatar bsalomon2015-07-31
* Restore read pixels perf on ANGLEGravatar bsalomon2015-07-31
* bump the size of the atlas id to 64 bitsGravatar joshualitt2015-07-31
* Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset ...Gravatar joshualitt2015-07-31
* Modifying TextBlobCacheTest to use SkRandomScalerContextGravatar joshualitt2015-07-31
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* Remove unused field in micro cleanupGravatar joshualitt2015-07-31
* Tweak the MaskFormat in one more place in GrBatchFontCacheGravatar joshualitt2015-07-31
* Implement support for dual source blending in ESGravatar kkinnunen2015-07-30
* Make it possible to toggle MSAA for ES (EXT_multisample_compatibility)Gravatar kkinnunen2015-07-30
* Disable SRGB support on PowerVR Rogue due to SRGBReadWritePixels failureGravatar bsalomon2015-07-30
* Make TRecorder alloc_back return a void*Gravatar bsalomon2015-07-30
* SRGB read and write pixels working and unit testGravatar bsalomon2015-07-30
* find image whenever we generateGlyph. This should ensure the glyph is fully ...Gravatar joshualitt2015-07-30
* Move some parts of onReadPixels up to GrGpu readPixels.Gravatar egdaniel2015-07-30
* Dont try to draw glyphs with unexpected mask formatsGravatar joshualitt2015-07-30
* Make GrGpu read/write pixels take GrSurfaceGravatar bsalomon2015-07-30
* Move headers with no dependencies.Gravatar mtklein2015-07-29