index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
rs
/
rsAllocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Force a crash under conditions where white square bug in all apps is likely t...
Jason Sams
2009-11-24
1
-2
/
+11
*
Fix ref counting bug that could cause memory leak in allApps.
Jason Sams
2009-11-23
1
-2
/
+1
*
Add support for dumping RS objects to aid in debugging of white blocks bug.
Jason Sams
2009-11-17
1
-0
/
+18
*
Fix texture upload bug for narrow texture of less than 32bpp.
Jason Sams
2009-11-05
1
-0
/
+1
*
Fix RS bugs. We were holding a pointer to the script text from the java vm. ...
Jason Sams
2009-11-03
1
-0
/
+11
*
Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...
Jason Sams
2009-11-02
1
-0
/
+2
*
Fix x offset for boxed textures
Marco Nelissen
2009-10-28
1
-1
/
+1
*
Improve logging code to dump more detaild rs object info. Fix bug with prede...
Jason Sams
2009-09-27
1
-0
/
+1
*
Improved object lifecycle tracking and fix leaks.
Jason Sams
2009-09-25
1
-0
/
+2
*
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-25
1
-6
/
+6
*
Removed last bits of predefined element types from native code. Predefined t...
Jason Sams
2009-09-24
1
-116
/
+0
*
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
1
-27
/
+38
*
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...
Jason Sams
2009-08-27
1
-15
/
+32
*
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-18
1
-4
/
+0
*
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
1
-0
/
+11
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
1
-1
/
+2
*
Remove useless slot from ProgramVertex. Optimize GL state setup.
Jason Sams
2009-08-05
1
-1
/
+3
*
Filmstrip work and boxed bitmap load bugfixes.
Jason Sams
2009-07-29
1
-2
/
+2
*
Add new icons and implement text. Fix bug with uploading 8888 bitmaps of non-...
Jason Sams
2009-07-28
1
-11
/
+19
*
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...
Jason Sams
2009-07-28
1
-2
/
+42
*
Add support for multitexture and fix allocation ref counting bug in RS. Add ...
Jason Sams
2009-07-02
1
-0
/
+1
*
Cleanup logging and fix a startup race condition that manifested on Firestone.
Jason Sams
2009-06-23
1
-5
/
+0
*
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...
Jason Sams
2009-06-22
1
-0
/
+3
*
Generalize bitmap support and add remaining GL formats.
Jason Sams
2009-06-03
1
-21
/
+77
*
Implement first pass bitmap to allocation support. The Java bindings can cre...
Jason Sams
2009-05-27
1
-1
/
+98
*
Add the Renderscript library. (Not in the build by default yet.)
Jason Sams
2009-05-22
1
-0
/
+325