1. 8d49d93 Stop Tracking const vertex attrib color and coverage using GrDrawState by bsalomon@google.com · 13 years ago
  2. 457b8a3 Stop using GrDrawState to track stencil state by bsalomon@google.com · 13 years ago
  3. 469d0dd When GL context is reset set some desktop-only GL state to values that we assume later. by bsalomon@google.com · 13 years ago
  4. 4d5f3fe Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug by bsalomon@google.com · 13 years ago
  5. c811ea3 Stop using GrDrawState to track bound textures and render target by bsalomon@google.com · 13 years ago
  6. 978c8c6 Stop using GrDrawState to track draw face, dither, and color mask by bsalomon@google.com · 13 years ago
  7. a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 13 years ago
  8. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
  9. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  10. 28b4bce Fix for performance regression due to r3832 by robertphillips@google.com · 13 years ago
  11. 1942c05 Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState by robertphillips@google.com · 13 years ago
  12. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
  13. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 13 years ago
  14. ec05eaa Bumped num stages to 4 in preparation for AA clipping by robertphillips@google.com · 13 years ago
  15. f6b070d Clamp requested MSAA sample count to GL_MAX_SAMPLES by bsalomon@google.com · 13 years ago
  16. e9b087e Remove expired comment by bsalomon@google.com · 13 years ago
  17. b72f203 Fix reset of scissor state in onResetContext by bsalomon@google.com · 13 years ago
  18. 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 13 years ago
  19. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  20. 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 13 years ago
  21. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  22. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 13 years ago
  23. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  24. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 13 years ago
  25. a5d056a Reland 3503 with fix by bsalomon@google.com · 13 years ago
  26. 290e536 Revert 3503 by bsalomon@google.com · 13 years ago
  27. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 13 years ago
  28. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 13 years ago
  29. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  30. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  31. 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
  32. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  33. 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]
  34. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  35. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
  36. 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
  37. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
  38. 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
  39. c943bd5 Remove one static initializer in src/gpu/GrGpu.cpp by digit@google.com · 13 years ago
  40. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  41. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  42. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  43. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 14 years ago
  44. 280e99f Add support for GL texture storage by bsalomon@google.com · 14 years ago
  45. 0e9b41a Trash cached render target when creating a new FBO and its ID is bound. by bsalomon@google.com · 14 years ago
  46. 39dab77 Add flags to GrStencilSettings by bsalomon@google.com · 14 years ago
  47. 6b2445e Make GrStencilState a class to enable future optimizations by bsalomon@google.com · 14 years ago
  48. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 14 years ago
  49. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 14 years ago
  50. b1d14fd use uploadTexData() to create init textures w/out data, and restore pixelstorei state on failure by bsalomon@google.com · 14 years ago
  51. 32e4d2a Add back compressed image upload (accidently removed in earlier refactor) by bsalomon@google.com · 14 years ago
  52. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 14 years ago
  53. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 14 years ago
  54. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 14 years ago
  55. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 14 years ago
  56. 1e0e607 Add missing return statement. by bsalomon@google.com · 14 years ago
  57. 136f55b Detect teximage2d failure by bsalomon@google.com · 14 years ago
  58. 2cdfade Fix clang static analyzer errors in Gr by bsalomon@google.com · 14 years ago
  59. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 14 years ago
  60. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 14 years ago
  61. 484be2b Revert 2717 by bsalomon@google.com · 14 years ago
  62. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 14 years ago
  63. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 14 years ago
  64. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 14 years ago
  65. 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
  66. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
  67. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 14 years ago
  68. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 14 years ago
  69. 0ba52fc Filter out draws to non-PMA configs that won't blend correctly by bsalomon@google.com · 14 years ago
  70. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
  71. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 14 years ago
  72. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 14 years ago
  73. ca08edd Fix logic about who flips y in gpu readpixels by bsalomon@google.com · 14 years ago
  74. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 14 years ago
  75. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 14 years ago
  76. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 14 years ago
  77. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 14 years ago
  78. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 14 years ago
  79. 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
  80. 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 14 years ago
  81. 9d6cfd8 Remove unneeded field from GrGLTexture by bsalomon@google.com · 14 years ago
  82. 1bf1c21 Add reset context count to GrGpu by bsalomon@google.com · 14 years ago
  83. 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
  84. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 14 years ago
  85. 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
  86. 4a018bb by bsalomon@google.com · 14 years ago
  87. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 14 years ago
  88. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 14 years ago
  89. 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]
  90. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 14 years ago
  91. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 14 years ago
  92. 2caf69d Fix signed/unsigned warning in GLCaps::print by bsalomon@google.com · 14 years ago
  93. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 14 years ago
  94. c82b889 Cleanup handling of GL versions, fix function names by bsalomon@google.com · 14 years ago
  95. 15b11df Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 14 years ago
  96. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  97. 973b879 Remove unneeded #define by bsalomon@google.com · 14 years ago
  98. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 14 years ago
  99. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 14 years ago
  100. 471d471 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 14 years ago