index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).
bsalomon@google.com
2011-03-21
*
change -lpng12 to -lpng
reed@google.com
2011-03-21
*
Fix line endings on gyp file.
bsalomon@google.com
2011-03-21
*
allow window-subclass to handle dispatching click events (for resize)
mike@reedtribe.org
2011-03-21
*
add draw sample
mike@reedtribe.org
2011-03-20
*
Make SkDeviceFactory part of the API.
vandebo@chromium.org
2011-03-19
*
Pass motion events in the unix sample app.
scroggo
2011-03-18
*
Updates to the unix sample app.
scroggo
2011-03-18
*
fix scalar math to work with float and fixed
reed@google.com
2011-03-18
*
fix warnings of int->float and double->float
reed@google.com
2011-03-18
*
Remove the compile-time selection of the GL implementation based on the
twiz@google.com
2011-03-18
*
This CL removes all dependencies on GL headers across all of Ganesh. New
twiz@google.com
2011-03-18
*
Revert GR_STATIC_RECT_VB in GrGLConfig_chrome.h
bsalomon@google.com
2011-03-18
*
fix warnings (local storage too small, int->scalar)
reed@google.com
2011-03-18
*
change operator== to return bool instead of int
reed@google.com
2011-03-18
*
Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.
bsalomon@google.com
2011-03-18
*
use SkSafeUnref()
mike@reedtribe.org
2011-03-18
*
abort drawing if srcRect is outside of the bitmap bounds
reed@google.com
2011-03-17
*
Addition of missing file in Visual Studio sample app project file.
twiz@google.com
2011-03-17
*
Make chrome use the static square vb when drawing rects.
bsalomon@google.com
2011-03-16
*
update dox for setLooper()
reed@google.com
2011-03-16
*
Remove dependence on glew for creating SkOSWindow_Win's GL ctx.
bsalomon@google.com
2011-03-16
*
add fling
reed@google.com
2011-03-16
*
Add SK_API to SkCreateTypefaceFromLOGFONT.
ctguil@chromium.org
2011-03-16
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
reed@google.com
2011-03-15
*
need a separate texture for each maskformat in atlasmgr
reed@google.com
2011-03-15
*
Add blend constant color and use it for lcd text common case (no fancy blend ...
bsalomon@google.com
2011-03-15
*
Correction of GLES build issue introduced by in revision:
twiz@google.com
2011-03-15
*
support lcd16 in text atlas (sans shader support)
reed@google.com
2011-03-15
*
Add a sample application that runs on unix.
scroggo
2011-03-15
*
Implementation of a GL-virtualization layer for Skia. This allows for
twiz@google.com
2011-03-14
*
Upstreaming changes from android.
djsollen@google.com
2011-03-14
*
trim 3-byte column at start and end of freetype bitmap
reed@google.com
2011-03-14
*
disable lcd format for lcd16 as well
reed@google.com
2011-03-14
*
Correction of Windows SampleApp build break introduced by r925.
twiz@google.com
2011-03-14
*
add LCD16 copy routine
reed@google.com
2011-03-14
*
use system font path when building on the mac
reed@google.com
2011-03-14
*
work around linker-error when building on the Mac
reed@google.com
2011-03-14
*
Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility)
reed@google.com
2011-03-14
*
rebaseline shadows on gpu
reed@google.com
2011-03-14
*
undo recent addition of kLCD16_Format to FormatIsLCD()
reed@google.com
2011-03-11
*
add tristate toggle 'l' for lcd text drawing
reed@google.com
2011-03-11
*
Fixes shadow colors with alpha value smaller that one. Results were too tran...
junov@google.com
2011-03-11
*
support lcd16 mask format
reed@google.com
2011-03-11
*
Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...
vandebo@chromium.org
2011-03-10
*
Fix warnings of SkScalar -> int conversions, by using SkScalarRound()
reed@google.com
2011-03-10
*
add kLCD16_Format to the list in FormatIsLCD()
reed@google.com
2011-03-10
*
Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip
bsalomon@google.com
2011-03-10
*
Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...
bsalomon@google.com
2011-03-10
[next]