summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve multitouch support so pointers other than 0 can change colors."Jason Sams2010-07-021-3/+7
|\
| * Improve multitouch support so pointers other than 0 can change colors.Jason Sams2010-07-011-3/+7
* | Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-027-285/+0
* | Start of mesh API cleanup.Alex Sakhartchouk2010-07-0122-499/+366
* | Merge "Update fountain with multitouch support."Jason Sams2010-07-015-20/+40
|\ \ | |/
| * Update fountain with multitouch support.Jason Sams2010-07-015-20/+40
* | Merge "Fixing freetype init/uninit code. Removing debug output from stream."Alex Sakhartchouk2010-06-302-16/+14
|\ \
| * | Fixing freetype init/uninit code.Alex Sakhartchouk2010-06-302-16/+14
| |/
* | am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type....Dianne Hackborn2010-06-303-5/+5
|\ \ | |/ |/|
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-303-5/+5
* | Removing font initialization on startupAlex Sakhartchouk2010-06-302-45/+56
* | Fix an uninitialized pointer.Jason Sams2010-06-301-0/+3
* | Merge "Update fountain to use boolean rather than ints for true/false."Jason Sams2010-06-255-13/+15
|\ \
| * | Update fountain to use boolean rather than ints for true/false.Jason Sams2010-06-255-13/+15
* | | Merge "Add support for non-VBO drawing in Meshes."Jason Sams2010-06-257-28/+32
|\ \ \ | |/ /
| * | Add support for non-VBO drawing in Meshes.Jason Sams2010-06-257-28/+32
* | | Merge "Adding freetype font rendering to renderscript."Alex Sakhartchouk2010-06-2518-10/+1155
|\ \ \ | |/ / |/| |
| * | Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-2418-10/+1155
* | | Fix return values for rsClamp.Jason Sams2010-06-241-6/+6
|/ /
* | Add matrix ops to RSH headers.Jason Sams2010-06-246-299/+498
* | Fix 32&24 ->16 bit bitmap uploads.Jason Sams2010-06-221-2/+6
* | Re-enable optimization for detecting nop state changes in fragmentJason Sams2010-06-222-4/+4
* | Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-2115-290/+296
* | Remove the obsolete film example.Jason Sams2010-06-2121-940/+0
* | Fountain example cleanup.Jason Sams2010-06-185-30/+14
* | Remove legacy drawing functions.Jason Sams2010-06-174-146/+17
* | Add skip to field packer.Jason Sams2010-06-172-3/+2
* | Merge "Remove InvokeData and add ContextFinish to generate a sync point."Jason Sams2010-06-1512-30/+54
|\ \
| * | Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-1512-30/+54
* | | Merge "update image processing."Jason Sams2010-06-153-41/+57
|\ \ \ | |/ /
| * | update image processing.Jason Sams2010-06-143-41/+57
* | | Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caus...Shih-wei Liao2010-06-141-2/+2
|\ \ \ | |/ / |/| |
| * | Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slan...Shih-wei Liao2010-06-141-2/+2
* | | To enable the reflection of rs_mesh etc. Side benefit: Better type checking.Shih-wei Liao2010-06-091-10/+10
|/ /
* | Remove float8/16 from RS type list.Jason Sams2010-06-095-503/+641
* | Begin using reflected files.Jason Sams2010-06-089-150/+147
* | Removing debug output.Alex Sakhartchouk2010-06-041-20/+0
* | Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-0438-166/+850
* | Disabble vertex logging.Jason Sams2010-06-021-1/+1
* | Remove RS_KIND from vertex arrays types.Jason Sams2010-06-0112-275/+80
* | types update.Jason Sams2010-05-283-38/+63
* | Merge "Rough implemetation of ForEach. Remove launchID from root graphics scr...Jason Sams2010-05-287-37/+161
|\ \
| * | Rough implemetation of ForEach.Jason Sams2010-05-287-37/+161
* | | Fountain update. Update field names to match legacy expectations.Jason Sams2010-05-284-49/+35
|/ /
* | Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-2143-382/+1427
* | Remove noise functions and update images processing to use new rs namespace n...Jason Sams2010-05-208-338/+13
* | Begin naming cleanup for renderscript runtime.Jason Sams2010-05-1918-1039/+997
* | Merge "Added benchmark mode. Added some image processing operations."Alex Sakhartchouk2010-05-197-75/+840
|\ \
| * | Added benchmark mode.Alex Sakhartchouk2010-05-197-75/+840
* | | Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-186-697/+859