1. 658f89d Pixelflinger: Add AArch64 support to pixelflinger JIT. by Ashok Bhat · 11 years ago
  2. bfc6dc4 Pixelflinger: Support for handling 64-bit addresses in GGL Assembler by Ashok Bhat · 11 years ago
  3. d10afb1 Pixelflinger: Fix issue of pointers being stored in ints by Ashok Bhat · 11 years ago
  4. cd2fe3b libpixelflinger: do not use anonymous structs by synergy dev · 11 years ago
  5. 083b5cc Add liblog by Ying Wang · 11 years ago
  6. 9857d99 move tinyutils into its own namespace by Mathias Agopian · 11 years ago
  7. 04b5ac3 Remove unnecessary compiler pragma. by Ian Rogers · 12 years ago
  8. c3c5358 Merge "Add MIPS support to pixelflinger." by Jean-Baptiste Queru · 12 years ago
  9. 2d13791 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  10. 2bc2b79 Add MIPS support to pixelflinger. by Paul Lind · 12 years ago
  11. 068f9f3 Add Mips support to libpixelflinger by Duane Sand · 12 years ago
  12. 65026f9 Prevent bit shifting if num bits is negative by Bhanu Chetlapalli · 12 years ago
  13. 2ac29d0 Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 12 years ago
  14. 8aeb6e2 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 12 years ago
  15. 4f07a1f Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 12 years ago
  16. 4163b45 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 12 years ago
  17. 9786ec4 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  18. 66b6875 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  19. dccddee Fix DEBUG_NEEDS usage by Vladimir Chtchetkine · 13 years ago
  20. 39764f4 pixelflinger: Provide more scanline shortcut functions. by David 'Digit' Turner · 13 years ago
  21. 720fdeb am 4906db21: Merge "codeflinger: Correct misleading comment of STM instruction" by Jean-Baptiste Queru · 14 years ago
  22. 4906db2 Merge "codeflinger: Correct misleading comment of STM instruction" by Jean-Baptiste Queru · 14 years ago
  23. 287a958 am 8e0e372a: Set PROT_EXEC on the whole pixelflinger code cache. by Jean-Baptiste Queru · 14 years ago
  24. 8e0e372 Set PROT_EXEC on the whole pixelflinger code cache. by Jean-Baptiste Queru · 14 years ago
  25. 468f23a Manual merge by Jean-Baptiste Queru · 14 years ago
  26. ef18202 Copyright message changed by Dave Butcher · 14 years ago
  27. a7e9664 codeflinger: Correct misleading comment of STM instruction by Kan-Ru Chen · 14 years ago
  28. 838336f am 5dfd90e5: Merge "pixelflinger: Fix function naming typo: gglBitBlti" by Jean-Baptiste Queru · 14 years ago
  29. 933dc05 am 4ea1a52b: Merge "libpixelflinger: ARMv6 specific objects are not used. Remove." by Jean-Baptiste Queru · 14 years ago
  30. 7caef0c am 6090dacd: libpixelflinger: Move codeflinger test function to test-opengl-codegen by Jim Huang · 14 years ago
  31. 5dfd90e Merge "pixelflinger: Fix function naming typo: gglBitBlti" by Jean-Baptiste Queru · 14 years ago
  32. 4ea1a52 Merge "libpixelflinger: ARMv6 specific objects are not used. Remove." by Jean-Baptiste Queru · 14 years ago
  33. 6e1a943 pixelflinger: Fix function naming typo: gglBitBlti by Jim Huang · 14 years ago
  34. 9fcaff4 libpixelflinger: ARMv6 specific objects are not used. Remove. by Jim Huang · 14 years ago
  35. 6090dac libpixelflinger: Move codeflinger test function to test-opengl-codegen by Jim Huang · 14 years ago
  36. 67e6fcd merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  37. f0d644f merge from open-source master by The Android Open Source Project · 14 years ago
  38. 62f4d86 Fix build - cpu-features is ARM-specific by Jean-Baptiste Queru · 14 years ago
  39. 4dc1fa8 Adds support for UBFX to JIT and Disassembler by Martyn Capewell · 15 years ago
  40. beeeee7 Allow pixelflinger to work when NX (No Execute) is enabled. by Nick Kralevich · 14 years ago
  41. 44bce0f merge from open-source master by The Android Open Source Project · 14 years ago
  42. 2bef93c cpu-features.h is only available for ARM by Bruce Beare · 14 years ago
  43. e57d891 merge from open-source master by The Android Open Source Project · 14 years ago
  44. 9b6c850 fix sim build by Jean-Baptiste Queru · 14 years ago
  45. f42d2fa Fix LDM addressing mode disassembly by Martyn Capewell · 15 years ago
  46. 86abd5f Merge "Adds UXTB16 support to Pixelflinger" by Jean-Baptiste Queru · 14 years ago
  47. fa36f2c fix [2448319] out of bounds array index in fog by Mathias Agopian · 14 years ago
  48. 5dca849 remove unused YUV constants by Mathias Agopian · 14 years ago
  49. f9e8ab0 NEON shortcut for flat colour blending into 16-bit by Martyn Capewell · 15 years ago
  50. 96dbb4f Adds UXTB16 support to Pixelflinger by Martyn Capewell · 15 years ago
  51. 4b29fe6 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  52. 9d88176 fix part of [2017702] OpenGL bugs with alpha values of 1.0 in the source during blending into 8888 buffers by Mathias Agopian · 15 years ago
  53. 665a222 we actually have to saturate when doing premultilied blending with opengl by Mathias Agopian · 15 years ago
  54. f6243df am 8b48cf61: Merge change 2897 into donut by Android (Google) Code Review · 15 years ago
  55. 006ba85 fix 1650170 pixelflinger depends on KeyedVector.h, etc by Mathias Agopian · 15 years ago
  56. 83b6548 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 15 years ago
  57. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. 3e292b9 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  60. 261ed75 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  61. 13f797d auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  62. 439f6ca auto import from //branches/cupcake/...@126645 by android-build SharedAccount · 15 years ago
  63. 2eef602 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 15 years ago
  64. 5a32695 fix TINY ANDROID build by Brian Swetland · 16 years ago
  65. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  66. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago