Does the new code respect GR_MAX_OFFSCREEN_AA_DIM at all? I had put that there
partly to allow chrome to decide when to enable this via its userconfig or .gyp
I updated this CL to include tiling of the super-sampler. PTAL.
I deliberately renamed GR_MAX_OFFSCREEN_DIM to GR_MAX_OFFSCREEN_SIZE. It is now
the cutover point for tiling. Using the old name would have made the skia roll a
pain because of where I moved the default definition to (GrConfig) and where
chrome currently overrides the default.
Issue 4575041: Consider hw render target limit for offscreen supersample and tile
(Closed)
Created 14 years ago by bsalomon
Modified 14 years ago
Reviewers: reed1, Stephen White
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 4