summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clip lines, AA rects and points correctlyRomain Guy2012-07-181-34/+43
* Don't clear the dirty clip flag if it's not appliedRomain Guy2012-07-171-5/+25
* Add shader-based text gamma correctionRomain Guy2012-07-161-0/+16
* Don't copy paints for 9patchesRomain Guy2012-07-161-26/+14
* Refactor GammaFontRendererRomain Guy2012-07-131-3/+3
* Improve rendering speed by disabling scissor testsRomain Guy2012-07-131-6/+10
* Text shadow alpha handling incorrectRomain Guy2012-07-131-15/+5
* Remove obsolete optimizationRomain Guy2012-07-121-3/+2
* Textured text calls could be invisibleRomain Guy2012-06-111-0/+3
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-3/+6
* Revert "Add more temporary logging for investigating detachFunctor"Chris Craik2012-06-061-5/+2
* Add more temporary logging for investigating detachFunctorChris Craik2012-06-051-2/+5
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-60/+92
* Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-devChris Craik2012-05-221-2/+1
|\
| * Avoid crash if onDetachedFromWindow called after destroyChris Craik2012-05-221-2/+1
* | Merge "Add temporary functor lifetime logging" into jb-devChris Craik2012-05-221-1/+2
|\ \ | |/
| * Add temporary functor lifetime loggingChris Craik2012-05-221-1/+2
* | Merge "Ensure we always set the proper blending mode Bug #6527305" into jb-devRomain Guy2012-05-221-9/+16
|\ \ | |/ |/|
| * Ensure we always set the proper blending modeRomain Guy2012-05-221-9/+16
* | Don't clear the functor at every drawChris Craik2012-05-221-1/+2
|/
* Avoid unnecessary copy when invoking drawBitmap(int[])Romain Guy2012-05-151-0/+4
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-0/+15
* Revert "Add temporary functor lifetime logging"Chris Craik2012-05-081-1/+0
* Add temporary functor lifetime loggingChris Craik2012-05-021-0/+1
* Merge "Decode common GL error codes when logging frame error status" into jb-devRomain Guy2012-04-261-1/+10
|\
| * Decode common GL error codes when logging frame error statusRomain Guy2012-04-261-1/+10
* | Merge "On new content, attach functor directly" into jb-devJohn Reck2012-04-261-4/+4
|\ \ | |/ |/|
| * On new content, attach functor directlyChris Craik2012-04-251-4/+4
* | Ensure we start every frame in the proper GL stateRomain Guy2012-04-251-0/+8
|/
* Fix the build before the bot yells at me.Romain Guy2012-04-231-1/+1
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-21/+31
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-8/+3
* Fix layer blending bugChet Haase2012-04-121-0/+5
* Pass width/height parameters to webviewChet Haase2012-04-111-0/+4
* fix functor flag parsing, tweak process delayChris Craik2012-04-051-2/+2
* Merge "Disable AA lines vertex attrib arrays after rendering"Romain Guy2012-04-041-7/+54
|\
| * Disable AA lines vertex attrib arrays after renderingRomain Guy2012-04-041-7/+54
* | Merge "Optimize FBOs composition"Romain Guy2012-04-031-5/+3
|\ \ | |/
| * Optimize FBOs compositionRomain Guy2012-04-031-5/+3
* | Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-0/+2
* | Merge "Prevent crash when flushing the layers cache Bug #6258973"Romain Guy2012-04-021-0/+1
|\ \ | |/
| * Prevent crash when flushing the layers cacheRomain Guy2012-04-021-0/+1
* | Allow fine-grained control over functors executionRomain Guy2012-04-021-3/+40
|/
* Re-enabling DisplayList propertiesChet Haase2012-03-271-13/+2
* Use a status_t return type for GL functorsRomain Guy2012-03-261-4/+4
* Handle view properties at the native levelChet Haase2012-03-121-5/+15
* Don't bind data to missing uniformsRomain Guy2012-03-091-1/+1
* Deferred layer updatesRomain Guy2012-03-021-0/+18
* Small tweak to Canvas.drawPath() GL implementationRomain Guy2012-03-011-1/+1
* Full implementation of Canvas.drawPath()Romain Guy2012-02-291-40/+20