reed@google.com
|
44a42ea8b2
|
1. remove references to (deprecated) SkGpuCanvas
2. remove references to setDevice (soon to be deprecated)
Review URL: https://codereview.appspot.com/6597055
git-svn-id: http://skia.googlecode.com/svn/trunk@5751 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-10-01 17:54:05 +00:00 |
|
bsalomon@google.com
|
ccaa002dd8
|
Fix some linux build warnings
Review URL: https://codereview.appspot.com/6571050
git-svn-id: http://skia.googlecode.com/svn/trunk@5675 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-09-25 19:55:07 +00:00 |
|
bsalomon@google.com
|
405d0f43d8
|
In which a series of things around attachToCanvas and writePixels are fixed
Review URL: https://codereview.appspot.com/6506051/
git-svn-id: http://skia.googlecode.com/svn/trunk@5341 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-29 21:26:13 +00:00 |
|
rmistry@google.com
|
d6176b0dca
|
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
This CL is part II of IV (I broke down the 1280 files into 4 CLs).
Review URL: https://codereview.appspot.com/6474054
git-svn-id: http://skia.googlecode.com/svn/trunk@5263 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-23 18:14:13 +00:00 |
|
bsalomon@google.com
|
72f3dca451
|
Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel
Review URL: http://codereview.appspot.com/6450154/
git-svn-id: http://skia.googlecode.com/svn/trunk@5147 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-17 13:32:06 +00:00 |
|
reed@google.com
|
4b163ed2c2
|
Privatization:
move SkFDot.h to private
move parts of SkMath.h into SkMathPriv.h
Review URL: https://codereview.appspot.com/6461045
git-svn-id: http://skia.googlecode.com/svn/trunk@4997 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-07 21:35:13 +00:00 |
|
bsalomon@google.com
|
cf8fb1f6f0
|
Create GPU-less build of Skia.
git-svn-id: http://skia.googlecode.com/svn/trunk@4912 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-08-02 14:03:32 +00:00 |
|
bsalomon@google.com
|
b9f026fb21
|
Turn on read pixels test for raster backend
Review URL: http://codereview.appspot.com/5643070/
git-svn-id: http://skia.googlecode.com/svn/trunk@3156 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-02-09 13:53:48 +00:00 |
|
djsollen@google.com
|
8688e5b7d1
|
Exclude BGRA readPixel tests on Android until bug 438 is resolved.
Review URL: http://codereview.appspot.com/5522053
git-svn-id: http://skia.googlecode.com/svn/trunk@2987 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-01-09 13:02:20 +00:00 |
|
bsalomon@google.com
|
a2092aab4b
|
Fix return value in read pixels unit test
git-svn-id: http://skia.googlecode.com/svn/trunk@2656 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-10 15:10:24 +00:00 |
|
tomhudson@google.com
|
f74ad8c91a
|
Removes warnings generated by gcc and clang.
git-svn-id: http://skia.googlecode.com/svn/trunk@2651 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-09 22:15:08 +00:00 |
|
bsalomon@google.com
|
c436499622
|
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
Review URL: http://codereview.appspot.com/5347042/
git-svn-id: http://skia.googlecode.com/svn/trunk@2618 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-07 15:54:49 +00:00 |
|
bsalomon@google.com
|
6850eab42b
|
Override 32BPP format in SkCanvas::readPixels
Review URL: http://codereview.appspot.com/5330073/
git-svn-id: http://skia.googlecode.com/svn/trunk@2600 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-03 20:29:47 +00:00 |
|
bsalomon@google.com
|
c69809745e
|
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt).
git-svn-id: http://skia.googlecode.com/svn/trunk@2586 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-02 19:57:21 +00:00 |
|
bsalomon@google.com
|
ace7bd5623
|
Revert r2584 (new test fails in fixed pt builds)
git-svn-id: http://skia.googlecode.com/svn/trunk@2585 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-02 19:39:51 +00:00 |
|
bsalomon@google.com
|
1a8ddf0a35
|
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled.
Review URL: http://codereview.appspot.com/5307077/
git-svn-id: http://skia.googlecode.com/svn/trunk@2584 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2011-11-02 19:34:16 +00:00 |
|