Clone this repo:
  1. 5b1ea6f Merge "timer: fix PRIi64 usage" by Gerrit · 12 years ago factory-2717.B factory-2723.14.B factory-2846.B factory-2848.B factory-2914.B factory-2985.B factory-2993.B factory-3004.B factory-3536.B factory-4128.B factory-4290.B factory-4455.228.B factory-4455.B factory-beltino-5140.14.B factory-daisy-4731.81.B factory-monroe-5140.B factory-panther-4920.23.B factory-pit-4280.B factory-pit-4390.B factory-pit-4471.B factory-samus-4788.B factory-skate-4262.459.B factory-spring-3842.B factory-spring-4131.B factory-spring-4262.B firmware-4389.71.B firmware-bolt_kirby-4979.B firmware-butterfly-2788.B firmware-falco_peppy-4389.81.B firmware-falco_peppy-4389.B firmware-leon-4389.26.B firmware-leon-4389.61.B firmware-link-2695.2.B firmware-link-2695.B firmware-monroe-4921.B firmware-panther-4920.24.B firmware-parrot-2685.B firmware-pit-4482.B firmware-skate-3824.129.B firmware-snow-2695.90.B firmware-snow-2695.B firmware-spring-3824.4.B firmware-spring-3824.55.B firmware-spring-3824.84.B firmware-spring-3824.B firmware-spring-3833.B firmware-stout-2817.B firmware-wolf-4389.24.B master release-R22-2723.B release-R23-2913.B release-R25-3428.B release-R26-3701.B release-R27-3912.B release-R28-4100.B release-R29-4319.B release-R30-4537.B release-R31-4731.B release-R32-4920.B release-R33-5116.B stabilize stabilize-3428.110.0 stabilize-3428.149 stabilize-3428.149.B stabilize-3428.193 stabilize-3658.0.0 stabilize-3701.30.0 stabilize-3701.30.0b stabilize-3701.46.B stabilize-3701.81.B stabilize-3881.0.B stabilize-3912.79.B stabilize-4008.0.B stabilize-4035.0.B stabilize-4068.0.B stabilize-4100.38.B stabilize-4255.B stabilize-4287.B stabilize-4443.B stabilize-4512.B stabilize-4537.118.B stabilize-4537.147.B stabilize-4636.B stabilize-4701.B stabilize-4731.31.B stabilize-4731.62.B stabilize-4731.85.B stabilize-4825.B stabilize-4856.B stabilize-4886.B stabilize-4920.6.B stabilize-5062.B stabilize-5085.B stabilize-5116.113.B stabilize-5116.115.B stabilize-5116.53.B stabilize-5116.88.B stabilize-R33-4982.B stabilize-bluetooth-smart stabilize-daisy stabilize-daisy-4319.96.B stabilize-falco-4537.91.B stabilize-link stabilize-link-2913.278 stabilize-spring-4100.53.B stabilize-springlte-5116.46.B stabilize2 test-4824.B test-4980.B toolchain-3428.65.B toolchain-3701.42.B toolchainA toolchainB
  2. 38a61f2 convert waf usage to gnu_dirs by Mike Frysinger · 12 years ago
  3. 89304f4 timer: fix PRIi64 usage by Mike Frysinger · 12 years ago
  4. 2011916 Flush GL commands before a DRM page flip by Simon Que · 12 years ago factory-2268.16.B factory-2305.B factory-2338.B factory-2368.B factory-2394.B factory-2460.B factory-2475.B factory-2569.B firmware-link-2348.B release-R20-2268.B release-R21-2465.B
  5. 56614bf Add command line option to set number of DRM buffers by Simon Que · 12 years ago
  6. 78f8e29 Add timestamp logging by Simon Que · 12 years ago
  7. 0a9c135 Desktop scene explicitly uses canvas framebuffer by Simon Que · 12 years ago
  8. a7c7620 Add canvas for direct rendering without X by Simon Que · 12 years ago
  9. 7fdf1cc Build,Doc: Update files for 2012.01 release. by Alexandros Frantzis · 12 years ago
  10. 9579007 Main: Implement seamless transition of FPS display when changing scenes. by Alexandros Frantzis · 12 years ago
  11. 1884c38 Create a new TextRenderer each time through the loop so that it is initialized with the newly reset canvas. by Jesse Barker · 12 years ago
  12. 583b21c Canvas: This adds logic to the canvas and its derivatives to allow a "reset" of the canvas between scenes. In practice what this does is to create a fresh context for each scene. This puts each scene on a level playing field and insulates the scenes from any resource leakage and any resultant performance degradation. Also included is an option to reuse one context for all scenes (the way things have worked up to now) for the sake of being able to test for resource leakage, etc. by Jesse Barker · 12 years ago
  13. 5e38080 SceneDesktop: Allow RenderObjects to be safely reused after a GL context change. by Alexandros Frantzis · 12 years ago
  14. a1a5729 SceneDesktop: Fix asymmetry discovered when we started using a fresh context for by Jesse Barker · 12 years ago
  15. 5d6befe Update the man page to reflect the new option to reuse the context, as well as by Jesse Barker · 12 years ago
  16. 6781571 Main: If benchmark list contains only option-setting descriptions, add the default benchmarks. by Alexandros Frantzis · 12 years ago
  17. 3a13b4e Benchmark: Add method to get the associated scene without setting it up. by Alexandros Frantzis · 12 years ago
  18. 854608e Android: Kill the app process when pausing. by Alexandros Frantzis · 12 years ago
  19. 76c62af Android: Call the correct super-class function OnDestroy(). by Alexandros Frantzis · 13 years ago
  20. bbf8c80 TextRenderer: Fix position() method signature. by Alexandros Frantzis · 13 years ago