summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsAllocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+8
* Fix 32&24 ->16 bit bitmap uploads.Jason Sams2010-06-221-2/+6
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-2/+2
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+67
* checkpoint animationsJason Sams2010-03-161-0/+2
* Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams2010-03-011-5/+39
* Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-231-3/+9
* Fix RS mipmap generation for 8 bit alpha textures.Jason Sams2010-01-191-0/+22
* Support npot on es 2.0 HW.Jason Sams2010-01-061-2/+3
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-6/+6
* Implement RS tracked defered texture and buffer object uploads.Jason Sams2009-12-141-9/+57
* am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where w...Jason Sams2009-11-241-2/+11
|\
| * Force a crash under conditions where white square bug in all apps is likely t...Jason Sams2009-11-241-2/+11
* | am 9f96a37a: am 6a2500a3: am 39dbb099: Merge change I36176536 into eclairJason Sams2009-11-231-2/+1
|\ \ | |/
| * Fix ref counting bug that could cause memory leak in allApps.Jason Sams2009-11-231-2/+1
* | resolved conflicts for merge of f6309041 to masterJason Sams2009-11-171-0/+18
|\ \ | |/
| * Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+18
* | am 4909b554: am a8f2c2b4: am 902051df: Merge change I0e27b5ca into eclairJason Sams2009-11-051-0/+1
|\ \ | |/
| * Fix texture upload bug for narrow texture of less than 32bpp.Jason Sams2009-11-051-0/+1
* | am 03fa848a: am ebca5eec: am 83665194: Merge change I9d5e03db into eclairJason Sams2009-11-031-0/+11
|\ \ | |/
| * Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-0/+11
* | am 766df995: am d31b0e44: am 3bbb5e9a: Merge change Ib7a6c434 into eclairJason Sams2009-11-021-0/+2
|\ \ | |/
| * Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams2009-11-021-0/+2
* | am 923f2cf0: am a89a059e: am 04104665: Merge change I911458a0 into eclairMarco Nelissen2009-10-291-1/+1
|\ \ | |/
| * Fix x offset for boxed texturesMarco Nelissen2009-10-281-1/+1
* | Fix dirty state tracking of allocation attached to ProgramVertex objects when...Jason Sams2009-10-261-7/+24
|/
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-0/+1
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-6/+6
* Removed last bits of predefined element types from native code. Predefined t...Jason Sams2009-09-241-116/+0
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-27/+38
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-15/+32
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-4/+0
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-0/+11
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-1/+2
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-1/+3
* Filmstrip work and boxed bitmap load bugfixes.Jason Sams2009-07-291-2/+2
* Add new icons and implement text. Fix bug with uploading 8888 bitmaps of non-...Jason Sams2009-07-281-11/+19
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-2/+42
* Add support for multitexture and fix allocation ref counting bug in RS. Add ...Jason Sams2009-07-021-0/+1
* Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-5/+0
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-0/+3
* Generalize bitmap support and add remaining GL formats.Jason Sams2009-06-031-21/+77
* Implement first pass bitmap to allocation support. The Java bindings can cre...Jason Sams2009-05-271-1/+98
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+325