summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gin...Simon Wilson2010-12-203-1/+8
|\
| * fix [3127755] Launcher is missing anti-aliasingMathias Agopian2010-12-153-1/+8
* | am 73655bd2: Merge "propagate RS context priority to EGLContext when possible...Mathias Agopian2010-10-202-1/+16
|\ \ | |/
| * propagate RS context priority to EGLContext when possible. DO NOT MERGE.Mathias Agopian2010-10-112-1/+16
* | merge from open-source masterThe Android Open Source Project2010-07-021-1/+1
|\ \ | |/ |/|
| * Fix missing NLBruce Beare2010-06-251-1/+1
* | Introduce official public NativeWindow type.Dianne Hackborn2010-06-303-5/+5
* | Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-132-4/+4
|/
* Change opaque RS typedefs from void * to int. These will likely become int64...Jason Sams2010-03-181-10/+10
* Change global variables from extern to non static. Make script local global ...Jason Sams2010-03-181-4/+3
* More rsh headers for renderscript and a llvm compatible test script for fount...Jason Sams2010-03-182-0/+139
* Merge "First cut of basic RS headers for ScriptC. Not nearly complete."Jason Sams2010-03-162-0/+358
|\
| * First cut of basic RS headers for ScriptC. Not nearly complete.Jason Sams2010-03-162-0/+358
* | Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-0312-10/+99
* | Merge "Add support for linking to a skia bitmap rather than always copying th...Jason Sams2010-03-014-6/+60
|\ \
| * | Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams2010-03-014-6/+60
* | | Merge "Support defered generation of mipmaps. With this change we support mi...Jason Sams2010-03-014-5/+13
|\ \ \ | |/ /
| * | Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-234-5/+13
* | | Merge "Begin implementation of generated java files from RS files."Jason Sams2010-03-013-2/+257
|\ \ \ | |/ / | | / | |/ |/|
| * Begin implementation of generated java files from RS files.Jason Sams2010-02-233-2/+257
* | beging np2 extension check work.Jason Sams2010-02-227-5/+41
|/
* Add test pattern icon to Fountain.Jason Sams2010-02-192-1/+3
* Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams2010-02-177-12/+79
* Merge "Add comment block matching the type defines added by RS."Jason Sams2010-02-121-2/+26
|\
| * Add comment block matching the type defines added by RS.Jason Sams2010-02-121-2/+26
* | real fix for [2440014] launcher2 crashing in loop during bootMathias Agopian2010-02-122-3/+3
* | Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so""Mathias Agopian2010-02-122-7/+6
|/
* Revert "RenderScript should not depend on libsurfaceflinger_client.so"Jack Palevich2010-02-122-6/+7
* RenderScript should not depend on libsurfaceflinger_client.soMathias Agopian2010-02-112-7/+6
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-2/+4
* Change default mode.Jason Sams2010-02-101-1/+1
* Add java benchmark to imageProcessing.Jason Sams2010-02-102-10/+46
* Cleanup image processing example script.Jason Sams2010-02-101-22/+10
* Fix ImageProcessing example.Jason Sams2010-02-101-4/+9
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-098-37/+64
* Fix fountain and put the demos back in the optional build.Jason Sams2010-02-082-0/+7
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-277-13/+24
* Turn the debugging back on.Jason Sams2010-01-261-0/+1
* Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams2010-01-257-195/+172
* am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato2010-01-202-4/+13
|\
| * add drawSpriteScreenspaceCropped to renderscriptJoe Onorato2010-01-142-4/+13
* | Fix RS mipmap generation for 8 bit alpha textures.Jason Sams2010-01-191-0/+22
* | Merge "Remove excessive logging, fix error in GLSL uniform generation."Jason Sams2010-01-132-3/+1
|\ \
| * | Remove excessive logging, fix error in GLSL uniform generation.Jason Sams2010-01-132-3/+1
* | | Merge "Implement type generation for user uniforms in vertex shader."Jason Sams2010-01-126-36/+130
|\ \ \ | |/ /
| * | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-126-36/+130
* | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
* | | less log spewJoe Onorato2010-01-081-1/+0
|/ /
* | Fix npot but where mipmap level sizes were rounding in the wrong direction. ...Jason Sams2010-01-071-3/+3
* | Change user attribs to look for empty slot rather than using them in order. ...Jason Sams2010-01-073-13/+12