summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ProgramVertex.java
Commit message (Expand)AuthorAgeFilesLines
* Improve RS documentation.Tim Murray2013-06-051-3/+3
* Remove all public mention of RS graphics from docs.Tim Murray2013-04-051-9/+12
* Revert "Remove all public mention of RS graphics from docs."Tim Murray2013-03-271-12/+9
* Remove all public mention of RS graphics from docs.Tim Murray2013-03-251-9/+12
* GFX api cleanup 2 of 2Jason Sams2012-05-081-0/+7
* Revert "Deprecate"Stephen Hines2012-05-071-8/+8
* DeprecateAlex Sakhartchouk2012-04-191-8/+8
* Unhiding J API's for Renderscript.Alex Sakhartchouk2012-04-111-2/+3
* Validate context when using RS objects.Jason Sams2012-04-031-3/+3
* Piping texture names through shader builder.Alex Sakhartchouk2012-02-151-1/+3
* Adding getters to rs program obejcts.Alex Sakhartchouk2012-01-061-0/+17
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+0
* clean up and add javadocsRobert Ly2011-02-091-0/+21
* Docs plus removing some junk per API review.Alex Sakhartchouk2011-01-131-1/+1
* Adding comments to the renderscript program classes.Alex Sakhartchouk2011-01-091-0/+28
* unhide renderscriptJason Sams2011-01-041-1/+0
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-211-170/+14
* API review cleanup.Jason Sams2010-12-061-3/+3
* Support for cubemaps.Alex Sakhartchouk2010-11-181-6/+8
* Continue error check improvements and write some docs.Jason Sams2010-11-091-3/+3
* changing vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-061-3/+3
* Adding support for all allowed textures.Alex Sakhartchouk2010-09-231-1/+1
* Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-141-30/+83
* Fixing renderscript uniform binding bugs.Alex Sakhartchouk2010-08-271-7/+3
* Renderscript samples.Alex Sakhartchouk2010-08-231-0/+3
* Making Program*.Builder classes' setters return 'this'Jim Shuma2010-07-151-1/+2
* Implement holders for Matrix and Vector data.Jason Sams2010-02-021-11/+11
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-1/+1
* Continue es2 shader devJason Sams2009-12-151-4/+2
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-44/+32
* am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-071-0/+2
|\
| * Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+2
* | Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-301-3/+12
|/
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-1/+1
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-8/+0
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-1/+4
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-2/+2
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...Jason Sams2009-08-041-0/+190