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
/
graphics
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolved conflicts for merge of e0408aa1 to eclair
Scott Main
2009-09-10
1
-0
/
+6
|
\
|
*
docs only.
Scott Main
2009-09-10
1
-0
/
+6
*
|
default dithering to ON (cheap, looks good)
Mike Reed
2009-09-10
1
-0
/
+10
*
|
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
4
-178
/
+236
*
|
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
5
-28
/
+38
*
|
Don't leak jni refs.
Joe Onorato
2009-08-31
1
-2
/
+2
*
|
Load bitmap resources entirely from native code.
Romain Guy
2009-08-31
4
-18
/
+76
*
|
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...
Jason Sams
2009-08-27
5
-79
/
+322
*
|
Remove bogus comments and logging.
Jason Sams
2009-08-25
1
-8
/
+0
*
|
Implement java interface for RS shutdown and fix shutdown deadlock with the c...
Jason Sams
2009-08-25
1
-0
/
+7
*
|
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-25
3
-11
/
+8
*
|
expose runtime changes to gamma
Mike Reed
2009-08-25
1
-0
/
+10
*
|
I am getting tired of the java doc warnings, so fix them.
Dianne Hackborn
2009-08-24
2
-0
/
+4
*
|
Add dither XML flag to StateListDrawable.
Jeff Sharkey
2009-08-22
1
-0
/
+2
*
|
Allow null to be re-bound as a root script. This was always legal from nativ...
Jason Sams
2009-08-20
1
-1
/
+5
*
|
Point Sprites
Jason Sams
2009-08-20
4
-39
/
+27
*
|
Move the sky
Romain Guy
2009-08-19
1
-7
/
+1
*
|
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
3
-1
/
+17
*
|
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-18
13
-225
/
+22
*
|
Merge change 21660 into eclair
Android (Google) Code Review
2009-08-17
1
-0
/
+6
|
\
\
|
*
|
Optimized Galaxy
Romain Guy
2009-08-17
1
-0
/
+6
*
|
|
Merge change 21653 into eclair
Android (Google) Code Review
2009-08-17
1
-109
/
+109
|
\
\
\
|
*
|
|
Remove global IO context and integrate it into the RS context.
Jason Sams
2009-08-17
1
-109
/
+109
|
|
/
/
*
|
|
Merge change 21603 into eclair
Android (Google) Code Review
2009-08-17
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix infinite recursion.
Dianne Hackborn
2009-08-17
1
-2
/
+2
*
|
|
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-17
4
-6
/
+59
|
/
/
*
|
More work on wallpapers.
Dianne Hackborn
2009-08-17
2
-6
/
+21
*
|
Add Galaxy wallpaper
Romain Guy
2009-08-16
1
-6
/
+1
*
|
fix documentation
Mike Reed
2009-08-14
1
-3
/
+3
*
|
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...
Mathias Agopian
2009-08-13
1
-1
/
+0
*
|
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-13
4
-36
/
+48
*
|
Fix build break.
Jason Sams
2009-08-12
1
-1
/
+1
*
|
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
6
-16
/
+263
*
|
readData should read the data, not write the data.
Joe Onorato
2009-08-12
1
-3
/
+3
*
|
Fix the simulator build by removing librs_jni and libRS from it.
Marco Nelissen
2009-08-12
1
-0
/
+7
*
|
Fix the build
Romain Guy
2009-08-11
1
-1
/
+1
*
|
Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...
Joe Onorato
2009-08-10
1
-0
/
+40
*
|
Merge change 20657
Android (Google) Code Review
2009-08-10
1
-1
/
+1
|
\
\
|
*
|
Fix possible NPE when mutating a DrawableContainer
Romain Guy
2009-08-10
1
-1
/
+1
*
|
|
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
3
-0
/
+38
*
|
|
build libRS
Joe Onorato
2009-08-10
1
-2
/
+1
|
/
/
*
|
Let java put #defines into renderscript
Joe Onorato
2009-08-09
3
-9
/
+71
*
|
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
12
-20
/
+323
*
|
Remove useless slot from ProgramVertex. Optimize GL state setup.
Jason Sams
2009-08-05
3
-16
/
+6
*
|
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...
Jason Sams
2009-08-04
5
-176
/
+204
*
|
Seperate Light and Sampler from RenderScript.java
Jason Sams
2009-08-04
4
-104
/
+201
*
|
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-08-04
7
-259
/
+454
*
|
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams
2009-08-04
3
-100
/
+197
*
|
Merge change 9551
Android (Google) Code Review
2009-08-03
3
-19
/
+144
|
\
\
|
*
|
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...
Jason Sams
2009-08-03
3
-19
/
+144
[next]