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
/
VectorRendererSpec.h
Age
Commit message (
Expand
)
Author
2009-02-13
Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...
Max Horn
2009-01-30
Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...
Max Horn
2009-01-30
Removed unused area convolution code from VectorRenderer
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-12
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2008-10-29
Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...
Johannes Schickel
2008-10-12
Fix some in-line doxygen comments to document the correct member(s); also fix...
Max Horn
2008-09-07
Misc performance fixes.
Vicent Marti
2008-09-05
Fixing some compiler warnings
Max Horn
2008-09-01
Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is hand-...
Max Horn
2008-08-31
Split VectorRenderer interface from custom vector renderers.
Vicent Marti