summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-0116-236/+301
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 5992Android (Google) Code Review2009-07-011-2/+6
| |\ \ \ \
| | * | | | Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our big...Mathias Agopian2009-07-011-2/+6
| * | | | | Merge change 5984Android (Google) Code Review2009-07-014-13/+124
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Update rollo and support functions. Includes mockup of some new ui concepts.Jason Sams2009-07-014-13/+124
| * | | | | Merge change 5983Android (Google) Code Review2009-07-015-7/+150
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Begin adding meshJason Sams2009-06-305-7/+150
| * | | | am b8a10fe4: Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-8/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-8/+8
| * | | | am 58ebdcc0: Merge change 5625 into donutAndroid (Google) Code Review2009-07-011-5/+6
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-281-5/+6
| | |/
| * | am d09f86ce: Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-292-3/+9
| |\ \ | | |/
| | * Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-262-3/+9
| | |\
| | | * Better (and less) logging from backup.Joe Onorato2009-06-262-3/+9
| * | | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-291-2/+3
| |\ \ \ | | |/ /
| | * | Expand support for different screen sizes.Dianne Hackborn2009-06-261-2/+3
| | |/
| * | am c44989d6: Merge change 5350 into donutAndroid (Google) Code Review2009-06-252-201/+1
| |\ \ | | |/
| | * move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-252-201/+1
* | | when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations...Mathias Agopian2009-06-291-0/+5
* | | fix a bug that caused artifacts when SWAP_RECTANGLE was enabledMathias Agopian2009-06-292-4/+18
* | | Region::makeBoundsSelf() efficiently turns a region to its boundsMathias Agopian2009-06-291-0/+6
* | | don't use a 1/4th of the screen size texture for the dim layerMathias Agopian2009-06-291-6/+0
* | | fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-291-5/+6
* | | fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...Mathias Agopian2009-06-262-11/+19
* | | add support for out-of-range copybit scaling. camera capture is in color againMathias Agopian2009-06-251-52/+55
* | | use 1/16 the size (20KB) for the dim texture in the copybit/msm caseMathias Agopian2009-06-251-1/+7
* | | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-1/+4
* | | make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-254-51/+42
* | | copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-242-42/+46
* | | hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian2009-06-245-11/+135
* | | merge master in master_glMathias Agopian2009-06-2439-304/+592
|\ \ \ | |/ /
| * | am df65b60c: Merge change 5243 into donutAndroid (Google) Code Review2009-06-241-17/+14
| |\ \ | | |/
| | * Only report "unknown metadata" once per restore helperChristopher Tate2009-06-241-17/+14
| * | am 54118adb: Put back LOGP -> printf in the backup helper codeChristopher Tate2009-06-241-1/+1
| |\ \ | | |/
| | * Put back LOGP -> printf in the backup helper codeChristopher Tate2009-06-241-1/+1
| * | am 0e034e5a: Merge change 5162 into donutAndroid (Google) Code Review2009-06-241-13/+89
| |\ \ | | |/
| | * Merge change 5162 into donutAndroid (Google) Code Review2009-06-241-13/+89
| | |\
| | | * Preserve file access mode when backing up / restoring filesChristopher Tate2009-06-231-13/+89
| * | | am eaa89f74: Merge change 5172 into donutAndroid (Google) Code Review2009-06-241-124/+0
| |\ \ \ | | |/ /
| | * | Remove deprecated callback function support.Dave Sparks2009-06-241-124/+0
| * | | am 3d7b8d1a: Merge change 5158 into donutAndroid (Google) Code Review2009-06-241-0/+33
| |\ \ \ | | |/ /
| | * | Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-0/+33
| | |/
| * | am 11b15779: Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-31/+42
| |\ \ | | |/
| | * Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-31/+42
| * | Merge change 5097Android (Google) Code Review2009-06-2316-82/+31
| |\ \
| | * | Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-2316-82/+31
| * | | Merge change 5039Android (Google) Code Review2009-06-223-9/+20
| |\ \ \ | | |/ /
| | * | Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams2009-06-223-9/+20
| * | | Merge change 5015Android (Google) Code Review2009-06-2224-53/+219
| |\ \ \ | | |/ /
| | * | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-2224-53/+219