commit | c96812cb27ca2fbfe4456c8297e2c77d23d790f1 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Jun 15 21:03:24 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Jun 15 21:03:24 2009 -0700 |
tree | ba4e03bbf96b1e0c7b34daa87d46602cd26e8f2b | |
parent | c2fb706a85dbb1adf211797816de96b28fd321bc [diff] |
Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods. Apps targeting Donut and newer will throw an exception. We use a heuristic to determine whether an app is pre-Donut or not: We take the address space's __progname, and use that as the application's package name. For simple applications this is correct.