Commit 8cb9c9a1 by Alexis Hetu Committed by Alexis Hétu

Increase OUTLINE_RESOLUTION to 8192

This is required by chromium tests. There is another cl (https://swiftshader-review.googlesource.com/9952) which will change internal uses of OUTLINE_RESOLUTION to adapt to the rendertarget's height which will reduce the memory usage increase caused by the current cl. Change-Id: Iaabbbff07db9c3251ddf49cc534a1a91bab4e5f2 Reviewed-on: https://swiftshader-review.googlesource.com/9988Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent d415ba10
...@@ -79,7 +79,7 @@ namespace sw ...@@ -79,7 +79,7 @@ namespace sw
enum enum
{ {
OUTLINE_RESOLUTION = 4096, // Maximum vertical resolution of the render target OUTLINE_RESOLUTION = 8192, // Maximum vertical resolution of the render target
MIPMAP_LEVELS = 14, MIPMAP_LEVELS = 14,
TEXTURE_IMAGE_UNITS = 16, TEXTURE_IMAGE_UNITS = 16,
VERTEX_TEXTURE_IMAGE_UNITS = 16, VERTEX_TEXTURE_IMAGE_UNITS = 16,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment