aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove dependence on glew for creating SkOSWindow_Win's GL ctx.Gravatar bsalomon@google.com2011-03-16
* add flingGravatar reed@google.com2011-03-16
* Add SK_API to SkCreateTypefaceFromLOGFONT.Gravatar ctguil@chromium.org2011-03-16
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* need a separate texture for each maskformat in atlasmgrGravatar reed@google.com2011-03-15
* Add blend constant color and use it for lcd text common case (no fancy blend ...Gravatar bsalomon@google.com2011-03-15
* Correction of GLES build issue introduced by in revision: Gravatar twiz@google.com2011-03-15
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* trim 3-byte column at start and end of freetype bitmapGravatar reed@google.com2011-03-14
* disable lcd format for lcd16 as wellGravatar reed@google.com2011-03-14
* Correction of Windows SampleApp build break introduced by r925. Gravatar twiz@google.com2011-03-14
* add LCD16 copy routineGravatar reed@google.com2011-03-14
* use system font path when building on the macGravatar reed@google.com2011-03-14
* work around linker-error when building on the MacGravatar reed@google.com2011-03-14
* Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility)Gravatar reed@google.com2011-03-14
* rebaseline shadows on gpuGravatar reed@google.com2011-03-14
* undo recent addition of kLCD16_Format to FormatIsLCD()Gravatar reed@google.com2011-03-11
* add tristate toggle 'l' for lcd text drawingGravatar reed@google.com2011-03-11
* Fixes shadow colors with alpha value smaller that one. Results were too tran...Gravatar junov@google.com2011-03-11
* support lcd16 mask formatGravatar reed@google.com2011-03-11
* Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...Gravatar vandebo@chromium.org2011-03-10
* Fix warnings of SkScalar -> int conversions, by using SkScalarRound()Gravatar reed@google.com2011-03-10
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipGravatar bsalomon@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* Remove "true ||" in conditional that was accidentally checked in.Gravatar bsalomon@google.com2011-03-10
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* Make flush discardable and lazily reset contextGravatar bsalomon@google.com2011-03-10
* add realloc() to SkAutoSMalloc, plus some documentationGravatar reed@google.com2011-03-10
* Correction of the non-portable use of dynamically allocated stack arrays in theGravatar twiz@google.com2011-03-09
* Correct blitmask procs to recognize that we pass them an SkColor, and if theyGravatar reed@google.com2011-03-09
* http://codereview.appspot.com/3980041/Gravatar reed@google.com2011-03-09
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* Remove deleted GrApi.h from gpu xcode projectGravatar bsalomon@google.com2011-03-08
* Add new pdf files to SampleApp xcode projGravatar bsalomon@google.com2011-03-08
* Enable compiling the PDF backend by default in the makefile.Gravatar vandebo@chromium.org2011-03-08
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* Add filters to organize the VS project. Remove unused Gr files.Gravatar bsalomon@google.com2011-03-08
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* add LF at end of file (dumb warning)Gravatar reed@google.com2011-03-08
* add LF at end of file (ancient warning appeased)Gravatar reed@google.com2011-03-08
* add const to SkColorShader's asABitmapGravatar reed@google.com2011-03-08
* fix warnings in VS 2010Gravatar reed@google.com2011-03-07
* make asABitmap() constGravatar reed@google.com2011-03-07
* Fix warning about uninit var subpathClosedGravatar bsalomon@google.com2011-03-07