Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
9b855c7c95ce9fff7a447e4a6bdf8a469c1f3097
/
src
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
df8114d
Fix mesa issues.
by bsalomon@google.com
· 12 years ago
cf59510
Revert r7918 & r7916 due to Linux rendering issues
by robertphillips@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
1fc506a
Revert r7914 due to Linux rendering issues
by robertphillips@google.com
· 12 years ago
a962174
Fix mesa build error from r7519.
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
6dd683a
Fix for Mac compiler problem in 7916
by robertphillips@google.com
· 12 years ago
4310c66
Fix for skp chunk sizes when clips are used outside of any save
by robertphillips@google.com
· 12 years ago
43c0ac9
Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible
by robertphillips@google.com
· 12 years ago
348e35e
Replace A8 with RGBA8 when renderable A8 isn't supported
by robertphillips@google.com
· 12 years ago
631cdcb
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
2b1b8c0
Checkpoint towards core profile support.
by bsalomon@google.com
· 12 years ago
6177e69
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
by robertphillips@google.com
· 12 years ago
26fb61a
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
by bsalomon@google.com
· 12 years ago
c7565d1
Adding missing const for r7902
by jvanverth@google.com
· 12 years ago
aa537d4
Make SkTDArray accessors const-friendly.
by commit-bot@chromium.org
· 12 years ago
00b1c3a
Fix assert in bench due to r7899. Unreviewed.
by jvanverth@google.com
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
826b415
Only print error message in debug mode.
by scroggo@google.com
· 12 years ago
5bd26d3
revert r7892
by edisonn@google.com
· 12 years ago
b83a193
Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues
by robertphillips@google.com
· 12 years ago
194b7cd
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
by edisonn@google.com
· 12 years ago
ff43661
Sort GL extension strings and search to find.
by bsalomon@google.com
· 12 years ago
f71a233
use fontconfig fonthost for skia (in prep for using in chrome)
by reed@google.com
· 12 years ago
89e6f5b
Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms about uninit reads.
by bsalomon@google.com
· 12 years ago
29b19e5
Change SkTileGride geometry calculations to match the Chromium compositor.
by junov@chromium.org
· 12 years ago
d1c53aa
Revert r7883
by edisonn@google.com
· 12 years ago
676aef0
Use SkSet to fix issue when pdf generates an exp number of resources.
by edisonn@google.com
· 12 years ago
94ba6c6
Replace A8 with RGBA8 when renderable A8 isn't supported
by robertphillips@google.com
· 12 years ago
12eea2b
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
ee619a0
fix getFamilyName by calling FcFreeTypeQuery
by reed@google.com
· 12 years ago
8d38d51
Fixed sk_getMetrics_utf32_xy function
by sugoi@google.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
8d33a24
implement CreateTypefaceFromFile
by reed@google.com
· 12 years ago
b1c65b6
by reed@google.com
· 12 years ago
9c58f46
Add files omitted from gcl change in r7860.
by bsalomon@google.com
· 12 years ago
8f94361
Consolidate functions common the the null and debug GL interfaces.
by bsalomon@google.com
· 12 years ago
5ca3bd0
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
80f5465
by reed@google.com
· 12 years ago
e5f4824
Fix a bunch of warnings, mainly around rowBytes.
by scroggo@google.com
· 12 years ago
1086305
remove duplicate impl for getFileName() on SkFDStream
by reed@google.com
· 12 years ago
ff57afc
Fixed the hash key comparison function.
by sugoi@google.com
· 12 years ago
d71fe99
check-point: skiafy SkFontHost_fontconfig from chrome
by reed@google.com
· 12 years ago
789c6f2
add --tmpDir foo option to tests, to allow unittests that want to write/read files
by reed@google.com
· 12 years ago
6e4e650
Give GrDrawTarget a back ptr to its owning GrContext.
by bsalomon@google.com
· 12 years ago
04115a1
Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054
by edisonn@google.com
· 12 years ago
7b5b18d
don't #include <unistd.h> if we're windows
by reed@google.com
· 12 years ago
fc573ab
don't try to access filedescriptors on windows
by reed@google.com
· 12 years ago
1a68805
move SkFDStream out of images into core
by reed@google.com
· 12 years ago
12d588a
Remove bogus ability for creating an SkPicturePlayback to fail.
by scroggo@google.com
· 12 years ago
0ba4bf4
Use size_t for rowBytes.
by scroggo@google.com
· 12 years ago
9447103
Always round text position correctly. https://codereview.appspot.com/7383049/
by bungeman@google.com
· 12 years ago
ffb91da
Fixed '#if with no expression' warning/error
by robertphillips@google.com
· 12 years ago
58433de
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
32ef131
Remove SkSerializationHelpers.
by scroggo@google.com
· 12 years ago
f8d7d27
Create SkLazyPixelRef which performs lazy decoding.
by scroggo@google.com
· 12 years ago
3012ded
Enable cpu-array dynamic vertex data on SGX.
by bsalomon@google.com
· 12 years ago
13b77e8
remove obsolete build flags:
by reed@google.com
· 12 years ago
ad51132
Avoid an unitialized warning on linux.
by scroggo@google.com
· 12 years ago
c4dc831
Fix a warning on Android.
by scroggo@google.com
· 12 years ago
28f9951
Fix a warning on linux.
by scroggo@google.com
· 12 years ago
dff53c2
remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
by reed@google.com
· 12 years ago
e4646db
remove obsolete build flag SK_IGNORE_SETLINE_FIX
by reed@google.com
· 12 years ago
fc28bd5
remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX
by reed@google.com
· 12 years ago
bcab265
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4b6d432
Small adjustments to SkRectShaderImageFilter to follow up on original cl.
by sugoi@google.com
· 12 years ago
3c8fb51
Fix warnings-as-errors on Mac10.6 and Win. Unreviewed.
by senorblanco@chromium.org
· 12 years ago
96966a5
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
by bsalomon@google.com
· 12 years ago
a1c511b
New SkRectShaderImageFilter image filter
by sugoi@google.com
· 12 years ago
ee3bc3b
Add support for vertex data rendered from CPU arrays.
by bsalomon@google.com
· 12 years ago
d454ec1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e49ad45
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer.
by bsalomon@google.com
· 12 years ago
d98df1a
Fix compile errors in blur code on Windows.
by jvanverth@google.com
· 12 years ago
1e1a24e
remove blur radius reinterpretation for now to make rebaselining simpler and avoid significant changes to webkit and JNI -- those come later
by humper@google.com
· 12 years ago
a99a92c
Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there.
by humper@google.com
· 12 years ago
f33612b
Fix compare of scalar against (int) kMaxTValue.
by reed@google.com
· 12 years ago
76bf70d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
19e393c
Fix unused var warning.
by bsalomon@google.com
· 12 years ago
880b8fc
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
by bsalomon@google.com
· 12 years ago
a62a9ce
Enable blur rounding (unreviewed).
by senorblanco@chromium.org
· 12 years ago
4a525d7
Add rounding to the separable blurs. This should ensure that the box blurs are energy-preserving (ie., blurring solid 255 alpha stays 255 alpha).
by senorblanco@chromium.org
· 12 years ago
5680a51
remove experimental code that accidentally got delivered
by robertphillips@google.com
· 12 years ago
ce8343d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
87fbbd3
non-SK_DEVELOPER-mode patch for r7752
by robertphillips@google.com
· 12 years ago
e4ce5b8
Add NOOP "command" to picture format
by robertphillips@google.com
· 12 years ago
f929150
Fix for skp chunk sizes when clips are used outside of any save
by robertphillips@google.com
· 12 years ago
2ca1aaa
Now store chunk size in skp file format
by robertphillips@google.com
· 12 years ago
044679e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
3976825
Remove unused texture coordinate flags.
by jvanverth@google.com
· 12 years ago
682e1f9
Use CGL rather than AGL on the Mac.
by bsalomon@google.com
· 12 years ago
791f12e
Move SkPaint::toString from debugger to SkPaint
by robertphillips@google.com
· 12 years ago
73a9694
Use SkMWRandom in GLPrograms test.
by bsalomon@google.com
· 12 years ago
45a412e
r7719 was an exact reland of r7713. This CL is fix.
by bsalomon@google.com
· 12 years ago
6a51dcb
Attempt to reland r7713 with fix.
by bsalomon@google.com
· 12 years ago
1eeef16
Revert r7713 until GM changes are understood.
by bsalomon@google.com
· 12 years ago
d2afa6e
Move view matrix flush to GrGLPrograms.
by bsalomon@google.com
· 12 years ago
9120748
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram.
by bsalomon@google.com
· 12 years ago
Next »