1. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  2. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  3. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  4. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
  5. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 13 years ago
  6. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
  7. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
  8. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
  9. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  10. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
  11. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
  12. 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 13 years ago
  13. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
  14. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 13 years ago
  15. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  16. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 13 years ago
  17. 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 13 years ago
  18. 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 13 years ago
  19. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 13 years ago
  20. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 13 years ago
  21. 674a3a2 Attempt to fix NULL to intptr_t warning-as-error on mac build. by bsalomon@google.com · 13 years ago
  22. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 13 years ago
  23. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  24. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
  25. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 13 years ago
  26. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
  27. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 13 years ago
  28. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  29. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 13 years ago
  30. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
  31. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  32. e41fee9 Disable static asserts to get Chrome compiling by robertphillips@google.com · 13 years ago
  33. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
  34. 7158e6a Improve NaCl support by borenet@google.com · 13 years ago
  35. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  36. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
  37. 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
  38. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
  39. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
  40. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
  41. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  42. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 13 years ago
  43. b72e5d3 Add GL texture validity check to GrGpuGL by robertphillips@google.com · 13 years ago
  44. 17504f5 Expose vertex position to GrGLEffect via GrGLShaderBuilder. by bsalomon@google.com · 13 years ago
  45. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  46. ae5ef11 Make lighting filters directly inherit from GrGLEffect. by bsalomon@google.com · 13 years ago
  47. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  48. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  49. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  50. c196b52 Misc stage->effect renaming by bsalomon@google.com · 13 years ago
  51. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  52. b7f9a86 Fix self assignment in GrGLShaderVar by bsalomon@google.com · 13 years ago
  53. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  54. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 13 years ago
  55. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
  56. 5fa2107 Fix decl of gl_FragCoord in GLSL versions <= 1.20. by bsalomon@google.com · 13 years ago
  57. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  58. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  59. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  60. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  61. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  62. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  63. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  64. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  65. 9618221 Pass the GrCustomStage and key to GrGLProgramStage emitCode. by bsalomon@google.com · 13 years ago
  66. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  67. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 13 years ago
  68. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  69. 281c726 Add support for GLSL 1.40. Review URL: https://codereview.appspot.com/6709070 by bsalomon@google.com · 13 years ago
  70. 28f6ab4 Reorder the vertex attributes to be friendlier to android. by bsalomon@google.com · 13 years ago
  71. 0b1e481 Add vendor to context info. by bsalomon@google.com · 13 years ago
  72. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 13 years ago
  73. 59bb919 Fix name of extension enabled in r6031 (should be plural "conventions"). by bsalomon@google.com · 13 years ago
  74. 072708f Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for Intel Win7 buildbots. by bsalomon@google.com · 13 years ago
  75. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  76. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 13 years ago
  77. d7bafb7 Make GrGLShaderBuilder responsible for inserting begining of main() function defition and closing brace. by bsalomon@google.com · 13 years ago
  78. 4285acc Make GrGLProgram be responsible for calling setData on custom stages. by bsalomon@google.com · 13 years ago
  79. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  80. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 13 years ago
  81. 73d5b2f Omit shader swizzle if it is rgba. by bsalomon@google.com · 13 years ago
  82. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 13 years ago
  83. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 13 years ago
  84. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 13 years ago
  85. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 13 years ago
  86. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago
  87. 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 13 years ago
  88. dabdd9e Revert r5491, r5495, r5497, and r5498. by borenet@google.com · 13 years ago
  89. e79de0c Add more logging to GrGLInterface. Temporary. by borenet@google.com · 13 years ago
  90. c1079b3 Add lots of logging to GrGLInterface.cpp. Temporary. by borenet@google.com · 13 years ago
  91. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  92. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 13 years ago
  93. 6c76d24 by bsalomon@google.com · 13 years ago
  94. 2d8edaf Try r5428 again with fix by bsalomon@google.com · 13 years ago
  95. 4592df8 Revert 5428 and 5429. by bsalomon@google.com · 13 years ago
  96. 78201c2 Fix shader errors in r5428. by bsalomon@google.com · 13 years ago
  97. dbbf843 Consolidate texture access functions, provide default GrTextureAccess by bsalomon@google.com · 13 years ago
  98. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 13 years ago
  99. f2e93fc Resource cache now explicitly takes ref of managed resources by robertphillips@google.com · 13 years ago
  100. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 13 years ago