Jason Sams
bd184c5585
Cleanup character limits.
...
Change-Id: Icb127248d6e3a0b662ed3b13c9a6646f4f81129a
2011-04-06 11:44:47 -07:00
Jason Sams
331bf9b14b
Seperate ProgramRaster.
...
Cleanup ProgramRaster and ProgramStore creation.
Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
2011-04-06 11:23:54 -07:00
Alex Sakhartchouk
78a9f6a822
Merge "First draft of fbo in renderscript. Updating samples and benchmark"
2011-04-04 14:33:19 -07:00
Stephen Hines
ef353dde08
Make BaseObj a public class.
...
BUG=4156151
Change-Id: Ia5d5ae08ab8e176ad3ca1f38c2c33ef4e9551213
2011-04-01 14:22:35 -07:00
Alex Sakhartchouk
8e90f2bc1f
First draft of fbo in renderscript.
...
Updating samples and benchmark
Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954
2011-04-01 14:19:01 -07:00
Jason Sams
e4a06c5fc7
Start seperating out RS compute implementation. Create hal
...
layer to seperate from runtime.
Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
2011-03-17 16:13:03 -07:00
Alex Sakhartchouk
b4a5f95b8e
am 6ff211e0: am 8f6c5226: am 55a9be3d: Merge "Fix for bug 3434228" into honeycomb-mr1
...
* commit '6ff211e08a7c5d51e3899d10be53878c05c244b5':
Fix for bug 3434228
2011-03-16 21:22:10 -07:00
Alex Sakhartchouk
2c74ad9aae
Fix for bug 3434228
...
Change-Id: I57973faf782b487e7913a096f0ab6012dc1c9415
2011-03-16 19:28:25 -07:00
Stephen Hines
d50349de17
Merge "Check setName() for null string + typo fixes."
2011-03-16 17:27:48 -07:00
Stephen Hines
84a97cae1e
Check setName() for null string + typo fixes.
...
Change-Id: Ibf5fd3bcf908df8370eac2848e2b329328b9e8d3
2011-03-15 21:06:21 -07:00
Stephen Hines
ef65bb30ed
2X2 matrix needs 4 float elements.
...
BUG=4104094
Change-Id: I175bde5839d6f1c56b2fd7499853be723e85120f
2011-03-15 14:47:31 -07:00
Stephen Hines
8cecbb5293
DO NOT MERGE: Fix typos in RenderScript docs.
...
Change-Id: Ie5f326c5c682ca7b604328ab25d7402cf01f7890
2011-03-03 16:10:52 -08:00
Stephen Hines
f7d75b34d4
Merge "Fix typos in RenderScript docs."
2011-03-03 10:34:03 -08:00
Alex Sakhartchouk
9ea30a69d5
Fixing element count bug in renderscript.
...
Change-Id: I0e795561db00e647d6dd5a9de7d25baf626d01a6
2011-03-02 12:33:50 -08:00
Stephen Hines
9c4086a676
Fix typos in RenderScript docs.
...
Change-Id: I4ff14b86551f99ffe984877a3f34b7140511c448
2011-03-01 17:05:41 -08:00
Alex Sakhartchouk
347697710d
Discovered a matrix element bug while writing cts unit tests.
...
Change-Id: I56709df188a5085611efca804582470340369dc0
2011-02-28 16:01:28 -08:00
Robert Ly
11518acc8c
clean up and add javadocs
...
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
2011-02-09 16:24:12 -08:00
Jason Sams
ed5bab93c6
fix bug 3375251
...
Copying arrays of objects would generate an exception
due to excessive internal type checking.
Change-Id: Ic89c24962408f1a95dc0385b74618a70d6ff5859
2011-01-21 13:08:02 -08:00
Stephen Hines
e9f5c1894b
Properly use Long2 for "UInt2" for FieldPacker.
...
We were misusing this API, since it requires the additional precision of
the next size up on unsigned versions of types.
Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd
2011-01-20 18:17:25 -08:00
Jason Sams
fdc54a97ee
Check and propogate errors from llvm.
...
Change-Id: Id99a724f746d1f64eabcdf67c12646cc32ff8f9d
2011-01-19 16:14:21 -08:00
Jason Sams
4fa3eed8e0
Expose unchecked copyFrom variants.
...
Change-Id: I452d082bb4adbd578b6300bf5829dc59e91e517a
2011-01-19 15:44:38 -08:00
Jason Sams
d1ac981497
Fix race condition between GC thread and
...
the teardown of RS. The RS context was going away while
the objects were being deleted within the finializer.
Add more debugging for playCoreCommands.
Change-Id: I391f0b4db948f43f54017b47b062ab47d6a1ef64
2011-01-18 18:12:26 -08:00
Alex Sakhartchouk
44593df6fa
Merge "More docs" into honeycomb
2011-01-17 16:10:10 -08:00
Alex Sakhartchouk
ec0d3353b1
More docs
...
Change-Id: I3dfea7d83bf8525efda59cef6fafa854b5aa9fe3
2011-01-17 15:23:22 -08:00
Jason Sams
b97b251c26
Add error checks to the copyFrom functions.
...
Change-Id: Iac064c52eb58b05a94fa1c432304c6216256555b
2011-01-16 16:11:42 -08:00
Jason Sams
21b4103e42
unhide functions used by reflected files for SDK.
...
Change-Id: I7cfbfa94cb21207cc5c91e08a60a7184da3f583a
2011-01-16 15:05:52 -08:00
Alex Sakhartchouk
0473ff1ef6
Removing things that shouldn't be public
...
Change-Id: I23ea748f7f4ba27307807d7e1d56e49b7c10a827
2011-01-14 12:16:02 -08:00
Alex Sakhartchouk
f5c876e82d
Docs plus removing some junk per API review.
...
Change-Id: I45f995b656754550be68c78e467071d6e59b348f
2011-01-13 14:53:43 -08:00
Alex Sakhartchouk
623c54dd16
Documentation
...
Change-Id: Idb5f87f9d2c0f7fb4677b1b45c232502d66b4668
2011-01-12 17:32:36 -08:00
Jason Sams
208a1c68ee
Merge "Implement more of copy2DRange*" into honeycomb
2011-01-12 15:22:09 -08:00
Jason Sams
fb9f82ca4f
Implement more of copy2DRange*
...
Change-Id: Id6be481c4abc968df27e5bba1ed044262ec0f293
2011-01-12 14:53:25 -08:00
Stephen Hines
b11e3d2b0e
Unhide more of the RS APIs.
...
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
2011-01-12 14:24:35 -08:00
Jason Sams
f7086090cf
Cleanup bitmap uploads
...
Implement standalone mipmap generation.
Change-Id: Ie3a9781bbe50e2f58adca6f184d84fea50e40263
2011-01-12 13:28:37 -08:00
Alex Sakhartchouk
27d116085e
Merge "Adding ability to load cubemaps from individual faces." into honeycomb
2011-01-12 11:53:42 -08:00
Jason Sams
252c07802f
Add error checks to bitmap uploads.
...
Fix java side calculation for pixel sizes.
Change-Id: I2636db2ccdc9a330214fe9d8b26617b33e52ec8e
2011-01-11 17:42:52 -08:00
Alex Sakhartchouk
dcc231955d
Adding ability to load cubemaps from individual faces.
...
Change-Id: Ic8b6693f625c181e031d4393ba8fac40049da88b
2011-01-11 14:47:44 -08:00
Alex Sakhartchouk
fe852e216f
Updating cubemap loading code.
...
Change-Id: I93bb00e5fd1ccc622d17eba70a510664c2093723
2011-01-10 15:57:57 -08:00
Jason Sams
67e3d206ca
Hide and delete some code that should not be public.
...
Change-Id: Ibe201c235fc81ef1fecb120d6049d6e56222462c
2011-01-09 13:49:31 -08:00
Alex Sakhartchouk
6c191768f1
Merge "Adding comments to the renderscript program classes." into honeycomb
2011-01-09 12:07:00 -08:00
Alex Sakhartchouk
df27202deb
Adding comments to the renderscript program classes.
...
Change-Id: I989575951df1218c1e753dfa12193d560266bf11
2011-01-09 11:34:03 -08:00
Jason Sams
fa445b9353
Cleanup subdata apis
...
Change-Id: I70d0d5e4ca2b42f3a9cbf854fe47917cee8f46df
2011-01-07 17:04:29 -08:00
Alex Sakhartchouk
b0253ea696
Additional loading methods for fonts and a3d files.
...
Cleaned up error messages.
Change-Id: Id33b7149671df23c37cc11375d844a7837dac750
Change-Id: I6663ce54f7b9bbaf285935ca658d93ba417f8179
2011-01-07 11:16:08 -08:00
Jason Sams
cfc2330c4e
fix build
...
Change-Id: I4991e3e11b2f44328ee272dcb498c6b9fd90c5ee
2011-01-04 23:06:28 -08:00
Jason Sams
334108b56c
Random cleanup
...
Change-Id: Ife6f19d51e8229b6cf1ca8689df7baba2fcb4dc9
2011-01-04 22:19:53 -08:00
Jason Sams
a23d4e792c
unhide renderscript
...
Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680
api update
Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
2011-01-04 22:19:44 -08:00
Jason Sams
69011ff5e1
Merge "Move adapter2D to a derived class from Allocation."
2010-12-29 16:27:00 -08:00
Jason Sams
49a05d7b82
Move adapter2D to a derived class from Allocation.
...
Change-Id: I7e9d8b0028ba95956476f253da38dbe64564d0da
2010-12-29 14:31:29 -08:00
Alex Sakhartchouk
b3b89f63af
Fixing a bug in the load function.
...
Change-Id: Ie5e72836dec7f77d42c8cb9afb8c3d5591ff35a7
2010-12-29 08:43:49 -08:00
Alex Sakhartchouk
b4d7bb6872
API cleanup for renderscript. This will be a multiproject commit.
...
Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
2010-12-21 14:57:04 -08:00
Jason Sams
e688213f6f
Merge "Clean up Allocation buffer object api."
2010-12-20 14:28:52 -08:00