]> git.saurik.com Git - wxWidgets.git/commit
Added possibility to use OpenGL for bitmap drawing to graphics benchmark.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:47:10 +0000 (20:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:47:10 +0000 (20:47 +0000)
commit54d25f9d8a611303b0023a22cc3e05a086658497
tree8bf4e1ad58486e726f6069ba1fc891f685849851
parent6e6f4d35725a4600c41baf5c0e0ef690cff89eef
Added possibility to use OpenGL for bitmap drawing to graphics benchmark.

Draw the bitmap using OpenGL textures. Even without using PBO this results in
much greater performance than using wxImage or raw bitmap access.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/benchmarks/graphics.cpp