aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add more styles to showGravatar mike@reedtribe.org2011-03-22
* map canonical css names to real fontsGravatar mike@reedtribe.org2011-03-22
* Remove IMG multisample texture support.Gravatar bsalomon@google.com2011-03-21
* convert fixed->scalar directly, since we know that theGravatar reed@google.com2011-03-21
* Remove old GR_* macros for GL extensions in favor of GrGLDefines.hGravatar bsalomon@google.com2011-03-21
* increase intermediate precision when chopping lines. This avoids returning aGravatar reed@google.com2011-03-21
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* change -lpng12 to -lpngGravatar reed@google.com2011-03-21
* Fix line endings on gyp file.Gravatar bsalomon@google.com2011-03-21
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* Make SkDeviceFactory part of the API.Gravatar vandebo@chromium.org2011-03-19
* Pass motion events in the unix sample app.Gravatar scroggo2011-03-18
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* fix scalar math to work with float and fixedGravatar reed@google.com2011-03-18
* fix warnings of int->float and double->floatGravatar reed@google.com2011-03-18
* Remove the compile-time selection of the GL implementation based on theGravatar twiz@google.com2011-03-18
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Revert GR_STATIC_RECT_VB in GrGLConfig_chrome.hGravatar bsalomon@google.com2011-03-18
* fix warnings (local storage too small, int->scalar)Gravatar reed@google.com2011-03-18
* change operator== to return bool instead of intGravatar reed@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* use SkSafeUnref()Gravatar mike@reedtribe.org2011-03-18
* abort drawing if srcRect is outside of the bitmap boundsGravatar reed@google.com2011-03-17
* Addition of missing file in Visual Studio sample app project file.Gravatar twiz@google.com2011-03-17
* Make chrome use the static square vb when drawing rects.Gravatar bsalomon@google.com2011-03-16
* update dox for setLooper()Gravatar reed@google.com2011-03-16
* 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