aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2009-02-13cleanupMax Horn
2009-02-13Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...Max Horn
2009-02-12GUI renderer: some cleanup; added comment on sqrt implementation (on my syste...Max Horn
2009-02-101555 is ABGR (not ARGB)Joost Peters
2009-02-01Silenced MSVC warning (MSVC is being silly here...)Filippos Karapetis
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
2009-01-30Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...Max Horn
2009-01-30Removed unused area convolution code from VectorRendererMax Horn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-27Fixed hq2x ASM scalerMax Horn
2009-01-27Re-enabled ASM versions of HQx scalers (oops)Max Horn
2009-01-27Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1Max Horn
2009-01-27Replaced small lookup table in 2xsai by direct computationMax Horn
2009-01-27Removed interpolate16_2 and interpolate16_3Max Horn
2009-01-27Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system)Max Horn
2009-01-27New code for interpolate32_1_1 overflowed in 565 mode, so reverting to the ol...Max Horn
2009-01-26Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...Max Horn
2009-01-26Slightly improved interpolate32_1_1Max Horn
2009-01-26error out when no renderer was created due to unknown/unsupported PixelFormatJoost Peters
2009-01-25TUCKER: modified flic playback to make use of dirtyrectsGregory Montoir
2009-01-25Fixed compilationFilippos Karapetis
2009-01-25Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMaskMax Horn
2009-01-24HQX: Removed some more branches (like in my previous commit) from interpolati...Max Horn
2009-01-24Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...Max Horn
2009-01-24Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'Max Horn
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
2009-01-23Remark that the HQnx ASM code only works in 565 modeMax Horn
2009-01-23Added some comments to hq2x/hq3x asm codeMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Made InitLUT use a PixelFormat instead of a ColorMaskMax Horn
2009-01-22Added an '!=' operator to PixelFormat.Johannes Schickel
2009-01-22Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...Max Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2009-01-22Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
2009-01-11Stop recalculating the x and y coordinates for every frame in playVideo()Filippos Karapetis
2009-01-11Oops... *really* fixed compilationFilippos Karapetis
2009-01-11Fixed compilationFilippos Karapetis
2009-01-11Committed a modified version of wjp's patch for the video player:Filippos Karapetis
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-07Reduced header depsMax Horn
2009-01-07videoIsLoaded() -> isVideoLoaded()Filippos Karapetis
2009-01-07Clear the screen to black before showing a video with playVideo() (it's meant...Filippos Karapetis
2009-01-07Initialize DXA buffers to 0 when they're allocatedFilippos Karapetis
2009-01-07Move videoPalette inside setPalette(), as it's only used thereFilippos Karapetis
2009-01-07Further merging of the SMK and DXA players (the FLIC player is not done yet):Filippos Karapetis
2009-01-06An attempt to unify the different video players (FLIC player is not finished ...Filippos Karapetis