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
/
Sampler.java
Age
Commit message (
Expand
)
Author
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
Improve RS documentation.
Tim Murray
2013-02-15
Add MIRRORED_REPEAT.
Tim Murray
2012-05-07
Revert "Deprecate"
Stephen Hines
2012-04-19
Deprecate
Alex Sakhartchouk
2012-04-11
Unhiding J API's for Renderscript.
Alex Sakhartchouk
2011-10-18
adding getters to Sampler ProgramRaster, ProgramStore, Element.
Alex Sakhartchouk
2011-05-04
Code Cleanup and better Sampler creation method
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-04
unhide renderscript
Jason Sams
2010-12-21
API cleanup for renderscript. This will be a multiproject commit.
Alex Sakhartchouk
2010-12-15
Cleanup and refactoring of an earlier cl.
Alex Sakhartchouk
2010-12-06
API review cleanup.
Jason Sams
2010-09-30
Adding anisotropic filtering and related samples.
Alex Sakhartchouk
2010-08-24
More work on the renderscript sample
Alex Sakhartchouk
2010-08-23
Renderscript samples.
Alex Sakhartchouk
2010-08-12
Preparing renderscript java code for use with phanton references.
Alex Sakhartchouk
2010-05-11
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2009-12-16
Add argument checking to sampler builder to disallow illegal modes.
Jason Sams
2009-12-07
Add Java exceptions to catch RS calls with no context or no surface.
Jason Sams
2009-08-18
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-04
Seperate Light and Sampler from RenderScript.java
Jason Sams