commit | 91a27ae2fec23b420244258636d2370117e86f5e | [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 | 5b2b1b47724a16dfb5b0b3f1850ff8e6c5606808 | |
parent | 7d143b89b714e077f8fd7dbac80945c76bfd9814 [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.