diff options
author | Stephan Unverwerth <s.unverwerth@serenityos.org> | 2021-08-16 19:08:16 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-18 20:30:58 +0200 |
commit | 39ff1459f81b484eec888ab82bf941a404f8d982 (patch) | |
tree | 8a94152e86ffbf80faec15acb3606c5b54844c36 /Userland/Libraries/LibPCIDB | |
parent | 59998ff0b297d614274068c2e08158a4169ec64f (diff) | |
download | serenity-39ff1459f81b484eec888ab82bf941a404f8d982.zip |
LibGL: Improve texture sampling performance
GL_NEAREST: Remove unnecessary modulo. UV is always in range due to
wrapping.
GL_LINEAR: Rewrite filter equation to save a few math operations.
Diffstat (limited to 'Userland/Libraries/LibPCIDB')
0 files changed, 0 insertions, 0 deletions