index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
Age
Commit message (
Expand
)
Author
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-27
Fixed hq2x ASM scaler
Max Horn
2009-01-27
Re-enabled ASM versions of HQx scalers (oops)
Max Horn
2009-01-27
Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1
Max Horn
2009-01-27
Replaced small lookup table in 2xsai by direct computation
Max Horn
2009-01-27
Removed interpolate16_2 and interpolate16_3
Max Horn
2009-01-27
Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system)
Max Horn
2009-01-27
New code for interpolate32_1_1 overflowed in 565 mode, so reverting to the ol...
Max Horn
2009-01-26
Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p...
Max Horn
2009-01-26
Slightly improved interpolate32_1_1
Max Horn
2009-01-26
error out when no renderer was created due to unknown/unsupported PixelFormat
Joost Peters
2009-01-25
TUCKER: modified flic playback to make use of dirtyrects
Gregory Montoir
2009-01-25
Fixed compilation
Filippos Karapetis
2009-01-25
Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMask
Max Horn
2009-01-24
HQX: Removed some more branches (like in my previous commit) from interpolati...
Max Horn
2009-01-24
Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...
Max Horn
2009-01-24
Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'
Max Horn
2009-01-23
Changed Graphics::ImageDecoder to allow custom PixelFormats
Max Horn
2009-01-23
Remark that the HQnx ASM code only works in 565 mode
Max Horn
2009-01-23
Added some comments to hq2x/hq3x asm code
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Made InitLUT use a PixelFormat instead of a ColorMask
Max Horn
2009-01-22
Added an '!=' operator to PixelFormat.
Johannes Schickel
2009-01-22
Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...
Max Horn
2009-01-22
Got rid of several occurrences of gBitFormat
Max Horn
2009-01-22
Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the...
Max Horn
2009-01-22
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...
Max Horn
2009-01-20
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
Max Horn
2009-01-20
merge SurfaceKeyColored into Surface
Andre Heider
2009-01-11
Stop recalculating the x and y coordinates for every frame in playVideo()
Filippos Karapetis
2009-01-11
Oops... *really* fixed compilation
Filippos Karapetis
2009-01-11
Fixed compilation
Filippos Karapetis
2009-01-11
Committed a modified version of wjp's patch for the video player:
Filippos Karapetis
2009-01-11
Merge in Virtual Keybpard & KeyMapper branch,
Eugene Sandulenko
2009-01-07
Reduced header deps
Max Horn
2009-01-07
videoIsLoaded() -> isVideoLoaded()
Filippos Karapetis
2009-01-07
Clear the screen to black before showing a video with playVideo() (it's meant...
Filippos Karapetis
2009-01-07
Initialize DXA buffers to 0 when they're allocated
Filippos Karapetis
2009-01-07
Move videoPalette inside setPalette(), as it's only used there
Filippos Karapetis
2009-01-07
Further merging of the SMK and DXA players (the FLIC player is not done yet):
Filippos Karapetis
2009-01-06
An attempt to unify the different video players (FLIC player is not finished ...
Filippos Karapetis
2009-01-06
Specify that implementations of setPalette() should use an RGB palette
Filippos Karapetis
2009-01-05
Workaround issue in Graphics::Surface code on Haiku
Max Horn
2009-01-05
Added a copyFrameToBuffer() method to the FLIC player too, like in the other ...
Filippos Karapetis
2009-01-05
Added Doxygen-like comments to the FLIC player, and changed it a bit to have ...
Filippos Karapetis
2009-01-05
Removed unused reference to OSystem
Filippos Karapetis
2009-01-03
Proper lag calculation even if the SMK has no audio
Sven Hesse
2009-01-01
Cleanup.
Johannes Schickel
2009-01-01
Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ...
Max Horn
2008-12-31
Removed Graphics::ImageMan. Nothing uses it
Max Horn
[prev]
[next]