summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsFont.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support for cubemaps.Alex Sakhartchouk2010-11-181-2/+2
| | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* Create holder inner class for pushing context state.Jason Sams2010-11-171-21/+5
| | | | | | | Fix bug with rsForEach corrupting parent context state. Remove workaround from rsBalls. Change-Id: I43a948536e70d44645d1c2ef7b97e1c5906f6943
* Split UTF functions from String8/16Kenny Root2010-11-121-1/+1
| | | | | | | Split out all the UTF-8/16/32 handling code from String8/16 to its own file to allow better reuse of code. Change-Id: If9ce63920edc75472c38da4adce0d13cda9ad2f7
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-105/+80
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-081-3/+4
| | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
* Begin adding async allocation creation.Jason Sams2010-10-261-17/+6
| | | | | | | | Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-3/+1
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* Some cleanupAlex Sakhartchouk2010-10-181-16/+4
| | | | Change-Id: Ie10746d2f77318d63101d919214e76f778159fa0
* Fixing font bug, initialization was done in the wrong order.Alex Sakhartchouk2010-10-121-1/+3
| | | | Change-Id: Icc7b932f25be1ca6e5423bba6a5cfc965f6c3341
* changing vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-061-1/+1
| | | | Change-Id: Ic885a6dc697af4fd82e184158772863673f041bd
* Adding average fps counter.Alex Sakhartchouk2010-10-051-1/+1
| | | | | | Removing rsLight from libRS Change-Id: I8622efd10619dc120d37f3a12122e9c7fc34ff2e
* Adding text metrics to renderscript.Alex Sakhartchouk2010-10-051-52/+104
| | | | Change-Id: Ica460525243d714a278e4ad5e436af43e1008e0c
* Fix for bug 3053078Alex Sakhartchouk2010-10-011-12/+62
| | | | | | Font gamma correction to match with lib HWUI. Change-Id: I329a2f97058f4929b96724c9df39fbfad4243b33
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-0/+2
| | | | | | | | | | | - 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
* More robust attribute bindingAlex Sakhartchouk2010-09-291-2/+2
| | | | | | | Adding attribute and uniform debug logging. Checking to see if aniso filtering is available. Change-Id: I2ed9d166ed7ff3df971d7af18b7a33f4e3ade928
* Adding support for all allowed textures.Alex Sakhartchouk2010-09-231-3/+3
| | | | | | | Cleaning up unused code Adding error messages Change-Id: I3a92476738ff7699d49feeafcd3eee6f70621acb
* Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-141-8/+28
| | | | Change-Id: Ic66e6e2a371c6e3d5dce1b00f63acab8c09bd110
* Add arrays to elements.Jason Sams2010-09-071-1/+2
| | | | Change-Id: I624b03bfc1fd26136afd9305a96026b91b1fad3c
* Renderscript samples. Merged two model related projects. Cleanup.Alex Sakhartchouk2010-08-181-7/+8
| | | | Change-Id: I6fdc70420eee7dfecf0b051fd687e5797c6580ce
* Propagating some useful font changes.Alex Sakhartchouk2010-08-171-11/+47
| | | | Change-Id: Ia3b31a0fa0c59c5edbd3edaca164ca85e090e708
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-051-1/+13
| | | | Change-Id: Ia590dfed482f82b7bc748c25b7b1592efea5b68c
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-051-3/+3
| | | | Change-Id: I16ce84ff427016f3a1923594efc718eca32dd7f2
* Added ability to set font color.Alex Sakhartchouk2010-08-041-0/+9
| | | | | | Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+5
| | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
* Fixing freetype init/uninit code.Alex Sakhartchouk2010-06-301-15/+14
| | | | | | Removing debug output from stream. Change-Id: I401232e77cc011953e5ccc59069b22ec59958214
* Removing font initialization on startupAlex Sakhartchouk2010-06-301-42/+55
| | | | Change-Id: I6f28204c3d431955fbf0f2f74dde09012bba0a4d
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+689
Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19