summaryrefslogtreecommitdiffstats
path: root/libs/rs/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Allocation API update.Jason Sams2010-12-0810-64/+96
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* API review cleanup.Jason Sams2010-12-0628-66/+59
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* Stop using anonymous structs in RS.Stephen Hines2010-12-062-2/+2
| | | | Change-Id: I90344683939f2934f841031fd5339dbe91cc9e05
* Fix physics bug causing balls to stack.Jason Sams2010-11-242-2/+15
| | | | Change-Id: I681905cf7499bb92db47ba2a4cca10d0834cf425
* Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
| | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394
* Support for cubemaps.Alex Sakhartchouk2010-11-185-3/+88
| | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* 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
| | | | | | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723
* | Create holder inner class for pushing context state.Jason Sams2010-11-172-19/+4
|/ | | | | | | Fix bug with rsForEach corrupting parent context state. Remove workaround from rsBalls. Change-Id: I43a948536e70d44645d1c2ef7b97e1c5906f6943
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
| | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235
* Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
| | | | Change-Id: I5a83ac8d943488d19d83af1bd20a15a3c02999da
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1018-93/+78
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
| | | | Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb
* Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. ↵Alex Sakhartchouk2010-11-087-26/+174
|\ | | | | | | Removing fixed size arrays."
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-087-26/+174
| | | | | | | | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
* | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
|/ | | | Change-Id: I258d23a44df011aaf64aa545c86c97611d70143f
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
| | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9
* New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
| | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb
* Balls test app.Jason Sams2010-10-2910-0/+672
| | | | Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c
* Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
| | | | Change-Id: I8a354e40640b83aca3148aa0cf13d3335ff37dd4
* Changing scenegraph sample to use arrays.Alex Sakhartchouk2010-10-134-94/+14
| | | | Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035
* Packing the struct to work around llvm bug.Alex Sakhartchouk2010-10-131-1/+1
| | | | Change-Id: If94d6659df7e00b70c39619b05732046233cb196
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-112-1/+17
| | | | Change-Id: I2f9cfb7f352e2e7e7fd49eac42a821c03b5fcb9f
* Test exported "long" type.Stephen Hines2010-10-112-3/+3
| | | | Change-Id: I1239aecf29f6d25ed975c8d026328366624d58b9
* Fix support for 64-bit integers.Stephen Hines2010-10-113-19/+73
| | | | Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e
* Cleanup error message for null binding address.Jason Sams2010-10-108-8/+18
| | | | | | | | | | | Only print the debug if script debugging is enabled. Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6 Implement inner utiliy class to specify surface formats. Remove boxed bitmap upload functions. Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
* Remove pragma for RS export variables.Stephen Hines2010-10-0812-49/+13
| | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c
* 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
| | | | | | | | Change-Id: I42716b1a273c79103474b2e96441e7e3eac020b9
* | changing vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-061-1/+1
| | | | | | | | Change-Id: Ic885a6dc697af4fd82e184158772863673f041bd
* | Adding text metrics to renderscript.Alex Sakhartchouk2010-10-052-5/+47
|/ | | | Change-Id: Ica460525243d714a278e4ad5e436af43e1008e0c
* Merge "Add object validity checking."Jason Sams2010-09-301-2/+0
|\
| * Add object validity checking.Jason Sams2010-09-301-2/+0
| | | | | | | | Change-Id: I2613e87b09a6e560f0381d4ed620d60a10bc30e4
* | 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
| | | | | | | | Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
* | Fix clear() operation for rsScriptC.Stephen Hines2010-09-295-3/+60
|/ | | | | | | | | | | - This removes a memory leak where some elements were not getting tracked properly (and then triggering an assert when a context is destroyed). - Convert ScriptCState to use a tracked object reference for mScript. - Add a missing clear to FontState. - Clean up synchronization in RSTest so that our graphics context outlives any subtest context. Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd
* Fix RS bug with message ID 0.Stephen Hines2010-09-285-21/+83
| | | | | | Clamp RSTest list to nice viewable range. Change-Id: I0909511e16984ec78150cda17c22e22af1fa0cdb
* 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
| | | | | | | | Change-Id: If67de45f7fbf3ecaf4c6e85ed8dded0099e543fd
* | Merge "Adding support for all allowed textures. Cleaning up unused code ↵Alex Sakhartchouk2010-09-243-3/+55
|\ \ | |/ |/| | | Adding error messages"
| * Adding support for all allowed textures.Alex Sakhartchouk2010-09-233-3/+55
| | | | | | | | | | | | | | Cleaning up unused code Adding error messages Change-Id: I3a92476738ff7699d49feeafcd3eee6f70621acb
* | Add RsList implementation to RSTest.Stephen Hines2010-09-2310-59/+344
|/ | | | | | | | | Run subtests in their own thread / RS context. Created UnitTest framework using message passing for RS. Add color status reporting to device output. Fix some typos in RsList. Change-Id: I251d632b9550a1c117d677f011741a796b561e59
* Test use of "f" suffix on float initializers.Stephen Hines2010-09-211-2/+4
| | | | Change-Id: I3325576d1ec2d7c1c966afd8ef279745c549125f
* Updated RSTest to test primitive type assignments.Stephen Hines2010-09-213-19/+59
| | | | Change-Id: I6c377cfdc647806d9362effc4c1715638dcf5bfb
* Handle RS reflection name changes.Stephen Hines2010-09-177-21/+21
| | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde
* Minor app updates for RS. force RSTest to portrait.Stephen Hines2010-09-153-5/+5
| | | | Change-Id: Ic2356644e00be8d373da97a9072f008e59a0264a
* Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-145-28/+12
| | | | Change-Id: Ic66e6e2a371c6e3d5dce1b00f63acab8c09bd110
* 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
| | | | | | | | | | | | | | Any non-alnum chars in the rs file name will be removed when we derive the bc file name. The reflected class names are converted to camel case. Change-Id: I0184fe8ef2987a19dbdbc93c72163e02b5b0de89
* | Fixing a3d files to reflect the new element structure.Alex Sakhartchouk2010-09-076-10/+16
|/ | | | Change-Id: I44d95c9411706813dde815c5f052f3615e8b483e