aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/opengl
AgeCommit message (Expand)Author
2010-10-12SWORD25: Make full transparency check earlierEugene Sandulenko
2010-10-12SWORD25: Bugfix to not draw off-screen imagesPaul Gilbert
2010-10-12SWORD25: Fix for blitting images with negative offsetsPaul Gilbert
2010-10-12SWORD25: Fixed debug output in GLImage::blit()Eugene Sandulenko
2010-10-12SWORD25: Fix memory leak in transparency commitPaul Gilbert
2010-10-12SWORD25: Implement transparent bg color for imagesEugene Sandulenko
2010-10-12SWORD25: Memory leak fixesPaul Gilbert
2010-10-12SWORD25: Added de-allocation of data on image load errorPaul Gilbert
2010-10-12SWORD25: Initialise image data block in constructorPaul Gilbert
2010-10-12SWORD25: Added scaling supportPaul Gilbert
2010-10-12SWORD25: fix line drawing in vector imagesEugene Sandulenko
2010-10-12SWORD25: Started rewriting vector renderer into proper oneEugene Sandulenko
2010-10-12SWORD25: Initial code for vector image rendering. Crashes badly.Eugene Sandulenko
2010-10-12SWORD25: Load and parse vector imagesEugene Sandulenko
2010-10-12SWORD25: Remove redundant colorspace defines and code.Eugene Sandulenko
2010-10-12SWORD25: Comply to the code conventions for several classesEugene Sandulenko
2010-10-12SWORD25: unsigned int -> uintEugene Sandulenko
2010-10-12SWORD25: unsigned char -> byteEugene Sandulenko
2010-10-12SWORD25: Implement image filppingEugene Sandulenko
2010-10-12SWORD25: Bugfix to set _backSurface in alternate GLImage constructorPaul Gilbert
2010-10-12SWORD25: Fix more warningsEugene Sandulenko
2010-10-12SWORD25: Bugfix for clipping error causing crashPaul Gilbert
2010-10-12SWORD25: char * -> byte * in image-related operationsEugene Sandulenko
2010-10-12SWORD25: Implement image tinting.Eugene Sandulenko
2010-10-12SWORD25: Fix color formatEugene Sandulenko
2010-10-12SWORD25: Finally fix alpha blending.Eugene Sandulenko
2010-10-12SWORD25: Fixed compiler warningsPaul Gilbert
2010-10-12SWORD25: A bit better alpha blending. Still incorrectEugene Sandulenko
2010-10-12SWORD25: Another attempt to implement alpha blending. Looks a bit better.Eugene Sandulenko
2010-10-12SWORD25: Fix image blitting width.Eugene Sandulenko
2010-10-12SWORD25: Attempt to implement alpha blending. Code disabled.Eugene Sandulenko
2010-10-12SWORD25: Fix stupid error in Blit(). Now it shows stuff!Eugene Sandulenko
2010-10-12SWORD25: More tweaking to image Blit, doesn't assert anymore.Eugene Sandulenko
2010-10-12SWORD25: Implement graphics Fill() methodEugene Sandulenko
2010-10-12SWORD25: Refactored engine to remove BS_Rect classPaul Gilbert
2010-10-12SWORD25: Removed last traces of STLEugene Sandulenko
2010-10-12SWORD25: removed BS_ prefix from rest of the classes.Eugene Sandulenko
2010-10-12SWORD25: eliminated BS_ prefix in all but kernel/Eugene Sandulenko
2010-10-12SWORD25: Mass-eliminating of BS_ prefix in fmv/ and gfx/Eugene Sandulenko
2010-10-12SWORD25: Debug output for image blittingEugene Sandulenko
2010-10-12SWORD25: Actually blit images to screen.Eugene Sandulenko
2010-10-12SWORD25: Get rid of glsprites libraryEugene Sandulenko
2010-10-12SWORD25: Next step of graphics code conversion.Eugene Sandulenko
2010-10-12SWORD25: Started rewriting gfx subsystemEugene Sandulenko
2010-10-12SWORD25: Clean compile!Eugene Sandulenko
2010-10-12SWORD25: Mass-astyle.Eugene Sandulenko
2010-10-12SWORD25: Number of compilation and warning fixesEugene Sandulenko
2010-10-12SWORD25: Mass-putting of all files in gfx/ into Sword25 namespaceEugene Sandulenko
2010-10-12SWORD25: Replacing headers with ScummVM ones plus original (C)Eugene Sandulenko
2010-10-12SWORD25: Fixed rest of the include pathsEugene Sandulenko