index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
samplecode
/
SampleApp.cpp
Commit message (
Expand
)
Author
Age
*
update pipe test
reed@google.com
2011-05-04
*
Remove GrContext.h dependence on GrGpu.h
bsalomon@google.com
2011-05-02
*
fix compile
reed@google.com
2011-05-02
*
add typefacecache
reed@google.com
2011-05-02
*
move end-timer for FPS to afterChildren, so we will have flushed opengl
reed@google.com
2011-04-25
*
migrate some samples over to SampleView, for FPS measurements
reed@google.com
2011-04-22
*
add 'f' toggle to trigger timer for sample. Must subclass SampleView instead
mike@reedtribe.org
2011-04-22
*
fix warnings
reed@google.com
2011-04-14
*
fix drawfilter to match new api
mike@reedtribe.org
2011-04-08
*
Fix dangling ptr when GrRenderTarget outlives its GrTexture representation
bsalomon@google.com
2011-04-05
*
Adds read pixels to GrTexture and GrRenderTarget
bsalomon@google.com
2011-04-05
*
add toggle keys:
reed@google.com
2011-04-05
*
Add GrResource base class for ibs, texs, vbs, etc.
bsalomon@google.com
2011-03-30
*
Fix ref leak on GrGpu.
bsalomon@google.com
2011-03-29
*
Move zoomer into SampleApp
Scroggo
2011-03-24
*
Add a 'fatbits' mode to unix sample app.
scroggo
2011-03-22
*
allow window-subclass to handle dispatching click events (for resize)
mike@reedtribe.org
2011-03-21
*
add fling
reed@google.com
2011-03-16
*
Correction of Windows SampleApp build break introduced by r925.
twiz@google.com
2011-03-14
*
add tristate toggle 'l' for lcd text drawing
reed@google.com
2011-03-11
*
Fix warnings of SkScalar -> int conversions, by using SkScalarRound()
reed@google.com
2011-03-10
*
Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...
bsalomon@google.com
2011-03-10
*
add 'c' command, which toggles a semi-complex clip (the pink is what has been
reed@google.com
2011-02-10
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
Remove notion of default rendertarget. This doesn't map well to usage pattern...
bsalomon@google.com
2011-01-18
*
Make SampleApp build on Win32 (still requires glew, this needs to be fixed)
bsalomon@google.com
2011-01-05
*
add gpu backend (not hooked up yet)
reed@google.com
2010-12-22
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
fix matrix use in coretext fonthost
reed@android.com
2010-07-22
*
update windows port
reed@android.com
2009-12-18
*
outset the bounds if we're in hairline before quick-reject in SkDraw.cpp
reed@android.com
2009-11-23
*
add SampleCode::GetAnimTime() so slides go through a central location for
reed@android.com
2009-11-23
*
fix winding bug in lineclipper
reed@android.com
2009-11-23
*
default to not showing the (slow) overview slide: hit DELETE to invoke
reed@android.com
2009-11-04
*
add SkEvalCubicInterval
reed@android.com
2009-11-03
*
add OVerView slide to samplecode
reed@android.com
2009-11-03
*
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on
reed@android.com
2009-08-14
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
migrate more legacy unittests into tests/
reed@android.com
2009-03-07
*
separate image encode and decode
reed@android.com
2009-01-06
*
add mac image-encoding
reed@android.com
2008-12-23
*
first cut at event-based test app
reed@android.com
2008-12-19
*
grab from latest android
reed@android.com
2008-12-17