index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
java
/
android
/
renderscript
/
ProgramVertex.java
Age
Commit message (
Expand
)
Author
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2013-11-20
Merge "Convert Java/JNI to 64-bit, part 2."
Tim Murray
2013-11-20
Convert Java/JNI to 64-bit, part 2.
Tim Murray
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
Improve RS documentation.
Tim Murray
2013-04-05
Remove all public mention of RS graphics from docs.
Tim Murray
2013-03-27
Revert "Remove all public mention of RS graphics from docs."
Tim Murray
2013-03-25
Remove all public mention of RS graphics from docs.
Tim Murray
2012-05-08
GFX api cleanup 2 of 2
Jason Sams
2012-05-07
Revert "Deprecate"
Stephen Hines
2012-04-19
Deprecate
Alex Sakhartchouk
2012-04-11
Unhiding J API's for Renderscript.
Alex Sakhartchouk
2012-04-03
Validate context when using RS objects.
Jason Sams
2012-02-15
Piping texture names through shader builder.
Alex Sakhartchouk
2012-01-06
Adding getters to rs program obejcts.
Alex Sakhartchouk
2011-04-07
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-02-09
clean up and add javadocs
Robert Ly
2011-01-13
Docs plus removing some junk per API review.
Alex Sakhartchouk
2011-01-09
Adding comments to the renderscript program classes.
Alex Sakhartchouk
2011-01-04
unhide renderscript
Jason Sams
2010-12-21
API cleanup for renderscript. This will be a multiproject commit.
Alex Sakhartchouk
2010-12-06
API review cleanup.
Jason Sams
2010-11-18
Support for cubemaps.
Alex Sakhartchouk
2010-11-09
Continue error check improvements and write some docs.
Jason Sams
2010-10-06
changing vec4 to vec2 for perf reasons.
Alex Sakhartchouk
2010-09-23
Adding support for all allowed textures.
Alex Sakhartchouk
2010-09-14
Shader changes to allow for more flexible constant binding.
Alex Sakhartchouk
2010-08-27
Fixing renderscript uniform binding bugs.
Alex Sakhartchouk
2010-08-23
Renderscript samples.
Alex Sakhartchouk
2010-07-15
Making Program*.Builder classes' setters return 'this'
Jim Shuma
2010-02-02
Implement holders for Matrix and Vector data.
Jason Sams
2009-12-23
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-12-15
Continue es2 shader dev
Jason Sams
2009-12-15
Continue development of es2.0 user shader support for renderscript. This cha...
Jason Sams
2009-12-07
am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair
Jason Sams
2009-12-07
Add Java exceptions to catch RS calls with no context or no surface.
Jason Sams
2009-11-30
Beging GL2 user shaders. Switch master to using GL2 by default.
Jason Sams
2009-09-27
Improve logging code to dump more detaild rs object info. Fix bug with prede...
Jason Sams
2009-08-18
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-09
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-05
Remove useless slot from ProgramVertex. Optimize GL state setup.
Jason Sams
2009-08-04
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...
Jason Sams