Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. | Mathias Agopian | 2010-02-18 | 3 | -26/+105 |
* | Merge "update dox" | Mike Reed | 2010-02-18 | 1 | -7/+7 |
|\ | |||||
| * | update dox | Mike Reed | 2010-02-17 | 1 | -7/+7 |
* | | Added more @RemotableViewMethod methods, mutate ImageView. | Jeff Sharkey | 2010-02-17 | 1 | -1/+4 |
|/ | |||||
* | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 2 | -2/+3 |
* | am 1e90ab54: merge from open-source master | The Android Open Source Project | 2010-02-11 | 1 | -5/+19 |
|\ | |||||
| * | merge from open-source master | The Android Open Source Project | 2010-02-11 | 1 | -5/+19 |
| |\ | |||||
| | * | Default RotateDrawable's pivot set to (50%, 50%) | Cyril Mottier | 2010-02-06 | 1 | -5/+19 |
| | * | merge from eclair | Jean-Baptiste Queru | 2009-11-15 | 46 | -174/+5700 |
| | |\ | |||||
| | | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 46 | -175/+5701 |
| * | | | am a66baccc: Merge "Do not merge" into eclair | Mike Reed | 2010-01-20 | 1 | -0/+173 |
| |\ \ \ | |||||
| | * | | | Do not merge | Mike Reed | 2010-01-20 | 1 | -0/+173 |
| * | | | | am fd2f6358: Merge change I771bebb9 into eclair | Jason Sams | 2009-12-07 | 11 | -0/+71 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | am c7a63eea: Add a new field to Intent that allows you to give a hint about w... | Joe Onorato | 2009-12-02 | 1 | -0/+42 |
| |\ \ \ \ | |||||
| * \ \ \ \ | am fa0394c9: Merge change I715333b8 into eclair | Jason Sams | 2009-11-17 | 2 | -1/+14 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | am ec8178eb: Merge change I9c1bad53 into eclair | Jason Sams | 2009-11-16 | 2 | -0/+27 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Modify the API of YuvImage, so that callers do not need to deal with | Wei-Ta Chen | 2010-02-10 | 1 | -54/+125 |
* | | | | | | | | Preview seperating RenderScript into RenderScript and RenderScriptGL | Jason Sams | 2010-02-09 | 4 | -102/+165 |
* | | | | | | | | Merge "Hide field packer." | Jason Sams | 2010-02-02 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Hide field packer. | Jason Sams | 2010-02-02 | 1 | -0/+4 |
* | | | | | | | | | Merge "Implement holders for Matrix and Vector data." | Jason Sams | 2010-02-02 | 8 | -29/+385 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Implement holders for Matrix and Vector data. | Jason Sams | 2010-02-02 | 8 | -29/+385 |
* | | | | | | | | | Phase 2 of test cleanup: moving test files from AndroidTests closer to their ... | Neal Nguyen | 2010-01-29 | 13 | -0/+900 |
* | | | | | | | | | Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG. | Wei-Ta Chen | 2010-01-28 | 1 | -2/+0 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix some minor bugs with GL state setup that were exposed by Droids driver. | Jason Sams | 2010-01-27 | 2 | -8/+11 |
* | | | | | | | | Add a Java API that converts yuv data to a jpeg. | Wei-Ta Chen | 2010-01-27 | 1 | -0/+171 |
* | | | | | | | | add API to change default config on image decoders. | Mike Reed | 2010-01-26 | 1 | -0/+24 |
* | | | | | | | | Implement type generation for user uniforms in vertex shader. | Jason Sams | 2010-01-12 | 2 | -2/+7 |
* | | | | | | | | Merge "Support npot on es 2.0 HW." | Jason Sams | 2010-01-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Support npot on es 2.0 HW. | Jason Sams | 2010-01-06 | 1 | -1/+1 |
* | | | | | | | | | am 9e5f3ec9: am e3bbaf6c: Merge "set nine patch padding initially to an empty... | Cary Clark | 2010-01-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | am e3bbaf6c: Merge "set nine patch padding initially to an empty rectangle" i... | Cary Clark | 2010-01-06 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | set nine patch padding initially to an empty rectangle | Cary Clark | 2010-01-06 | 1 | -2/+2 |
* | | | | | | | | | | More complete support for named attribs. Adds user typed attribs as availabl... | Jason Sams | 2010-01-06 | 1 | -1/+2 |
* | | | | | | | | | | Merge "Add RS support for generic attribs as input to vertex programs." | Jason Sams | 2010-01-04 | 3 | -22/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add RS support for generic attribs as input to vertex programs. | Jason Sams | 2010-01-04 | 3 | -22/+3 |
* | | | | | | | | | | | Don't round size to page size. Ashmem will do this internally as needed. | Marco Nelissen | 2010-01-04 | 1 | -1/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Disable excessive RS logging. | Jason Sams | 2009-12-23 | 2 | -7/+0 |
* | | | | | | | | | | Element restructuring. Add support for new basic Element types including the... | Jason Sams | 2009-12-23 | 8 | -383/+336 |
* | | | | | | | | | | Merge change I68afd01e | Android (Google) Code Review | 2009-12-18 | 4 | -151/+88 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Move texture bindings to base program object. Change ProgramFragment creatio... | Jason Sams | 2009-12-17 | 4 | -151/+88 |
* | | | | | | | | | | | am 0249c83e: am 31a69fdb: throw if we have a null typeface native instance (s... | Mike Reed | 2009-12-17 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / / | |||||
| * | | | | | | | | | am 31a69fdb: throw if we have a null typeface native instance (so we don\'t c... | Mike Reed | 2009-12-17 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |||||
| | * | | | | | | | | throw if we have a null typeface native instance (so we don't crash in native... | Mike Reed | 2009-12-17 | 1 | -0/+3 |
* | | | | | | | | | | Add argument checking to sampler builder to disallow illegal modes. | Jason Sams | 2009-12-16 | 1 | -5/+27 |
* | | | | | | | | | | Continue es2 shader dev | Jason Sams | 2009-12-15 | 5 | -13/+63 |
* | | | | | | | | | | Continue development of es2.0 user shader support for renderscript. This cha... | Jason Sams | 2009-12-15 | 4 | -98/+184 |
* | | | | | | | | | | Remove check for surface valid that is no longer valid. | Jason Sams | 2009-12-14 | 1 | -3/+3 |
* | | | | | | | | | | am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair | Jason Sams | 2009-12-07 | 11 | -0/+71 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair | Jason Sams | 2009-12-07 | 11 | -0/+71 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / |