aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-07Build: Convert waf usage to gnu_dirs.Mike Frysinger
2012-08-01Android: Display the benchmark results log in the GUI.Alexandros Frantzis
2012-07-31Android: Add "Show benchmark results" preference.Alexandros Frantzis
2012-07-31Android: Display results after running benchmarks.Alexandros Frantzis
2012-07-30Android: Add option to enable/disable debug message logging.Alexandros Frantzis
2012-07-30Android: Add and implement option menu action to show last results.Alexandros Frantzis
2012-07-30Android: Store the log output to a file.Alexandros Frantzis
2012-07-30Log: Support extra output stream for log messages.Alexandros Frantzis
2012-07-27Android: Add options menu and implement menu actions.Alexandros Frantzis
2012-07-27Include <stdint.h> to ensure proper builds on all architectures and OSes.Alexandros Frantzis
2012-07-26SceneJellyfish: Save and restore custom GL state so other scenes are unaffectedJesse Barker
2012-07-26Android: Add missing licence header to source file.Alexandros Frantzis
2012-07-26Android: Refactor benchmark list management.Alexandros Frantzis
2012-07-26Android: Implement "About" option menu action.Alexandros Frantzis
2012-07-26Android: Require permission to read from and write to external storage.Alexandros Frantzis
2012-07-26Android: Add and implement "Settings" options menu action.Alexandros Frantzis
2012-07-24Android: Make the virtual keyboard immediately visible when invoking the save...Alexandros Frantzis
2012-07-24Android: Add and implement "Delete list" option menu action.Alexandros Frantzis
2012-07-24Android: Implement "Load list" option menu action.Alexandros Frantzis
2012-07-24Android: Implement "Save list" option menu action.Alexandros Frantzis
2012-07-24Android: Add options menu.Alexandros Frantzis
2012-07-19Build,Doc: Update files for 2012.07 release.Alexandros Frantzis
2012-07-19Android: Use string resources for button labels.Alexandros Frantzis
2012-07-19DefaultBenchmarks: Add 'terrain' benchmark.Alexandros Frantzis
2012-07-18Android: Ensure that the option list is updated after changing an option usin...Alexandros Frantzis
2012-07-18Android: Display a list of acceptable values instead of a text entry for opti...Alexandros Frantzis
2012-07-18Android: Display a list of acceptable values instead of a text entry for opti...Alexandros Frantzis
2012-07-18Android: Make acceptable values of options available to the java code.Alexandros Frantzis
2012-07-18Add support for options that have a finite set of acceptable values.Alexandros Frantzis
2012-07-17Benchmark,SceneDefaultOptions: Warn when trying to set an option with an unac...Alexandros Frantzis
2012-07-17Scene: Don't set options with values that are not acceptable.Alexandros Frantzis
2012-07-17Main: Use !std::vector::empty() instead of checking for std::vector::size() > 0.Alexandros Frantzis
2012-07-16Scene*: Add acceptable value information to scene options.Alexandros Frantzis
2012-07-16Main: Display list of acceptable option values when listing scene information.Alexandros Frantzis
2012-07-16Scene: Store list of acceptable option values in Scene::Option.Alexandros Frantzis
2012-07-11SceneJellyfish: Properly initialize member variables.Alexandros Frantzis
2012-07-10Android: Create a GUI for defining and running benchmarks.Alexandros Frantzis
2012-07-10Android: Display the available scenes in sorted order.Alexandros Frantzis
2012-07-09Merge of lp:~glmark2-dev/glmark2/jellyfish.Jesse Barker
2012-07-09Android: Revert unintentional removal of default properties file.Jesse Barker
2012-07-09SceneJellyfish: Relocate core scene timing initialization so we don't measureJesse Barker
2012-07-06Android: Improve the design of list and list items.Alexandros Frantzis
2012-07-06Android: Add list headers for scene name and options in editor view.Alexandros Frantzis
2012-07-06Android: Add "Run" button to the editor activity.Alexandros Frantzis
2012-07-05Ensure file access for all model data goes through Util::get_resource() or theJesse Barker
2012-07-05Android: Ensure that the soft keyboard is shown when editing options.Alexandros Frantzis
2012-07-05Android: Ensure our dialogs are destroyed when dismissed.Alexandros Frantzis
2012-07-05SceneJellyfish: Clean up the arrangement of the files to more closely match theJesse Barker
2012-07-05Android: Implement a better benchmark editor that knows about the scenes and ...Alexandros Frantzis
2012-07-05SceneJellyfish: Update time initialization to correct initial rotation and ve...Jesse Barker