summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-gdi
Commit message (Collapse)AuthorAgeFilesLines
* galahad: remove driverEmil Velikov2015-03-211-2/+2
| | | | | Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
* targets/graw-gdi: link with mesautil, not mesautilsBrian Paul2014-08-041-1/+1
| | | | Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-0/+1
| | | | | Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* graw-gdi: Silence gcc missing initialization warning.José Fonseca2011-03-061-1/+3
|
* scons: Use inline wrap helpers more consistently.José Fonseca2010-11-181-8/+7
|
* graw: Use inline debug helper instead of non-inline versionJakob Bornecrantz2010-11-172-2/+5
|
* graw: Use inline sw helper instead of roll your own loaderJakob Bornecrantz2010-11-101-3/+2
|
* graw/gdi: Fix window dimensions.Michal Krol2010-11-041-3/+8
| | | | | | The requested window size is of the client area, so account for surrounding borders and bars when creating the window.
* graw/gdi: Initial commit.Michal Krol2010-11-042-0/+194