Does the new code respect GR_MAX_OFFSCREEN_AA_DIM at all? I had put that there partly to ...
13 years, 7 months ago
(2011-06-06 11:53:37 UTC)
#2
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 ...
13 years, 7 months ago
(2011-06-13 13:44:10 UTC)
#5
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 13 years, 7 months ago by bsalomon
Modified 13 years, 7 months ago
Reviewers: reed1, Stephen White
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 4