summaryrefslogtreecommitdiffstats
path: root/graphics/java
Commit message (Expand)AuthorAgeFilesLines
* Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it.Mathias Agopian2010-02-183-26/+105
* Merge "update dox"Mike Reed2010-02-181-7/+7
|\
| * update doxMike Reed2010-02-171-7/+7
* | Added more @RemotableViewMethod methods, mutate ImageView.Jeff Sharkey2010-02-171-1/+4
|/
* am 1e90ab54: merge from open-source masterThe Android Open Source Project2010-02-111-5/+19
|\
| * merge from open-source masterThe Android Open Source Project2010-02-111-5/+19
| |\
| | * Default RotateDrawable's pivot set to (50%, 50%)Cyril Mottier2010-02-061-5/+19
| | * merge from eclairJean-Baptiste Queru2009-11-1544-174/+4158
| | |\
| | | * eclair snapshotJean-Baptiste Queru2009-11-1344-175/+4159
| * | | am a66baccc: Merge "Do not merge" into eclairMike Reed2010-01-201-0/+173
| |\ \ \
| | * | | Do not mergeMike Reed2010-01-201-0/+173
| * | | | am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
| |\ \ \ \ | | |/ / /
| * | | | am c7a63eea: Add a new field to Intent that allows you to give a hint about w...Joe Onorato2009-12-021-0/+42
| |\ \ \ \
| * \ \ \ \ am fa0394c9: Merge change I715333b8 into eclairJason Sams2009-11-171-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ am ec8178eb: Merge change I9c1bad53 into eclairJason Sams2009-11-161-0/+16
| |\ \ \ \ \ \
* | | | | | | | Modify the API of YuvImage, so that callers do not need to deal withWei-Ta Chen2010-02-101-54/+125
* | | | | | | | Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-093-97/+152
* | | | | | | | Merge "Hide field packer."Jason Sams2010-02-021-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Hide field packer.Jason Sams2010-02-021-0/+4
* | | | | | | | | Merge "Implement holders for Matrix and Vector data."Jason Sams2010-02-028-29/+385
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Implement holders for Matrix and Vector data.Jason Sams2010-02-028-29/+385
* | | | | | | | | Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG.Wei-Ta Chen2010-01-281-2/+0
|/ / / / / / / /
* | | | | | | | Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-272-8/+11
* | | | | | | | Add a Java API that converts yuv data to a jpeg.Wei-Ta Chen2010-01-271-0/+171
* | | | | | | | add API to change default config on image decoders.Mike Reed2010-01-261-0/+24
* | | | | | | | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-122-2/+7
* | | | | | | | Merge "Support npot on es 2.0 HW."Jason Sams2010-01-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Support npot on es 2.0 HW.Jason Sams2010-01-061-1/+1
* | | | | | | | | am 9e5f3ec9: am e3bbaf6c: Merge "set nine patch padding initially to an empty...Cary Clark2010-01-061-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | am e3bbaf6c: Merge "set nine patch padding initially to an empty rectangle" i...Cary Clark2010-01-061-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | set nine patch padding initially to an empty rectangleCary Clark2010-01-061-2/+2
* | | | | | | | | | More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-1/+2
* | | | | | | | | | Merge "Add RS support for generic attribs as input to vertex programs."Jason Sams2010-01-042-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-042-2/+3
* | | | | | | | | | | Don't round size to page size. Ashmem will do this internally as needed.Marco Nelissen2010-01-041-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Disable excessive RS logging.Jason Sams2009-12-232-7/+0
* | | | | | | | | | Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-237-341/+294
* | | | | | | | | | Merge change I68afd01eAndroid (Google) Code Review2009-12-183-110/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-173-110/+70
* | | | | | | | | | | am 0249c83e: am 31a69fdb: throw if we have a null typeface native instance (s...Mike Reed2009-12-171-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | am 31a69fdb: throw if we have a null typeface native instance (so we don\'t c...Mike Reed2009-12-171-0/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | throw if we have a null typeface native instance (so we don't crash in native...Mike Reed2009-12-171-0/+3
* | | | | | | | | | Add argument checking to sampler builder to disallow illegal modes.Jason Sams2009-12-161-5/+27
* | | | | | | | | | Continue es2 shader devJason Sams2009-12-154-13/+44
* | | | | | | | | | Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-153-50/+156
* | | | | | | | | | Remove check for surface valid that is no longer valid.Jason Sams2009-12-141-3/+3
* | | | | | | | | | am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | * | | | | | | Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-0711-0/+71
| | | | |_|_|/ / / | | | |/| | | | |