aboutsummaryrefslogtreecommitdiffhomepage
path: root/vs
Commit message (Expand)AuthorAge
* Fixup old VS2010 project in case anyone is using itGravatar bsalomon@google.com2011-05-09
* fix precendence error (== binds tighter than &)Gravatar reed@google.com2011-05-04
* fix signed shift in blend32Gravatar reed@google.com2011-05-02
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Add way to determine at link time what path renderer will be used.Gravatar bsalomon@google.com2011-03-25
* Remove old GR_* macros for GL extensions in favor of GrGLDefines.hGravatar bsalomon@google.com2011-03-21
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* Addition of missing file in Visual Studio sample app project file.Gravatar twiz@google.com2011-03-17
* Remove dependence on glew for creating SkOSWindow_Win's GL ctx.Gravatar bsalomon@google.com2011-03-16
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Correction of the non-portable use of dynamically allocated stack arrays in theGravatar twiz@google.com2011-03-09
* Add filters to organize the VS project. Remove unused Gr files.Gravatar bsalomon@google.com2011-03-08
* PDF Type3 Support.Gravatar ctguil@chromium.org2011-03-04
* Add include\ports to include path for SampleApp project on windows.Gravatar ctguil@chromium.org2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Add uniscribe library to windows release configuration.Gravatar ctguil@chromium.org2011-03-01
* Remove SkRefCnt.cpp from windows build.Gravatar ctguil@chromium.org2011-02-25
* Support unicode to glyph id conversion in windows for non-BMP characters.Gravatar ctguil@chromium.org2011-02-23
* Add new files to VC2010 projGravatar bsalomon@google.com2011-02-22
* Make VS2010 project reflect new location of GrGLIRect.hGravatar bsalomon@google.com2011-02-18
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* Add SampleShaderText to vs project.Gravatar bsalomon@google.com2011-01-25
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Cleanup including of GL headers and provide way to include custom headers, ex...Gravatar bsalomon@google.com2011-01-19
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* Make SampleApp build on Win32 (still requires glew, this needs to be fixed)Gravatar bsalomon@google.com2011-01-05
* Remove user-specific visual studio project files.Gravatar bsalomon@google.com2011-01-04
* add new fileGravatar reed@android.com2009-12-21
* update to include all filesGravatar reed@android.com2009-12-18
* remove old fileGravatar reed@android.com2009-12-18
* initial checkin for visualstudio build supportGravatar reed@android.com2009-12-16