Jean-Baptiste Queru
|
ca328e70ed
|
explicit set an "optional" tag
|
2010-01-05 11:40:22 -08:00 |
|
Jason Sams
|
718cd1f322
|
Element restructuring. Add support for new basic Element types including 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.
|
2009-12-23 14:35:29 -08:00 |
|
Jason Sams
|
bb51c40d89
|
Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly.
|
2009-11-25 13:22:07 -08:00 |
|
Jason Sams
|
eb4b031804
|
Make default vertex program correctly track surface size.
|
2009-11-12 16:09:45 -08:00 |
|
Jason Sams
|
5235cf3f41
|
Fix but processing raster state pragma.
rename stateFragmentStore to stateStore
|
2009-09-28 18:12:56 -07:00 |
|
Jason Sams
|
f075b4e713
|
Fix fountain crash.
|
2009-09-25 20:24:54 -07:00 |
|
Jason Sams
|
a57e982785
|
Fix remaining object leaks. Change FountainView to tear down the rsContext and recreate on rotation to test teardown.
|
2009-09-25 16:50:36 -07:00 |
|
Jason Sams
|
a9e7a05b84
|
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
|
2009-09-25 14:51:22 -07:00 |
|
Jason Sams
|
e60446b9c1
|
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
|
2009-09-24 14:55:38 -07:00 |
|
Jason Sams
|
ebfb436a49
|
Add raster object to control point and line params. Add flag to force SW rendering.
|
2009-09-23 13:57:02 -07:00 |
|
Jason Sams
|
988f6ebb44
|
Minor perf tweak for fountain.
|
2009-09-14 15:00:05 -07:00 |
|
Jason Sams
|
2525a81522
|
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
|
2009-09-03 15:43:13 -07:00 |
|
Jason Sams
|
44e9983ffc
|
Update fountain to use structures.
|
2009-08-31 12:10:24 -07:00 |
|
Jason Sams
|
67c6844ea0
|
Remove bogus comments and logging.
|
2009-08-25 17:09:59 -07:00 |
|
Jason Sams
|
b13ada5071
|
Add support for selecting the color bit depth and if the application used a depth buffer.
|
2009-08-25 11:44:30 -07:00 |
|
Jason Sams
|
730ee65d4d
|
Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
|
2009-08-18 17:07:09 -07:00 |
|
Jason Sams
|
334ea0c98f
|
Update fountain and add writable flag to script slots.
|
2009-08-17 13:56:09 -07:00 |
|
Jason Sams
|
fbf0b9ecda
|
Implement named slots and convert script.addType to script.setType to remove ordering restrictions.
|
2009-08-13 12:59:04 -07:00 |
|
Jason Sams
|
43ee06857b
|
Implement reflecting Java objects into the ACC enviroment.
|
2009-08-12 17:54:11 -07:00 |
|
Jason Sams
|
40a29e8e28
|
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
|
2009-08-10 14:55:26 -07:00 |
|
Jason Sams
|
1bada8cd6e
|
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
|
2009-08-09 17:05:13 -07:00 |
|
Jason Sams
|
110195fe9f
|
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class.
|
2009-08-04 19:00:00 -07:00 |
|
Jason Sams
|
22534176fb
|
Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
|
2009-08-04 17:05:43 -07:00 |
|
Jason Sams
|
69f0d31e57
|
Split ScriptC from RenderScript.java. Implement state caching in the Builder objects.
|
2009-08-04 12:29:40 -07:00 |
|
Jason Sams
|
b8c5a84e7c
|
Split RenderScript Type and Allocation into seperate classes.
|
2009-07-31 20:40:47 -07:00 |
|
Jason Sams
|
36e612a488
|
Begin splitting up RenderScript.java into seperate classes. First piece split off Element.
|
2009-07-31 16:26:13 -07:00 |
|
Jason Sams
|
e29d471e5c
|
Move the java and jni renderscript files to the proper location.
|
2009-07-23 15:19:03 -07:00 |
|
Jason Sams
|
e6c8e9b8c7
|
Fix fountain and more rollo ui work.
|
2009-07-17 17:29:09 -07:00 |
|
Jason Sams
|
f8001669ba
|
Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-square mip chain. Default the background to not blended and disable dither/depth.
|
2009-06-22 18:13:36 -07:00 |
|
Jason Sams
|
462d11b880
|
checkpoint filmstrip, implemented TLS.
|
2009-06-19 16:03:18 -07:00 |
|
Jason Sams
|
9c54bdbf45
|
Implement default programs and implement defaults and parents for imports.
|
2009-06-17 16:52:59 -07:00 |
|
Jason Sams
|
b37c0a5db6
|
Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts.
|
2009-06-16 17:49:58 -07:00 |
|
Jason Sams
|
0826a6f90f
|
Bug fixes. TriangleMesh now ref-counts, implement missing element formats, add missing modes for program vertex. Add matrix support classes. Add test app rollo
|
2009-06-15 19:04:56 -07:00 |
|
Jason Sams
|
1fe9b8c3bd
|
Split FountainView into View and RS parts. Beging adding ProgramVertex to the java api. It was already implemented in native.
|
2009-06-11 14:46:10 -07:00 |
|
Jason Sams
|
d5680f9ba9
|
Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines.
|
2009-06-10 18:39:40 -07:00 |
|
Jason Sams
|
94d8e90ad7
|
Split renderscript java code from test apps. Update makefiles.
|
2009-06-10 16:09:05 -07:00 |
|
Jason Sams
|
3eaa338e11
|
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
|
2009-06-10 15:04:38 -07:00 |
|
Jason Sams
|
da423d8479
|
checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC.
|
2009-06-09 12:15:30 -07:00 |
|
Jack Palevich
|
2a741ad51f
|
Use ANSI style function declaration for RS scripts.
|
2009-06-04 20:16:39 -07:00 |
|
Jason Sams
|
a09f11d6c6
|
Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static.
|
2009-06-04 17:58:03 -07:00 |
|
Jason Sams
|
33c824d17b
|
Remove pointer hacks from script and use standard load/store functions.
|
2009-06-03 18:29:04 -07:00 |
|
Jason Sams
|
ffe9f48890
|
Improve bitmap support and do conversion in native rather than java code to reduce conversion time.
|
2009-06-01 17:45:53 -07:00 |
|
Jason Sams
|
02fb2cb531
|
Add sampler support
|
2009-05-28 16:16:46 -07:00 |
|
Jack Palevich
|
63975dde40
|
Remove versions of scriptCSetScript method that take byte arrays.
This makes the API simpler, and therefore probably easier to use.
|
2009-05-28 15:34:15 -07:00 |
|
Jack Palevich
|
43702d8925
|
Add support for setting scripts, rather than having a hard-coded script.
Move the test script into a resource file.
Add APIs for reading a script from a resource, InputStream, string, or
byte array.
|
2009-05-28 13:38:16 -07:00 |
|
Jason Sams
|
0ae234c991
|
Add background bitmap to fountain test app for renderscript.
|
2009-05-27 17:46:57 -07:00 |
|
Jack Palevich
|
df98851d2f
|
Change the Fountain test app's package to com.android.fountain.
It had been com.android.calc, which caused conflicts with the real Calc
application.
|
2009-05-27 17:00:45 -07:00 |
|
Jason Sams
|
fe08d99725
|
Implement first pass bitmap to allocation support. The Java bindings can create a 2D allocation by passing in a Bitmap object.
|
2009-05-27 14:45:32 -07:00 |
|
Jack Palevich
|
55d4522392
|
Fix Fountain test app so that it actually builds.
Also check in first part of an libACC implementation.
|
2009-05-26 19:21:23 -07:00 |
|
Jack Palevich
|
5da30b73d4
|
Rename Calc sample to Fountain.
|
2009-05-26 14:26:43 -07:00 |
|