Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Fall RS to use the new ProgramVertex APIs. | Romain Guy | 2009-08-04 | 1 | -8/+8 |
* | Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in... | Jason Sams | 2009-08-04 | 4 | -40/+40 |
* | Add ability to load arrays in RenderScript. | Romain Guy | 2009-08-04 | 9 | -22/+417 |
* | Seperate Light and Sampler from RenderScript.java | Jason Sams | 2009-08-04 | 4 | -58/+34 |
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen... | Jason Sams | 2009-08-04 | 8 | -144/+146 |
* | Use the new ScriptC.Builder API. | Romain Guy | 2009-08-04 | 1 | -2/+1 |
* | Add swaying effect to the grass. | Romain Guy | 2009-08-04 | 6 | -57/+366 |
* | Split ScriptC from RenderScript.java. Implement state caching in the Builder... | Jason Sams | 2009-08-04 | 4 | -37/+43 |
* | Merge change 9606 | Android (Google) Code Review | 2009-08-03 | 3 | -33/+76 |
|\ | |||||
| * | Add anti-aliasing to Grass RS. | Romain Guy | 2009-08-03 | 3 | -33/+76 |
* | | Merge change 9551 | Android (Google) Code Review | 2009-08-03 | 2 | -6/+27 |
|\ \ | |||||
| * | | Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a... | Jason Sams | 2009-08-03 | 2 | -6/+27 |
* | | | free surface buffers before trying to allocate new ones, so we have more chan... | Mathias Agopian | 2009-08-03 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge change 9397 | Android (Google) Code Review | 2009-08-01 | 1 | -1/+18 |
|\ \ | |||||
| * | | Fix Win32 libutils to get a working SDK build. | David 'Digit' Turner | 2009-08-01 | 1 | -1/+18 |
* | | | Clean up Grass RS | Romain Guy | 2009-07-31 | 1 | -20/+18 |
* | | | Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g... | Romain Guy | 2009-07-31 | 4 | -31/+241 |
| |/ |/| | |||||
* | | Split RenderScript Type and Allocation into seperate classes. | Jason Sams | 2009-07-31 | 4 | -89/+93 |
* | | Merge change 9413 | Android (Google) Code Review | 2009-07-31 | 6 | -157/+45 |
|\ \ | |||||
| * | | Begin splitting up RenderScript.java into seperate classes. First piece spli... | Jason Sams | 2009-07-31 | 6 | -157/+45 |
* | | | Merge changes 9415,9416 | Android (Google) Code Review | 2009-07-31 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | don't crash in Parcel when given a null (and therfore invalid) native_handle_t | Mathias Agopian | 2009-07-31 | 1 | -1/+1 |
* | | | Merge change 9391 | Android (Google) Code Review | 2009-07-31 | 1 | -6/+8 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | be more robust when errors occur upon EGL surface creation (ie: don't crash) | Mathias Agopian | 2009-07-31 | 1 | -6/+8 |
* | | Add several math functions to rsScript_Lib. | Romain Guy | 2009-07-31 | 1 | -1/+184 |
* | | Smoother transitions in GrassRS | Romain Guy | 2009-07-30 | 2 | -10/+46 |
* | | First pass at implementing the Grass live wallpaper in RenderScript. | Romain Guy | 2009-07-30 | 14 | -0/+435 |
|/ | |||||
* | Merge change 9287 | Android (Google) Code Review | 2009-07-30 | 2 | -1/+52 |
|\ | |||||
| * | fixed some issues with the software renderer when surfaces are made current. | Mathias Agopian | 2009-07-30 | 2 | -1/+52 |
* | | am 25dff70f: Merge change 9039 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -4/+7 |
|\ \ | |||||
| * | | Fix #2018814: System cannot correctly render assets with "wrap_content" attri... | Dianne Hackborn | 2009-07-29 | 1 | -4/+7 |
* | | | Merge change 9236 | Android (Google) Code Review | 2009-07-30 | 3 | -215/+77 |
|\ \ \ | |||||
| * | | | Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m... | Jason Sams | 2009-07-30 | 3 | -215/+77 |
* | | | | Merge change 9070 | Android (Google) Code Review | 2009-07-30 | 1 | -0/+12 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Adding resizeInput and setAttributes for overlay | Benny Wong | 2009-07-29 | 1 | -0/+12 |
* | | | | Fix a debug statement in BufferMapper | Mathias Agopian | 2009-07-30 | 1 | -1/+1 |
* | | | | NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca... | Mathias Agopian | 2009-07-30 | 1 | -1/+2 |
* | | | | Merge change 9090 | Android (Google) Code Review | 2009-07-29 | 1 | -44/+23 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Simplify image loading. Use common internal format. | Jason Sams | 2009-07-29 | 1 | -44/+23 |
* | | | | Merge change 9089 | Android (Google) Code Review | 2009-07-29 | 7 | -42/+64 |
|\ \ \ \ | |/ / / | |||||
| * | | | Filmstrip work and boxed bitmap load bugfixes. | Jason Sams | 2009-07-29 | 7 | -42/+64 |
* | | | | Merge change 9065 | Android (Google) Code Review | 2009-07-29 | 14 | -16/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Checkin art assets for film test app and change loading of icons to 8888. | Jason Sams | 2009-07-29 | 14 | -16/+15 |
| |/ / | |||||
* | | | am 1521cd6e: Merge change 8015 into donut | Android (Google) Code Review | 2009-07-29 | 1 | -0/+3 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge change 8015 into donut | Android (Google) Code Review | 2009-07-28 | 1 | -0/+3 |
| |\ | |||||
| | * | Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. | David 'Digit' Turner | 2009-07-29 | 1 | -0/+3 |
* | | | Merge change 9008 | Android (Google) Code Review | 2009-07-29 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | Only restore the bits for wallpapers that aren't built in. | Joe Onorato | 2009-07-29 | 1 | -1/+6 |
* | | | | Merge change 8987 | Android (Google) Code Review | 2009-07-29 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix firestone build | Marco Nelissen | 2009-07-29 | 1 | -0/+1 |