summaryrefslogtreecommitdiff
path: root/graphics/java
AgeCommit message (Collapse)Author
2010-09-01Merge "Remove functions for reflecting dalvik classes to rs types."Jason Sams
2010-09-01Remove functions for reflecting dalvik classes to rs types.Jason Sams
Change-Id: I41bc7fd704772d177f8035c04256d0ca63e4398b Change-Id: I4df3673a1db1e79c309ab4eb41d2145802ed322c
2010-09-01Merge "Cleaning up the api"Alex Sakhartchouk
2010-09-01Cleaning up the apiAlex Sakhartchouk
Change-Id: I86632cfde07216be7623177516710db5d9a57522
2010-08-31SubElementData data upload functions.Jason Sams
Change-Id: I5f8c738b5457ae7f6085fc4cd331cf3d13ad75cf
2010-08-31Add hooks for hardware accelerated WebView.Romain Guy
Change-Id: I907cdec8a67594f87749ac46bda85f04af5a2003
2010-08-27Fixing renderscript uniform binding bugs.Alex Sakhartchouk
Working on custom shaders. Change-Id: I0d51e879e1c2b46ef5ab696b35162898f4196fc8
2010-08-25Add matrix component types.Jason Sams
Fix potental overflow in script -> java messages. Change-Id: Ie6fd9dc376be4043fc938a1517106936937689c8
2010-08-24More work on the renderscript sampleAlex Sakhartchouk
Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
2010-08-24am 5a14271a: am d6f7f225: Merge "Load bitmaps in the correct format." into ↵Romain Guy
gingerbread Merge commit '5a14271aacb932ba0d52978c939f74e4c685f7d6' * commit '5a14271aacb932ba0d52978c939f74e4c685f7d6': Load bitmaps in the correct format.
2010-08-23Merge "Renderscript samples. Resolving name conflict in model viewer. Adding ↵Alex Sakhartchouk
fov projection matrix function. Adding helper methods for blending."
2010-08-23Renderscript samples.Alex Sakhartchouk
Resolving name conflict in model viewer. Adding fov projection matrix function. Adding helper methods for blending. Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
2010-08-20am d6f7f225: Merge "Load bitmaps in the correct format." into gingerbreadRomain Guy
Merge commit 'd6f7f225689ecd33dc54699acc01cfafc781c20d' into gingerbread-plus-aosp * commit 'd6f7f225689ecd33dc54699acc01cfafc781c20d': Load bitmaps in the correct format.
2010-08-20Load bitmaps in the correct format.Romain Guy
Bug #2936873 Change-Id: Ide93ffd8227cea6c610dde625163ccffb4590e90
2010-08-20am dc2eabd1: Merge "Don\'t recycle native bitmap after the finalizer is ↵Chih-Chung Chang
called." into gingerbread Merge commit 'dc2eabd10847d8e7f016fec5232d40b723ce2828' into gingerbread-plus-aosp * commit 'dc2eabd10847d8e7f016fec5232d40b723ce2828': Don't recycle native bitmap after the finalizer is called.
2010-08-20Don't recycle native bitmap after the finalizer is called.Chih-Chung Chang
If an object A's finalizer calls Bitmap B's recycle() when B's finalizer is already called, we will have trouble because the native bitmap is already freed in the finalizer. Change-Id: Ic0be8ed75fb3aacee9ce6e3d9908178a55151eb9
2010-08-19am d018a0ce: Merge "Text selection without trackball." into gingerbreadGilles Debunne
Merge commit 'd018a0ce72124f668d859b19fe3e73f5637d3c7c' into gingerbread-plus-aosp * commit 'd018a0ce72124f668d859b19fe3e73f5637d3c7c': Text selection without trackball.
2010-08-19Merge "Text selection without trackball." into gingerbreadGilles Debunne
2010-08-19Text selection without trackball.Gilles Debunne
Backported from HC. Squashed commit of the following: commit af214a595c7a9fdd11a2dc384f7d4665abf751c0 Fixes in TextView's selection. commit eb9fd59ebe6500a66c2003d46b5802299970ae8d TextView with Selection Contextual Mode commit 4c4c338ef355b369ce4b57d6c6fba7ee8f9dddf4 Cosmetic changes around TextView. commit d4b4b054e87480d984ad18766f5e76553e3080d8 Double and one and a half tap removed from TextView. commit 897c2847ba1fca8ef01eadadd1bc3de007af3ee5 Selection handlers in TextView commit 832be74a5394649e28927484d9a86c6d53b430e7 New cursor controller in TextViews. Change-Id: I01cc64736e2abea605317ee53907a1713617fc17
2010-08-19am 288471d8: DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy
Merge commit '288471d8a57e1c318742cbfc28697877436fdb87' into gingerbread-plus-aosp * commit '288471d8a57e1c318742cbfc28697877436fdb87': DO NOT MERGE. Load assets in place instead of deferring until draw.
2010-08-19DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy
Before this change, all framework assets would be decoded at drawing time outside of zygote. This was forcing all apps to re-decode the assets and zygote to keep an in-memory copy of each asset. This behavior is now opt-in by setting the inPurgeable flag on BitmapFactory.Options. Change-Id: Ief823139163d8071b8ee1267746622faf52eb8ec
2010-08-19Merge "Load assets in place instead of deferring until draw."Romain Guy
2010-08-19Load assets in place instead of deferring until draw.Romain Guy
Before this change, all framework assets would be decoded at drawing time outside of zygote. This was forcing all apps to re-decode the assets and zygote to keep an in-memory copy of each asset. This behavior is now opt-in by setting the inPurgeable flag on BitmapFactory.Options. Change-Id: Ic703f57adb26b2a701ecff0a653d35a93e26d47c
2010-08-19Merge "Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly."Romain Guy
2010-08-19Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly.Romain Guy
Change-Id: I1106855e9f2255c1b78fd76a3fe1c116b3c2fb87
2010-08-19Merge "Renderscript samples. Merged two model related projects. Cleanup."Alex Sakhartchouk
2010-08-18Renderscript samples. Merged two model related projects. Cleanup.Alex Sakhartchouk
Change-Id: I6fdc70420eee7dfecf0b051fd687e5797c6580ce
2010-08-18Merge "Remove OOB object destruction."Jason Sams
2010-08-18New API and implementation of DB and memory-backed FDsBjorn Bringert
This depends on a kernel patch that implements read(2) in the ashmem driver. Bug http://b/issue?id=2595601 Change-Id: Ie3b10aa471aada21812b35e63954c1b2f0a7b042
2010-08-17Merge "Make java entry points for native fifo synchronized."Jason Sams
2010-08-17Remove OOB object destruction.Jason Sams
Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
2010-08-17Make java entry points for native fifo synchronized.Jason Sams
Change-Id: I1baf2beb920016f0202042982075cbce1e67df42
2010-08-17am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen
Merge commit '81dcea6093dfcdadd52982505249a5eacf47a81b' * commit '81dcea6093dfcdadd52982505249a5eacf47a81b': Do JPEG tile-based decoding.
2010-08-17am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen
Merge commit 'f1f48bc7f200f54c76b22d845d8ba8419879b375' into gingerbread-plus-aosp * commit 'f1f48bc7f200f54c76b22d845d8ba8419879b375': Do JPEG tile-based decoding.
2010-08-17Do JPEG tile-based decoding.Joseph Wen
Change-Id: I5c1b4ac3c02eb4350ef0ba9a7877b22cfd730cfb
2010-08-13Add drop shadows.Romain Guy
Change-Id: Ic6a72409d4785968d1fbdff229f17ee5c00b240b
2010-08-13Merge "Renderscript scenegraph prototype."Alex Sakhartchouk
2010-08-13Renderscript scenegraph prototype.Alex Sakhartchouk
Change-Id: Ic4daaf6eca8850caf46bd766e148cf12eb6c6ca1
2010-08-12Merge "Fix GC issue, fix local shader transformations."Romain Guy
2010-08-12Fix GC issue, fix local shader transformations.Romain Guy
Change-Id: I208bdf89815dcd18dcadd43df932a77362918435
2010-08-12Merge "Fix field packer bug for U32 data. Fix initial refcounts in ↵Jason Sams
allocations. Support null references in allocations."
2010-08-12Fix field packer bug for U32 data.Jason Sams
Fix initial refcounts in allocations. Support null references in allocations. Change-Id: Ifba6406ba750e69737bd77fa7df5d7fb8e27a5b4
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
2010-08-11Merge "Fix crash in Market."Romain Guy
2010-08-11Fix crash in Market.Romain Guy
Bug #2911272 Change-Id: I065e21b9d005ad693e1af1ad82755b5c2ae7b722
2010-08-11Merge "Adding quaternion functions to math library."Alex Sakhartchouk
2010-08-10Support non-PorterDuff xfermodes with Xfermode.Romain Guy
Change-Id: Icef17b72da2d047a24aaac1ddf5cdae77b40d5b4
2010-08-10Adding quaternion functions to math library.Alex Sakhartchouk
Change-Id: I692214648892120943ca7d3b00034e27d1c330cf
2010-08-10Fast text selection drawing.Romain Guy
Change-Id: I93fb1312b47bc05345defa9b6cfe47c0658bb329
2010-08-10Fix tons of bugs and add new text rendering support.Romain Guy
Change-Id: I326c66b10784006f6df2f12d38e120cef94cd0d7