aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/surface.cpp
AgeCommit message (Collapse)Author
2011-02-02GOB: Fix detection of JPEG imagesSven Hesse
Thanks, clone :P svn-id: r55735
2011-02-02GOB: Implement LBM loadingSven Hesse
svn-id: r55732
2011-02-02GOB: Stub o7_loadImage furtherSven Hesse
svn-id: r55730
2011-01-27GOB: Add Pixel::isValid() and ConstPixel::isValid()Sven Hesse
svn-id: r55573
2011-01-27GOB: Add sanity checks to Pixel and ConstPixelSven Hesse
svn-id: r55571
2011-01-23GOB: Fix a clipping issueSven Hesse
svn-id: r55481
2011-01-16GOB: Adding a proper shade methodSven Hesse
svn-id: r55273
2011-01-16GOB: Add setBPP()Sven Hesse
To allow converting the surface's bytes per pixel without destroying it first. svn-id: r55260
2010-10-05GOB: Silence compiler warningsSven Hesse
svn-id: r53036
2010-09-30GOB: Transparency support for 16bit surfacesSven Hesse
svn-id: r52950
2010-09-30GOB: Add a new class SurfaceSven Hesse
This will be the new class managing all drawing, providing depth-agnostic methods for all drawing operations, including 2 iterator-like classes, Pixel and ConstPixel. svn-id: r52946