commit | 6a8d39dccdc1268e439a9ea0bc6fc89b3cd36815 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Jul 23 13:18:21 2019 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Aug 13 10:29:34 2019 -0700 |
tree | a9e9fbd92215c2e8f782ef47108f32ad6e688d05 | |
parent | 030aa6e184bdff6e5cf9f18f703577e8d36c0549 [diff] |
surfaceless: Fix swrast path. We get a getDrawableInfo() call in the MakeCurrent path, which platform_device was handling correctly by returning the pbuffer's width/height but platform_surfaceless segfaulted for. Reuse platform_device's implementation. Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>