Age | Commit message (Collapse) | Author |
|
Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
|
|
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
|
|
Change-Id: Ic885a6dc697af4fd82e184158772863673f041bd
|
|
Cleaning up unused code
Adding error messages
Change-Id: I3a92476738ff7699d49feeafcd3eee6f70621acb
|
|
Change-Id: Ic66e6e2a371c6e3d5dce1b00f63acab8c09bd110
|
|
Working on custom shaders.
Change-Id: I0d51e879e1c2b46ef5ab696b35162898f4196fc8
|
|
Resolving name conflict in model viewer.
Adding fov projection matrix function.
Adding helper methods for blending.
Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
|
|
This is for better correspondence with the Builder pattern.
See also: Effective Java, 2nd edition.
Change-Id: Iecccd42be49dea2ed8e4b8cc38ce96379cf3c11c
|
|
|
|
the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures.
This will break some apps, checkings for other projects will follow to unbreak them.
|
|
Conflicts:
graphics/java/android/renderscript/Program.java
graphics/java/android/renderscript/ProgramVertex.java
|
|
change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
|
|
Merge commit '54f5ca4115b776eb5a1e04a4c014acccb916ef9c'
* commit '54f5ca4115b776eb5a1e04a4c014acccb916ef9c':
Add Java exceptions to catch RS calls with no context or no surface.
|
|
|
|
|
|
predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
|
function. This was a legacy of the distant past when the classes did not have a common base.
|
|
object destruction tracking.
|
|
|
|
into the ProgramVertex class.
|