Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ae532f68a035e50530c846233fe60dabdd9e3414
/
experimental
/
iOSSampleApp
02611d9
Add Make[backend] calls for creating GrContexts
by Greg Daniel
· 7 years ago
2d0f452
delete project.pbxproj
by Hal Canary
· 8 years ago
6e437b7
more const SkOSMenus.
by Mike Klein
· 8 years ago
38c7215
Fix iOS surface creation for SampleApp
by jvanverth
· 8 years ago
141a14e
Update iOS to new SkSurface interface
by jvanverth
· 8 years ago
e3fa811
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
by sdefresne
· 8 years ago
2d1ee79
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
by brianosman
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
973d92c
SampleApp: Remove SkWindow::setColorType
by kkinnunen
· 9 years ago
8686a5e
SampleApp: remove Picture_DeviceType
by kkinnunen
· 9 years ago
44dcb8a
Some iOS fixes to make SampleApp work better.
by jvanverth
· 9 years ago
b4fd893
add old fix for iOS SampleApp
by caryclark
· 9 years ago
a1e41c6
default to 8888 for ganesh in sampleapp on iOS
by reed
· 10 years ago
195f62d
BUG=skia:
by stephana
· 10 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
7e051f9
Fix SampleApp build on iOS.
by scroggo
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
f0b1710
fix some bit-rot in the ios port of sampleapp
by reed
· 10 years ago
17f0b6d
share dm and command flags
by caryclark
· 10 years ago
936b734
ios fixes
by caryclark
· 10 years ago
66c9582
Fix a number of issues with iOS build.
by jvanverth
· 10 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
b45c56e
fix iOS build -- pass colortype, not config
by commit-bot@chromium.org
· 11 years ago
26deb23
change SkScalarRound to SkScalarRoundToInt
by reed@google.com
· 11 years ago
e029440
Replace SkTScopedPtr with SkAutoTDelete in Skia.
by commit-bot@chromium.org
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
9b051a3
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready.
by robertphillips@google.com
· 11 years ago
3055b70
Split SkDevice out of SkBitmapDevice
by robertphillips@google.com
· 11 years ago
c94a9cc
Fix iOS compiler error/warning
by robertphillips@google.com
· 12 years ago
64cc810
Make SkOSWindow return the sample count and stencil bit count for its GL context.
by bsalomon@google.com
· 12 years ago
365d787
More fixes for ios build.
by bsalomon@google.com
· 12 years ago
f67bd9d
Attempt to fix iOS build.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
5987f58
build iOS with 'make all'
by caryclark@google.com
· 12 years ago
5957f47
retool so we don't need to call SkCanvas::setDevice
by reed@google.com
· 12 years ago
17a595a
Use setDevice rather than the removed setBitmapDevice.
by bsalomon@google.com
· 12 years ago
6ac79dc
Change the ios sample app name.
by bsalomon@google.com
· 12 years ago
cca3c8f
Make gpu work in iOS SampleApp.
by bsalomon@google.com
· 12 years ago
230504d
Make SampleApp work on iPhone/iOS simulator.
by bsalomon@google.com
· 12 years ago
32847be
remove precompiled header option for ios unreviewed
by caryclark@google.com
· 12 years ago
867cbd8
first cut at making iOS work
by caryclark@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
bda03db
Fixing source files that do not have newlines at the end.
by rmistry@google.com
· 12 years ago
9923c2b
Remove gpu stats tracking
by bsalomon@google.com
· 12 years ago
1195925
Add MSAA option to SampleApp
by bsalomon@google.com
· 13 years ago
d5b05ef
Patching Mac files missed in first delivery
by robertphillips@google.com
· 13 years ago
02f90e8
Fix include paths in non-standard targets.
by tomhudson@google.com
· 13 years ago
c436499
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
by bsalomon@google.com
· 13 years ago
688823f
Added SimpleiOSApp and updated iOSSampleApp
by yangsu@google.com
· 13 years ago
69f2e05
Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental
by yangsu@google.com
· 13 years ago
ef7bdfa
Added Debugger to Sample App, off by default
by yangsu@google.com
· 13 years ago
f3493f0
iOS/Cocoa SampleApp, Drawingboard, and Networking updates
by yangsu@google.com
· 13 years ago
5987045
iOS Sample App menu implementation http://codereview.appspot.com/4798055/
by yangsu@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
fd03db0
Manually update copyright notices in files that defied the automated process
by epoger@google.com
· 13 years ago
2ba30c0
iOSSampleApp can now switch backends during runtime
by yangsu@google.com
· 13 years ago
74d25b1
Fixed an #ifdef bug in SkUIView
by yangsu@google.com
· 13 years ago
22db8af
Removed old files in iOSSampleApp
by yangsu@google.com
· 13 years ago
c5aeccd
Updated iOSSampleApp to display FPS and display in OpenGL
by yangsu@google.com
· 13 years ago
033bee3
Changed Bundler identifier to com.google in iOSSampleApp
by yangsu@google.com
· 13 years ago
6eece45
Fixed iOSSampleApp dependencies
by yangsu@google.com
· 13 years ago
2e20c24
Updated iOSSampleApp and related files.
by yangsu@google.com
· 13 years ago
ea5dfa8
merge of SkiOSSampleApp into SampleApp, still a work in progress
by epoger@google.com
· 13 years ago
6d2a6a4
Updated the references to iOS util files in the iOSSampleApp project file
by yangsu@google.com
· 13 years ago
2eff7e2
Sample App ported to an universal iOS app with airprint enabled
by yangsu@google.com
· 13 years ago