1. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 13 years ago
  2. a5d056a Reland 3503 with fix by bsalomon@google.com · 13 years ago
  3. 290e536 Revert 3503 by bsalomon@google.com · 13 years ago
  4. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 13 years ago
  5. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 13 years ago
  6. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  7. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  8. 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
  9. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  10. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGpuGL.cpp]
  11. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  12. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
  13. 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
  14. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
  15. 8722d7c Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=471 ('filltypespersp gm test fails with KERN_PROTECTION_FAILURE on Lion') by epoger@google.com · 13 years ago
  16. c943bd5 Remove one static initializer in src/gpu/GrGpu.cpp by digit@google.com · 13 years ago
  17. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  18. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  19. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  20. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 14 years ago
  21. 280e99f Add support for GL texture storage by bsalomon@google.com · 14 years ago
  22. 0e9b41a Trash cached render target when creating a new FBO and its ID is bound. by bsalomon@google.com · 14 years ago
  23. 39dab77 Add flags to GrStencilSettings by bsalomon@google.com · 14 years ago
  24. 6b2445e Make GrStencilState a class to enable future optimizations by bsalomon@google.com · 14 years ago
  25. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 14 years ago
  26. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 14 years ago
  27. b1d14fd use uploadTexData() to create init textures w/out data, and restore pixelstorei state on failure by bsalomon@google.com · 14 years ago
  28. 32e4d2a Add back compressed image upload (accidently removed in earlier refactor) by bsalomon@google.com · 14 years ago
  29. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 14 years ago
  30. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 14 years ago
  31. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 14 years ago
  32. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 14 years ago
  33. 1e0e607 Add missing return statement. by bsalomon@google.com · 14 years ago
  34. 136f55b Detect teximage2d failure by bsalomon@google.com · 14 years ago
  35. 2cdfade Fix clang static analyzer errors in Gr by bsalomon@google.com · 14 years ago
  36. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 14 years ago
  37. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 14 years ago
  38. 484be2b Revert 2717 by bsalomon@google.com · 14 years ago
  39. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 14 years ago
  40. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 14 years ago
  41. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 14 years ago
  42. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 14 years ago
  43. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
  44. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 14 years ago
  45. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 14 years ago
  46. 0ba52fc Filter out draws to non-PMA configs that won't blend correctly by bsalomon@google.com · 14 years ago
  47. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
  48. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 14 years ago
  49. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 14 years ago
  50. ca08edd Fix logic about who flips y in gpu readpixels by bsalomon@google.com · 14 years ago
  51. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 14 years ago
  52. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 14 years ago
  53. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 14 years ago
  54. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 14 years ago
  55. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 14 years ago
  56. 80d09b9 Use timestamp to detect when client GL calls could cause Gr's cache of glTexParam values to be invalid. by bsalomon@google.com · 14 years ago
  57. 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 14 years ago
  58. 9d6cfd8 Remove unneeded field from GrGLTexture by bsalomon@google.com · 14 years ago
  59. 1bf1c21 Add reset context count to GrGpu by bsalomon@google.com · 14 years ago
  60. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 14 years ago
  61. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 14 years ago
  62. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 14 years ago
  63. 4a018bb by bsalomon@google.com · 14 years ago
  64. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 14 years ago
  65. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 14 years ago
  66. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrGpuGL.cpp]
  67. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 14 years ago
  68. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 14 years ago
  69. 2caf69d Fix signed/unsigned warning in GLCaps::print by bsalomon@google.com · 14 years ago
  70. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 14 years ago
  71. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 14 years ago
  72. 15b11df Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 14 years ago
  73. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  74. 973b879 Remove unneeded #define by bsalomon@google.com · 14 years ago
  75. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 14 years ago
  76. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 14 years ago
  77. 471d471 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 14 years ago
  78. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 14 years ago
  79. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 14 years ago
  80. a44f700 Fix some ref leaks by bsalomon@google.com · 14 years ago
  81. ab15d61 fix bug in r2077 by bsalomon@google.com · 14 years ago
  82. 9c6e3af Suppress uninit warning. by bsalomon@google.com · 14 years ago
  83. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 14 years ago
  84. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 14 years ago
  85. edc177d Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use stencil-only fbo for clear) by bsalomon@google.com · 14 years ago
  86. c7e6d08 Fix dumb copy/paste error by bsalomon@google.com · 14 years ago
  87. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 14 years ago
  88. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 14 years ago
  89. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 14 years ago
  90. dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 14 years ago
  91. 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 14 years ago
  92. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 14 years ago
  93. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  94. cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
  95. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
  96. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
  97. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 14 years ago
  98. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
  99. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 14 years ago
  100. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago