Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
PixelBuffer.h
0c81bbb
rfb: Avoid unused argument warnings in headers
by Steve Kondik
· 8 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
9987183
Restore cropping API to maskRect()
by Pierre Ossman
· 9 years ago
56f99d6
Change fillRect() to take a buffer instead of a pixel
by Pierre Ossman
· 10 years ago
d4f718d
Allow PixelBuffers to be const
by Pierre Ossman
· 12 years ago
9cbdec6
Add convenience variant of getImage()
by Pierre Ossman
· 12 years ago
9da47f8
Add convenience functions to ModifiablePixelBuffer
by Pierre Ossman
· 12 years ago
a32040d
Provide a better R/W base PixelBuffer class
by Pierre Ossman
· 12 years ago
2e5a106
Get rid of getStride()
by Pierre Ossman
· 12 years ago
ff9eb5a
Get rid of the direct access abuse of FullFramePixelBuffer's data
by Pierre Ossman
· 12 years ago
5c1a153
We don't need a fillRect() that is this optimised
by Pierre Ossman
· 12 years ago
1b350ed
Avoid having virtual methods where not needed
by Pierre Ossman
· 12 years ago
8b56a87
getImage() doesn't need to be overloadable, keep it simple
by Pierre Ossman
· 12 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
945cdda
Be more consistent in referring to pixel byte streams as buffers
by Pierre Ossman
· 12 years ago
0f671d5
Remove unused (and commented out) PixelBuffer::getPixel()
by Pierre Ossman
· 12 years ago
1ed4d50
Make sure the fill function pointer gets updated if the
by Pierre Ossman
· 12 years ago
4f24c1a
Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder.
by DRC
· 14 years ago
ffe09d6
Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.)
by DRC
· 14 years ago
a2adc8d
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago