Descriptiongpu: Render to a framebuffer object instead of an offscreen surface in gpu_perftests.
Offscreen surfaces are implemented in different ways on different devices.
Using a framebuffer object allows gpu_perftests to run where a drawable offscreen surface is not available (i.e: mac) and in general to have a more consistent behavior across different drivers.
BUG=423481
Committed: https://crrev.com/586c7d01c01db1f108f5c02f9ded90b2d1b0c7e3
Cr-Commit-Position: refs/heads/master@{#316909}
Patch Set 1 #Patch Set 2 : s/uint/unsigned int/ #Patch Set 3 : Get rid of FramebufferObject class. #
Total comments: 6
Patch Set 4 : Remove != 0 checks. #Messages
Total messages: 13 (4 generated)
|