aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-gdi
Commit message (Collapse)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-2/+2
| | | | which also simplifies the build scripts.
* galahad: remove driverEmil Velikov2015-03-211-2/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
* targets/graw-gdi: link with mesautil, not mesautilsBrian Paul2014-08-041-1/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-0/+1
| | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
* 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