aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Revert r7914 due to Linux rendering issuesGravatar robertphillips@google.com2013-03-01
* Fix mesa build error from r7519.Gravatar bsalomon@google.com2013-03-01
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Fix for Mac compiler problem in 7916Gravatar robertphillips@google.com2013-03-01
* Fix for skp chunk sizes when clips are used outside of any saveGravatar robertphillips@google.com2013-03-01
* Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possibleGravatar robertphillips@google.com2013-03-01
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-03-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Checkpoint towards core profile support.Gravatar bsalomon@google.com2013-02-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.Gravatar bsalomon@google.com2013-02-28
* Adding missing const for r7902Gravatar jvanverth@google.com2013-02-28
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Fix assert in bench due to r7899. Unreviewed.Gravatar jvanverth@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Only print error message in debug mode.Gravatar scroggo@google.com2013-02-28
* revert r7892Gravatar edisonn@google.com2013-02-28
* Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) du...Gravatar robertphillips@google.com2013-02-27
* resubmit after fixing assert issue: https://codereview.appspot.com/6744050Gravatar edisonn@google.com2013-02-27
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* use fontconfig fonthost for skia (in prep for using in chrome)Gravatar reed@google.com2013-02-27
* Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms abo...Gravatar bsalomon@google.com2013-02-27
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Revert r7883Gravatar edisonn@google.com2013-02-27
* Use SkSet to fix issue when pdf generates an exp number of resources.Gravatar edisonn@google.com2013-02-27
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-27
* fix getFamilyName by calling FcFreeTypeQueryGravatar reed@google.com2013-02-26
* Fixed sk_getMetrics_utf32_xy functionGravatar sugoi@google.com2013-02-26
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* implement CreateTypefaceFromFileGravatar reed@google.com2013-02-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@7863 2bbb7eff-a529-9590-31e7...Gravatar reed@google.com2013-02-26
* Add files omitted from gcl change in r7860.Gravatar bsalomon@google.com2013-02-26
* Consolidate functions common the the null and debug GL interfaces.Gravatar bsalomon@google.com2013-02-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@7856 2bbb7eff-a529-9590-31e7...Gravatar reed@google.com2013-02-25
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* remove duplicate impl for getFileName() on SkFDStreamGravatar reed@google.com2013-02-25
* Fixed the hash key comparison function.Gravatar sugoi@google.com2013-02-25
* check-point: skiafy SkFontHost_fontconfig from chromeGravatar reed@google.com2013-02-25
* add --tmpDir foo option to tests, to allow unittests that want to write/read ...Gravatar reed@google.com2013-02-25
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Add an SkSet class to be used by Pdf only, for now - reverted because of trig...Gravatar edisonn@google.com2013-02-25
* don't #include <unistd.h> if we're windowsGravatar reed@google.com2013-02-25
* don't try to access filedescriptors on windowsGravatar reed@google.com2013-02-25
* move SkFDStream out of images into coreGravatar reed@google.com2013-02-25
* Remove bogus ability for creating an SkPicturePlayback to fail.Gravatar scroggo@google.com2013-02-25
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Always round text position correctly.Gravatar bungeman@google.com2013-02-25