1. c196b52 Misc stage->effect renaming by bsalomon@google.com · 13 years ago
  2. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  3. b7f9a86 Fix self assignment in GrGLShaderVar by bsalomon@google.com · 13 years ago
  4. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  5. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 13 years ago
  6. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
  7. 5fa2107 Fix decl of gl_FragCoord in GLSL versions <= 1.20. by bsalomon@google.com · 13 years ago
  8. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  9. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  10. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  11. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  12. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  13. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  14. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  15. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  16. 9618221 Pass the GrCustomStage and key to GrGLProgramStage emitCode. by bsalomon@google.com · 13 years ago
  17. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  18. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 13 years ago
  19. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  20. 281c726 Add support for GLSL 1.40. Review URL: https://codereview.appspot.com/6709070 by bsalomon@google.com · 13 years ago
  21. 28f6ab4 Reorder the vertex attributes to be friendlier to android. by bsalomon@google.com · 13 years ago
  22. 0b1e481 Add vendor to context info. by bsalomon@google.com · 13 years ago
  23. 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
  24. 59bb919 Fix name of extension enabled in r6031 (should be plural "conventions"). by bsalomon@google.com · 13 years ago
  25. 072708f Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for Intel Win7 buildbots. by bsalomon@google.com · 13 years ago
  26. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  27. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 13 years ago
  28. d7bafb7 Make GrGLShaderBuilder responsible for inserting begining of main() function defition and closing brace. by bsalomon@google.com · 13 years ago
  29. 4285acc Make GrGLProgram be responsible for calling setData on custom stages. by bsalomon@google.com · 13 years ago
  30. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  31. 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
  32. 73d5b2f Omit shader swizzle if it is rgba. by bsalomon@google.com · 13 years ago
  33. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 13 years ago
  34. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 13 years ago
  35. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 13 years ago
  36. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 13 years ago
  37. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago
  38. 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 13 years ago
  39. dabdd9e Revert r5491, r5495, r5497, and r5498. by borenet@google.com · 13 years ago
  40. e79de0c Add more logging to GrGLInterface. Temporary. by borenet@google.com · 13 years ago
  41. c1079b3 Add lots of logging to GrGLInterface.cpp. Temporary. by borenet@google.com · 13 years ago
  42. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  43. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 13 years ago
  44. 6c76d24 by bsalomon@google.com · 13 years ago
  45. 2d8edaf Try r5428 again with fix by bsalomon@google.com · 13 years ago
  46. 4592df8 Revert 5428 and 5429. by bsalomon@google.com · 13 years ago
  47. 78201c2 Fix shader errors in r5428. by bsalomon@google.com · 13 years ago
  48. dbbf843 Consolidate texture access functions, provide default GrTextureAccess by bsalomon@google.com · 13 years ago
  49. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 13 years ago
  50. f2e93fc Resource cache now explicitly takes ref of managed resources by robertphillips@google.com · 13 years ago
  51. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 13 years ago
  52. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 13 years ago
  53. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 13 years ago
  54. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 13 years ago
  55. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 13 years ago
  56. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 13 years ago
  57. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 13 years ago
  58. d9e0181 Linux warning fixes by bsalomon@google.com · 13 years ago
  59. 4af0af6 Add helpers to add/modulate glsl vec4s. by bsalomon@google.com · 13 years ago
  60. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 13 years ago
  61. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 13 years ago
  62. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 13 years ago
  63. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  64. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  65. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  66. b73e0f9 Add TexParameteriv entry point so ANGLE interface will validate by robertphillips@google.com · 13 years ago
  67. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
  68. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 13 years ago
  69. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 13 years ago
  70. a1bf0ff by bsalomon@google.com · 13 years ago
  71. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 13 years ago
  72. de78823 Reduce usage of GrGLShaderBuilder::SamplerMode by tomhudson@google.com · 13 years ago
  73. c3841b9 Move GL programs unit test code to tests project. by bsalomon@google.com · 13 years ago
  74. 1bfccad Early out the texture key generation if there is no texture passed to the GrGLShaderBuilder::keyForTextureAccess. by twiz@google.com · 13 years ago
  75. a5e65ec by twiz@google.com · 13 years ago
  76. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 13 years ago
  77. 622a170 Fixed minor memory leaks by robertphillips@google.com · 13 years ago
  78. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 13 years ago
  79. 0982d35 Make 0-texture GrCustomStages work. by bsalomon@google.com · 13 years ago
  80. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 13 years ago
  81. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 13 years ago
  82. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 13 years ago
  83. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 13 years ago
  84. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 13 years ago
  85. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 13 years ago
  86. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 13 years ago
  87. bfb459d Disable unused uniform assert due to texture matrices being crammed down stage's throats by bsalomon@google.com · 13 years ago
  88. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 13 years ago
  89. 96291df Remove assertion when texture matrix is unused by bsalomon@google.com · 13 years ago
  90. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 13 years ago
  91. ecb60aa Factory method for creating GrGLProgram by bsalomon@google.com · 13 years ago
  92. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 13 years ago
  93. 33c1f6b Fix test break in r4627. by bsalomon@google.com · 13 years ago
  94. 9ba4fa6 Remove GrGLProgram::CachedData, make GrGLProgram represent the program by bsalomon@google.com · 13 years ago
  95. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 13 years ago
  96. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 13 years ago
  97. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 13 years ago
  98. ebde3e0 Fixed over-length lines in GrGLCreateDebugInterface.cpp by robertphillips@google.com · 13 years ago
  99. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  100. d7727ce Refactor how precision is handled with GrGLShaderVar by bsalomon@google.com · 13 years ago