1. 7f78b0c Lines would not set the scissor before drawing. by Romain Guy · 14 years ago
  2. 8ad4b47 Merge "Fix possible rendering issue when drawing a path." by Romain Guy · 14 years ago
  3. 1041ade Fix possible rendering issue when drawing a path. by Romain Guy · 14 years ago
  4. 6b81399 Merge "Update ScriptC constructor to remove depricated param." by Jason Sams · 14 years ago
  5. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  6. 617d74a Merge "Fix rendering bug with saveLayerAlpha/drawColor." by Romain Guy · 14 years ago
  7. e45362c Fix rendering bug with saveLayerAlpha/drawColor. by Romain Guy · 14 years ago
  8. 9195f75 Merge "Fix rendering issue with layers." by Romain Guy · 14 years ago
  9. 5ec9924 Fix rendering issue with layers. by Romain Guy · 14 years ago
  10. 5dc336e Merge "RS Error cleanup. Thow java exception during init if the GL driver fails rather than native crash." by Jason Sams · 14 years ago
  11. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  12. e46a0a4 Fix a key repeating bug. by Jeff Brown · 14 years ago
  13. 5ffcd08 Merge "Add plumbing for volume mute key." by Jeff Brown · 14 years ago
  14. b0418da Add plumbing for volume mute key. by Jeff Brown · 14 years ago
  15. 98444a9 Merge "Optimize FBO drawing with regions. This optimization is currently disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file." by Romain Guy · 14 years ago
  16. 5b3b352 Optimize FBO drawing with regions. by Romain Guy · 14 years ago
  17. 611f567 Merge "New RS types test for checking compilation." by Stephen Hines · 14 years ago
  18. ce13d94 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  19. 5c4cf8c Fix default return code for getResource by Kenny Root · 14 years ago
  20. c4b5bf3 am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  21. 7ab5d2d am a87ea46c: Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  22. a87ea46 Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  23. fe17625 Merge "Fix policy issues when screen is off." by Jeff Brown · 14 years ago
  24. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  25. 8f0adba Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  26. ab3ff25 Remove excessive logging. by Jason Sams · 14 years ago
  27. 0303473 Merge "Add path to get different DPI drawables" by Kenny Root · 14 years ago
  28. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  29. 5585e36 Balls test app. by Jason Sams · 14 years ago
  30. 858b93c Merge "Fix 3140348: Signature was wrong for atan2() in RS." by Jim Miller · 14 years ago
  31. 420a5fb Fix 3140348: Signature was wrong for atan2() in RS. by Jim Miller · 14 years ago
  32. de33dd7 Merge "Adding nvidia extension for limited npot support. Updating a3d loading to be async." by Alex Sakhartchouk · 14 years ago
  33. 88e7b31 resolved conflicts for merge of df3cccf3 to master by Jeff Brown · 14 years ago
  34. df3cccf am 120a4594: Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  35. 120a459 Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  36. 581cc64 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  37. fd7b62d Merge "convert one of the LOGE to LOG_WINDOW msg to reduce grief" by Vasu Nori · 14 years ago
  38. e6544e4 convert one of the LOGE to LOG_WINDOW msg to reduce grief by Vasu Nori · 14 years ago
  39. f887594 Merge "Remove unnecessary GL calls." by Romain Guy · 14 years ago
  40. 746b740 Remove unnecessary GL calls. by Romain Guy · 14 years ago
  41. 64eb351 Merge "Begin adding async allocation creation." by Jason Sams · 14 years ago
  42. 31a7e42 Begin adding async allocation creation. by Jason Sams · 14 years ago
  43. 9440083 Merge "Optimizing ColorFilter in display lists" by Chet Haase · 14 years ago
  44. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  45. 32b1dd2 am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread by Mathias Agopian · 14 years ago
  46. 85c5ca0 am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread by Mathias Agopian · 14 years ago
  47. dcaff67 Merge "DisplayList optimizations and fixes." by Chet Haase · 14 years ago
  48. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  49. 3f87246 Merge "Tweak log messages a bit." by Jeff Brown · 14 years ago
  50. 9bca479 Small cleanup. by Romain Guy · 14 years ago
  51. 3e3ba15 Don't change texture unit when not needed. by Romain Guy · 14 years ago
  52. 8164c2d Don't change textures wrap modes on every draw. by Romain Guy · 14 years ago
  53. 76860e3 Tweak log messages a bit. by Jeff Brown · 14 years ago
  54. b9737a1 Updade Surface (ANativeWindow) format based on its buffers format by Mathias Agopian · 14 years ago
  55. 7631cbb Add test stubs for newly added methods. by Jeff Brown · 14 years ago
  56. 3ae4ac8 am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 14 years ago
  57. 2ef3676 am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 14 years ago
  58. 715a89e Merge "Fix Caches singleton to avoid resource leaks" by Chet Haase · 14 years ago
  59. dd78cca Fix Caches singleton to avoid resource leaks by Chet Haase · 14 years ago
  60. 9c937f3 Merge "Fix rendering issue with layers." by Romain Guy · 14 years ago
  61. 0175e01 Enable optimized bitcode that is also jitted faster. by Shih-wei Liao · 14 years ago
  62. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 14 years ago
  63. ae88e5e Fix rendering issue with layers. by Romain Guy · 14 years ago
  64. 58ae6db Don't use two different variables to refer to mSnapshot. by Romain Guy · 14 years ago
  65. b0be86e Merge "Don't perform glCopyTextImage with coordinates outside the buffer." by Romain Guy · 14 years ago
  66. ae51759 Don't perform glCopyTextImage with coordinates outside the buffer. by Romain Guy · 14 years ago
  67. da36c84 am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  68. 7ba8c44 am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  69. 8ad30b5 Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  70. b38d534 Fix refcounting bugs where the sys refcount by Jason Sams · 14 years ago
  71. 470ce09 am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  72. d7cd560 am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  73. 1d79a9d Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  74. 0b22423 Initialized check in ZipFileRO::findEntryByName by Kenny Root · 14 years ago
  75. bdccfe4 Merge "Optimizing display lists by referencing pointers to resources instead of copying them" by Chet Haase · 14 years ago
  76. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  77. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  78. 4ceee5a am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  79. 73655bd Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  80. 3831185 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  81. 368fdba am bdf1706a: Merge "Reduce logging." into gingerbread by Joe Onorato · 14 years ago
  82. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  83. 50c0f09 Solve rendering issue with embedded WebViews. Bug #3094017 by Romain Guy · 14 years ago
  84. b8b200d am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread by Jeff Brown · 14 years ago
  85. f7c5155 Merge "Some cleanup" by Alex Sakhartchouk · 14 years ago
  86. fb0c3aa Merge "Remove unneeded inclusion of rs_math.rsh." by Shih-wei Liao · 14 years ago
  87. 422266e Merge "Add support for calibrating touch position." by Jeff Brown · 14 years ago
  88. 511ee5f Add support for calibrating touch position. by Jeff Brown · 14 years ago
  89. 98bfe5d Some cleanup by Alex Sakhartchouk · 14 years ago
  90. b9a8eb3 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  91. f2c4060 am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread by Jeff Brown · 14 years ago
  92. dbde527 Merge "Small cleanup." by Romain Guy · 14 years ago
  93. 2665b85 Small cleanup. by Romain Guy · 14 years ago
  94. ab1c575 Merge "Use VBOs to render most geometries." by Romain Guy · 14 years ago
  95. e2fe69e Fix bug where home presses were not poking user activity. by Jeff Brown · 14 years ago
  96. 03750a0 Use VBOs to render most geometries. by Romain Guy · 14 years ago
  97. e2a26e1 Adding new unit test for rsDebug(). by Stephen Hines · 14 years ago
  98. 2cd6f47 Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  99. 195226a am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread by Jeff Brown · 14 years ago
  100. c52862e am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." into gingerbread by Jeff Brown · 14 years ago