Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | remove unused YUV constants | Mathias Agopian | 2010-02-16 | 1 | -6/+15 | |
| | | ||||||
* | | fix part of [2017702] OpenGL bugs with alpha values of 1.0 in the source ↵ | Mathias Agopian | 2009-08-18 | 1 | -17/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | during blending into 8888 buffers when ONE / ONE_MINUS_SRC_ALPHA blending mode was used, the code wasn't saturating the color component. the reason was that this mode is used for premltiplied alpha blending, however, if used with a non premultiplied source, the color component would wrap. unfortunately, this costs 6 extra cycles per pixels, however... "correctness" prevails. this should not impact the UI since it's using h/w acceleration most of the time it also doesn't impact games which should be using h/w GL. This change will slow the emulator down a bit. | |||||
* | | we actually have to saturate when doing premultilied blending with opengl | Mathias Agopian | 2009-08-07 | 1 | -11/+1 | |
| | | ||||||
* | | am 8b48cf61: Merge change 2897 into donut | Android (Google) Code Review | 2009-06-02 | 5 | -14/+349 | |
|\ \ | |/ | | | | | | | | | | | Merge commit '8b48cf61704bbd1cd6e672fe73d8491f8984b484' * commit '8b48cf61704bbd1cd6e672fe73d8491f8984b484': fix 1650170 pixelflinger depends on KeyedVector.h, etc | |||||
| * | fix 1650170 pixelflinger depends on KeyedVector.h, etc | Mathias Agopian | 2009-06-01 | 5 | -14/+349 | |
| | | ||||||
* | | Merge commit 'remotes/korg/cupcake' into merge | Jean-Baptiste Queru | 2009-03-18 | 3 | -16/+12 | |
|\ \ | |/ | | | | | | | | | Conflicts: init/devices.c libpixelflinger/Android.mk | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 47 | -0/+14322 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 47 | -14322/+0 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -2/+2 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -6/+8 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -6/+6 | |
| | | ||||||
* | | auto import from //branches/cupcake/...@126645 | android-build SharedAccount | 2009-01-15 | 2 | -2/+4 | |
|\ \ | |/ | ||||||
| * | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 2 | -2/+2 | |
| | | ||||||
* | | fix TINY ANDROID build | Brian Swetland | 2008-12-23 | 1 | -6/+12 | |
|/ | | | | | | A better fix would be to banish this qemu tracing stuff from libhardware and also banish it from non-emulator builds, but this at least gets the minimal build building again. | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 11 | -30/+148 | |
| | ||||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 44 | -0/+14202 | |