summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove unused YUV constantsMathias Agopian2010-02-161-6/+15
| |
* | fix part of [2017702] OpenGL bugs with alpha values of 1.0 in the source ↵Mathias Agopian2009-08-181-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 openglMathias Agopian2009-08-071-11/+1
| |
* | am 8b48cf61: Merge change 2897 into donutAndroid (Google) Code Review2009-06-025-14/+349
|\ \ | |/ | | | | | | | | | | Merge commit '8b48cf61704bbd1cd6e672fe73d8491f8984b484' * commit '8b48cf61704bbd1cd6e672fe73d8491f8984b484': fix 1650170 pixelflinger depends on KeyedVector.h, etc
| * fix 1650170 pixelflinger depends on KeyedVector.h, etcMathias Agopian2009-06-015-14/+349
| |
* | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-183-16/+12
|\ \ | |/ | | | | | | | | Conflicts: init/devices.c libpixelflinger/Android.mk
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0347-0/+14322
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0347-14322/+0
| |
| * auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-2/+2
| |
| * auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-6/+8
| |
| * auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+6
| |
* | auto import from //branches/cupcake/...@126645android-build SharedAccount2009-01-152-2/+4
|\ \ | |/
| * auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-2/+2
| |
* | fix TINY ANDROID buildBrian Swetland2008-12-231-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/...@124589The Android Open Source Project2008-12-1711-30/+148
|
* Initial ContributionThe Android Open Source Project2008-10-2144-0/+14202