summaryrefslogtreecommitdiff
path: root/libs/hwui/OpenGLRenderer.cpp
AgeCommit message (Expand)Author
2010-09-01Add support for Canvas flags on save. Romain Guy
2010-08-31Add hooks for hardware accelerated WebView. Romain Guy
2010-08-27Apply gamma correction to font rendering. Romain Guy
2010-08-24Use only one GL context per process, share chaches. Romain Guy
2010-08-20Add support for textScaleX. Romain Guy
2010-08-18Fix drawing issues with layers. Romain Guy
2010-08-18Fix the build. Romain Guy
2010-08-18Layers were using an extra Snapshot causing extra clipping. Romain Guy
2010-08-17Fix save()/restore() issues in the OpenGL renderer. Romain Guy
2010-08-17Correctly set the viewport in layers. Romain Guy
2010-08-16Cleanup, better code reuse. Romain Guy
2010-08-13Add drop shadows. Romain Guy
2010-08-11Bunch of fixes. Romain Guy
2010-08-10Add support for text underline and strikethru. Romain Guy
2010-08-10Fix tons of bugs and add new text rendering support. Romain Guy
2010-08-07Enforce maximum texture size. Romain Guy
2010-08-06Automatically cleanup textures that don't fit in the cache. Romain Guy
2010-08-05Add support for paths. Romain Guy
2010-08-02Add support for ColorFilters. Romain Guy
2010-07-30Refactor Skia shaders handling. Romain Guy
2010-07-30Fix improper clipping after a save() Romain Guy
2010-07-29Fix gradients rendering and destructor crashes. Romain Guy
2010-07-29Moved all the rendering code to the new shader generator. Romain Guy
2010-07-27Generate shaders to cover all possible cases. Romain Guy
2010-07-26When font cache still has empty space, Alex Sakhartchouk
2010-07-23Add text alignment support to drawText(). Romain Guy
2010-07-23Cleanup, added properties for the FontRenderer. Romain Guy
2010-07-22Add support for text culling. Romain Guy
2010-07-21Add text rendering. Romain Guy
2010-07-20Add preliminary support for text rendering. Romain Guy
2010-07-19Add support for linear gradients. Romain Guy
2010-07-16Add program for linear gradient. Romain Guy
2010-07-16Add plumbing to support gradients in OpenGL renderer. Romain Guy
2010-07-16Optimize textures binding. Romain Guy
2010-07-16Improve clip support (add intersect, union and replace.) Romain Guy
2010-07-15Add support for BitmapShader. Romain Guy
2010-07-14Do not apply transforms when using drawColor(). Romain Guy
2010-07-13Cleanup: remove unnecessary parameters. Romain Guy
2010-07-12Fix premultiplied alpha. Romain Guy
2010-07-12Correctly support pre-multiplied alpha, optimizations, more stuff. Romain Guy
2010-07-12Optimize shader binding changes. Romain Guy
2010-07-09Remove math from the vertex shader. Romain Guy
2010-07-09Fix alpha blending and improve fragment shaders performance. Romain Guy
2010-07-09Refactoring to move vertex computing to the Patch class. Romain Guy
2010-07-09Optimize blending state changes. Romain Guy
2010-07-08Draw n-patches using OpenGL. Romain Guy
2010-07-08Create FBOs in LayerCache. Romain Guy
2010-07-07Add support to draw 9patches in OpenGL. Romain Guy
2010-07-07Simpler way to deal with the FBO multi-cache. Romain Guy
2010-07-07Optimize FBO cache. Romain Guy