| Commit message (Expand) | Author | Age | Files | Lines |
* | Allocation copy functions. | Alex Sakhartchouk | 2011-06-14 | 1 | -0/+17 |
* | More work to make libRS buildable on the host. | Alex Sakhartchouk | 2011-06-03 | 1 | -14/+4 |
* | Start splitting allocation into hal and core. | Jason Sams | 2011-05-26 | 1 | -390/+48 |
* | rsLib cleanup | Alex Sakhartchouk | 2011-05-06 | 1 | -2/+2 |
* | Pipe rsa function though the RS api table. | Jason Sams | 2011-04-28 | 1 | -29/+27 |
* | Cleanup rs.spec file and code generator. | Jason Sams | 2011-04-26 | 1 | -2/+2 |
* | Modifying libRS internal communication to handle network rendering. | Alex Sakhartchouk | 2011-04-25 | 1 | -1/+1 |
* | First draft of fbo in renderscript. | Alex Sakhartchouk | 2011-04-01 | 1 | -18/+56 |
* | Start seperating out RS compute implementation. Create hal | Jason Sams | 2011-03-17 | 1 | -83/+93 |
* | Almost all warnings are now errors in RS build. | Stephen Hines | 2011-03-01 | 1 | -2/+2 |
* | Cleaning up the serialization change. | Alex Sakhartchouk | 2011-01-31 | 1 | -27/+25 |
* | Making sure we can build libRS on the host for serialization. | Alex Sakhartchouk | 2011-01-31 | 1 | -17/+26 |
* | Clean up RS samples for SDK, bug 2943369 | Jason Sams | 2011-01-28 | 1 | -0/+1 |
* | Add some error checking. | Jason Sams | 2011-01-16 | 1 | -0/+1 |
* | Implement sub updates for mipmap levels and cubmaps. | Jason Sams | 2011-01-13 | 1 | -58/+33 |
* | Implement more of copy2DRange* | Jason Sams | 2011-01-12 | 1 | -3/+15 |
* | Cleanup bitmap uploads | Jason Sams | 2011-01-12 | 1 | -34/+23 |
* | Adding ability to load cubemaps from individual faces. | Alex Sakhartchouk | 2011-01-11 | 1 | -25/+24 |
* | Updating cubemap loading code. | Alex Sakhartchouk | 2011-01-10 | 1 | -3/+8 |
* | Move adapter2D to a derived class from Allocation. | Jason Sams | 2010-12-29 | 1 | -37/+21 |
* | Fix teardown bug found in books. | Jason Sams | 2010-12-24 | 1 | -1/+0 |
* | Cleanup and refactoring of an earlier cl. | Alex Sakhartchouk | 2010-12-15 | 1 | -2/+5 |
* | Fix mipmap bug introduced with Allocation cleanup. | Jason Sams | 2010-12-15 | 1 | -7/+12 |
* | Add support for non-malloc backed textures. | Jason Sams | 2010-12-13 | 1 | -35/+63 |
* | More API updates. | Jason Sams | 2010-12-13 | 1 | -113/+20 |
* | Remove CreateFromBitmapRef and add | Jason Sams | 2010-12-10 | 1 | -21/+33 |
* | Allocation API update. | Jason Sams | 2010-12-08 | 1 | -74/+67 |
* | API review cleanup. | Jason Sams | 2010-12-06 | 1 | -6/+2 |
* | Support for cubemaps. | Alex Sakhartchouk | 2010-11-18 | 1 | -14/+129 |
* | Code cleanup to make formatting consistent | Alex Sakhartchouk | 2010-11-10 | 1 | -129/+70 |
* | Continue error check improvements and write some docs. | Jason Sams | 2010-11-09 | 1 | -0/+2 |
* | Adding nvidia extension for limited npot support. | Alex Sakhartchouk | 2010-10-27 | 1 | -7/+6 |
* | Begin adding async allocation creation. | Jason Sams | 2010-10-26 | 1 | -54/+46 |
* | Fix refcounting bugs where the sys refcount | Jason Sams | 2010-10-21 | 1 | -3/+1 |
* | Some cleanup | Alex Sakhartchouk | 2010-10-18 | 1 | -28/+0 |
* | Async type creation. | Jason Sams | 2010-10-14 | 1 | -7/+3 |
* | Update allocation from bitmap. | Alex Sakhartchouk | 2010-10-11 | 1 | -3/+40 |
* | Implement allocation resizing. | Jason Sams | 2010-10-05 | 1 | -2/+47 |
* | Adding anisotropic filtering and related samples. | Alex Sakhartchouk | 2010-09-30 | 1 | -1/+0 |
* | Cleanup GL setup code and remove legacy 1.1 paths. | Jason Sams | 2010-09-16 | 1 | -4/+1 |
* | SubElementData data upload functions. | Jason Sams | 2010-08-31 | 1 | -17/+114 |
* | Fix field packer bug for U32 data. | Jason Sams | 2010-08-12 | 1 | -0/+3 |
* | Adding allocation reference counting to the a3d models. | Alex Sakhartchouk | 2010-08-11 | 1 | -1/+2 |
* | Refcounting in allocations. | Jason Sams | 2010-08-09 | 1 | -0/+42 |
* | Work on synchronizing a3d created files and java layer. | Alex Sakhartchouk | 2010-07-12 | 1 | -0/+8 |
* | Fix 32&24 ->16 bit bitmap uploads. | Jason Sams | 2010-06-22 | 1 | -2/+6 |
* | Creating the jni and java layer to integrate a3d | Alex Sakhartchouk | 2010-06-04 | 1 | -2/+2 |
* | Removed unnecessary change based on comments. | Alex Sakhartchouk | 2010-05-21 | 1 | -2/+67 |
* | checkpoint animations | Jason Sams | 2010-03-16 | 1 | -0/+2 |
* | Add support for linking to a skia bitmap rather than always copying the data ... | Jason Sams | 2010-03-01 | 1 | -5/+39 |