| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This optimization is currently disabled until Launcher is
modified to take advantage of it. The optimization can be
enabled by turning on RENDER_LAYERS_AS_REGIONS in the
OpenGLRenderer.h file.
Change-Id: I2fdf59d0f4dc690a3d7f712173ab8db3848b27b1
|
| |
|
|
| |
Change-Id: If3e62e18b8e0dbde8a22f8ede2889b86500a4dc2
|
| |
|
|
| |
Change-Id: If59c1e7803b84340fbc8b31ce6171ef0e5dc6189
|
| |
|
|
| |
Change-Id: Ic903f4b5d30e9c92528c6291941896efe4729ee3
|
| |
|
|
|
|
|
| |
Now that text is renderer using bilinear filtering, each character is surrounded by
a 1 pixel border. This border needs to be initialized to a transparent value.
Change-Id: I26d3195db4bd576ac1f2da4c8f8e4dd18768bf12
|
| |
|
|
| |
Change-Id: I2c81ad657ee2a11a2139e0b11ae3749db54c0749
|
| |
|
|
| |
Change-Id: I9d4c84034dc200b99c8266165942a7cdbcb5c0c5
|
| |
|
|
| |
Change-Id: I239572ee49bc60f30d957f548104e75844859a93
|
| |
|
|
| |
Change-Id: I1f3ae40025697e8f8ca0616ee6550fe215cadcc8
|
| |
|
|
| |
Change-Id: I1b05f40e356221b2a5eb9400e67d77ecd98ed6c4
|
| |
|
|
| |
Change-Id: Ic6a72409d4785968d1fbdff229f17ee5c00b240b
|
| |
|
|
| |
Change-Id: I326c66b10784006f6df2f12d38e120cef94cd0d7
|
| |
|
|
|
|
|
|
|
|
|
|
| |
When an app tries to render a bitmap or path larger than the GPU's maximum
texture size, the drawing command is ignored and a warning is logged. This
change also makes texture drawing more robust by catching potential errors
during texture creation.
This change also fixes a crash in the FontRenderer. The destructor would
sometimes try to free an uninitialized array.
Change-Id: I95ae0939c52192d97b340aa02417bf6d0c962c57
|
| |
|
|
| |
Change-Id: Id243abfbbb58e54f6a05f592a302984b5321e608
|
| |
|
|
| |
Change-Id: I9b1b9568d6cebc0761d96ab678b018571f705ae1
|
| |
|
|
|
|
|
| |
This changes binds all textures to GL_TEXTURE0, this will have
to be changed when combining shader capabilities.
Change-Id: I02df4f5ba41e9b01ffa52fd7c26b41477c7ed18f
|
| |
|
|
|
|
|
|
|
|
|
| |
The generator supports features that are not yet implement in the
renderer: color matrix, lighting, porterduff color blending and
composite shaders.
This change also adds support for repeated/mirrored non-power of 2
bitmap shaders.
Change-Id: I903a11a070c0eb9cc8850a60ef305751e5b47234
|
| |
|
|
|
|
| |
precache some commonly used characters to reduce studder.
Change-Id: I1f66f57482c4a025672dfd1d8ecaf2b9736cd9a0
|
| |
|
|
| |
Change-Id: If9a37e10197255122acdb5b10a0c356edd942d67
|
| |
|
|
| |
Change-Id: I909c74815d3ac394438ad8071d17fef5401dbeed
|
| |
|
|
| |
Change-Id: Ibf0adacdc5c64d40a8000b21d7cb0797d63efe29
|
|
|
Change-Id: Ibe5a9fa844d531b31b55e43de403a98d49f659b9
|