summaryrefslogtreecommitdiffstats
path: root/libs/rs/java
Commit message (Expand)AuthorAgeFilesLines
* Stop using anonymous structs in RS.Stephen Hines2010-12-062-2/+2
* Fix physics bug causing balls to stack.Jason Sams2010-11-242-2/+15
* Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
* Support for cubemaps.Alex Sakhartchouk2010-11-185-3/+88
* Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\
| * Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
* | Create holder inner class for pushing context state.Jason Sams2010-11-172-19/+4
|/
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
* Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1018-93/+78
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removi...Alex Sakhartchouk2010-11-087-26/+174
|\
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-087-26/+174
* | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
|/
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
* New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
* Balls test app.Jason Sams2010-10-2910-0/+672
* Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
* Changing scenegraph sample to use arrays.Alex Sakhartchouk2010-10-134-94/+14
* Packing the struct to work around llvm bug.Alex Sakhartchouk2010-10-131-1/+1
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-112-1/+17
* Test exported "long" type.Stephen Hines2010-10-112-3/+3
* Fix support for 64-bit integers.Stephen Hines2010-10-113-19/+73
* Cleanup error message for null binding address.Jason Sams2010-10-108-8/+18
* Remove pragma for RS export variables.Stephen Hines2010-10-0812-49/+13
* Merge "Add RS testing for long and long long."Stephen Hines2010-10-071-0/+10
|\
| * Add RS testing for long and long long.Stephen Hines2010-10-071-0/+10
* | changing vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-061-1/+1
* | Adding text metrics to renderscript.Alex Sakhartchouk2010-10-052-5/+47
|/
* Merge "Add object validity checking."Jason Sams2010-09-301-2/+0
|\
| * Add object validity checking.Jason Sams2010-09-301-2/+0
* | Merge "Adding anisotropic filtering and related samples."Alex Sakhartchouk2010-09-303-10/+99
|\ \ | |/ |/|
| * Adding anisotropic filtering and related samples.Alex Sakhartchouk2010-09-303-10/+99
* | Fix clear() operation for rsScriptC.Stephen Hines2010-09-295-3/+60
|/
* Fix RS bug with message ID 0.Stephen Hines2010-09-285-21/+83
* Merge "Adding support for dynamically updated test status"Stephen Hines2010-09-245-22/+50
|\
| * Adding support for dynamically updated test statusStephen Hines2010-09-235-22/+50
* | Merge "Adding support for all allowed textures. Cleaning up unused code Addin...Alex Sakhartchouk2010-09-243-3/+55
|\ \ | |/ |/|
| * Adding support for all allowed textures.Alex Sakhartchouk2010-09-233-3/+55
* | Add RsList implementation to RSTest.Stephen Hines2010-09-2310-59/+344
|/
* Test use of "f" suffix on float initializers.Stephen Hines2010-09-211-2/+4
* Updated RSTest to test primitive type assignments.Stephen Hines2010-09-213-19/+59
* Handle RS reflection name changes.Stephen Hines2010-09-177-21/+21
* Minor app updates for RS. force RSTest to portrait.Stephen Hines2010-09-153-5/+5
* Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-145-28/+12
* Merge "Reflected class name and bc file name changes."Ying Wang2010-09-072-7/+7
|\
| * Reflected class name and bc file name changes.Ying Wang2010-09-072-7/+7
* | Fixing a3d files to reflect the new element structure.Alex Sakhartchouk2010-09-076-10/+16
|/
* Adding ability to dirty the allocation and notify shaders using it.Alex Sakhartchouk2010-09-021-0/+2
* Fixing uniform binding for fragment shader.Alex Sakhartchouk2010-08-312-14/+16