Commit Graph

10 Commits

Author SHA1 Message Date
Ryan C. Gordon
411c27dd6b readme: more HTTPS changes. 2017-02-16 13:55:12 -05:00
Philipp Wiesemann
2dceaf32eb Android: Split long line in README. 2016-10-15 20:01:50 +02:00
Sam Lantinga
4379100ddb Fixed bug 2983 - Update Android.readme to include Tegra Graphics Debugger compatibility tip
Michael Labbé

NVidia has released some pretty nice Tegra profiling tools for their Android devices. The NVidia Tegra Graphics Debugger works by providing an interposer library that intercepts ES2 and EGL calls.  You must link against these libraries.

Unfortunately, this quietly fails with SDL2 because libEGL and libGLES2 are dynamically loaded with dlopen().

NVidia offers a secondary approach to using the Tegra Graphics Debugger: root your device and install a global interposer library.  Almost no devs will try this first if they don’t have a rooted device.

I propose an update to the Android readme that explains why the static linking approach recommended by NVidia doesn’t work.
2016-10-07 17:49:33 -07:00
Sam Lantinga
c3d187a6d0 Converted README documentation to DOS text format 2016-10-07 17:46:58 -07:00
Philipp Wiesemann
48f468765f Fixed doxygen warnings about markdown formatting. 2016-02-24 21:05:19 +01:00
Philipp Wiesemann
2645949c77 Fixed markdown formatting in READMEs. 2014-08-15 23:39:14 +02:00
Philipp Wiesemann
d1e03360ec Updated README. 2014-08-15 23:18:57 +02:00
Philipp Wiesemann
3a8de638c1 Fixed doxygen warnings and markdown formatting. 2014-08-12 23:28:45 +02:00
Philipp Wiesemann
b473c109cd Fixed doxygen warning and markdown formatting. 2014-08-11 23:13:20 +02:00
Sam Lantinga
abc66099f9 Moved documentation to docs, recreated a simple README.txt, fixed build 2014-07-29 08:04:15 -07:00