1. 6dcf499 Fix dangling ptr when GrRenderTarget outlives its GrTexture representation by bsalomon@google.com · 14 years ago
  2. f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 14 years ago
  3. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 14 years ago
  4. c312bf9 Remove old GR_* macros for GL extensions in favor of GrGLDefines.h by bsalomon@google.com · 14 years ago
  5. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  6. 0f31ca7 by twiz@google.com · 14 years ago
  7. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  8. 6ecc33d by twiz@google.com · 14 years ago
  9. b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 14 years ago
  10. 59a190b by twiz@google.com · 14 years ago
  11. 316338a by twiz@google.com · 14 years ago
  12. e8c701c Add filters to organize the VS project. Remove unused Gr files. by bsalomon@google.com · 14 years ago
  13. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  14. ee8c317 Add include\ports to include path for SampleApp project on windows. by ctguil@chromium.org · 14 years ago
  15. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  16. 88183bc Add uniscribe library to windows release configuration. by ctguil@chromium.org · 14 years ago
  17. 58b28fb Remove SkRefCnt.cpp from windows build. by ctguil@chromium.org · 14 years ago
  18. 7b19d6d Support unicode to glyph id conversion in windows for non-BMP characters. by ctguil@chromium.org · 14 years ago
  19. fa63fd6 Add new files to VC2010 proj by bsalomon@google.com · 14 years ago
  20. 1d2169e Make VS2010 project reflect new location of GrGLIRect.h by bsalomon@google.com · 14 years ago
  21. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  22. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  23. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 14 years ago
  24. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago
  25. 6f7fbc9 Adds ability to draw rects using a unit square vertex buffer. Useful when matrix/uniform changes are less expensive than sending new verts. by bsalomon@google.com · 14 years ago
  26. 759b036 Add SampleShaderText to vs project. by bsalomon@google.com · 14 years ago
  27. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
  28. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago
  29. 8531c1c Towards issue #106 by bsalomon@google.com · 14 years ago
  30. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
  31. bb42218 Remove user-specific visual studio project files. by bsalomon@google.com · 14 years ago
  32. 030d8e6 add new file by reed@android.com · 15 years ago
  33. 19061ba update to include all files by reed@android.com · 15 years ago
  34. e51daa7 remove old file by reed@android.com · 15 years ago
  35. 63debae initial checkin for visualstudio build support by reed@android.com · 15 years ago