summaryrefslogtreecommitdiff
path: root/src/plugins/graphicssystems/meego/dithering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* RGBA32 -> RGB565 dithering in Meego Graphicssystem,Tero Tiittanen2011-02-171-95/+52
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Use a different dither distribution matrix + a bit of rand.Michael Dominic K2010-12-081-4/+7
* Doc: Fixing typoSergio Ahumada2010-11-031-3/+3
* Use 32bit textures for alpha textures after all.Michael Dominic K2010-11-021-0/+18
* One more fix for dithering.Michael Dominic K2010-11-021-8/+8
* 32bit => 16bit conversion has 4byte-aligned output.Michael Dominic K2010-10-291-4/+15
* Use QVarLengthArray to store accumulator data.Michael Dominic K2010-10-281-2/+12
* Doc: Fixing typoSergio Ahumada2010-10-251-3/+3
* For meego graphics system, use floyd-steinberg dithering when converting to 1...Michael Dominic K2010-10-221-0/+267