1. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 13 years ago
  2. c8f7f47 Store clip mask location in GrClipMaskManager as a enum rather than two bools by bsalomon@google.com · 13 years ago
  3. e76b7cc fix gl error of 'invalid enum' from GL_COLOR_TABLE by bsalomon@google.com · 13 years ago
  4. 945bbe1 Suppress annoying printf in GM when MSAA is not supported. by bsalomon@google.com · 13 years ago
  5. 64aef2b Towards NV path rendering by bsalomon@google.com · 13 years ago
  6. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 13 years ago
  7. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
  8. 9923c2b Remove gpu stats tracking by bsalomon@google.com · 13 years ago
  9. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 13 years ago
  10. 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 13 years ago
  11. 4920939 Move stuff from protected to private in GrGpuGL by bsalomon@google.com · 13 years ago
  12. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 13 years ago
  13. c96cb3a Break up GrGpuGL::flushGLCommonState by bsalomon@google.com · 13 years ago
  14. 4c88378 move texture flush and param update to separate function by bsalomon@google.com · 13 years ago
  15. 0ae2ca2 Revert r4134 due to bot failures by bsalomon@google.com · 13 years ago
  16. 009103d Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
  17. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 13 years ago
  18. 7e5c624 Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
  19. 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 13 years ago
  20. 890e3b5 Remove dirty flags from GrGpuGL state flush by bsalomon@google.com · 13 years ago
  21. c1d2a58 Move GrGpuGL::ProgramCache declaration to header by bsalomon@google.com · 13 years ago
  22. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 13 years ago
  23. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 13 years ago
  24. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 13 years ago
  25. f3fcbbe Kill GrGpuGL::fHWDrawState by bsalomon@google.com · 13 years ago
  26. 8d49d93 Stop Tracking const vertex attrib color and coverage using GrDrawState by bsalomon@google.com · 13 years ago
  27. 457b8a3 Stop using GrDrawState to track stencil state by bsalomon@google.com · 13 years ago
  28. 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
  29. 4d5f3fe Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug by bsalomon@google.com · 13 years ago
  30. c811ea3 Stop using GrDrawState to track bound textures and render target by bsalomon@google.com · 13 years ago
  31. 978c8c6 Stop using GrDrawState to track draw face, dither, and color mask by bsalomon@google.com · 13 years ago
  32. a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 13 years ago
  33. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
  34. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  35. 28b4bce Fix for performance regression due to r3832 by robertphillips@google.com · 13 years ago
  36. 1942c05 Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState by robertphillips@google.com · 13 years ago
  37. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 13 years ago
  38. 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
  39. ec05eaa Bumped num stages to 4 in preparation for AA clipping by robertphillips@google.com · 13 years ago
  40. f6b070d Clamp requested MSAA sample count to GL_MAX_SAMPLES by bsalomon@google.com · 13 years ago
  41. e9b087e Remove expired comment by bsalomon@google.com · 13 years ago
  42. b72f203 Fix reset of scissor state in onResetContext by bsalomon@google.com · 13 years ago
  43. 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 13 years ago
  44. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 13 years ago
  45. 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
  46. 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
  47. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 13 years ago
  48. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 13 years ago
  49. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 13 years ago
  50. a5d056a Reland 3503 with fix by bsalomon@google.com · 13 years ago
  51. 290e536 Revert 3503 by bsalomon@google.com · 13 years ago
  52. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 13 years ago
  53. ba0cc3e Extended debug GL interface to include textures. by robertphillips@google.com · 13 years ago
  54. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  55. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  56. 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
  57. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  58. 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]
  59. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  60. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
  61. 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
  62. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
  63. 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
  64. c943bd5 Remove one static initializer in src/gpu/GrGpu.cpp by digit@google.com · 13 years ago
  65. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  66. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  67. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  68. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 14 years ago
  69. 280e99f Add support for GL texture storage by bsalomon@google.com · 14 years ago
  70. 0e9b41a Trash cached render target when creating a new FBO and its ID is bound. by bsalomon@google.com · 14 years ago
  71. 39dab77 Add flags to GrStencilSettings by bsalomon@google.com · 14 years ago
  72. 6b2445e Make GrStencilState a class to enable future optimizations by bsalomon@google.com · 14 years ago
  73. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 14 years ago
  74. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 14 years ago
  75. b1d14fd use uploadTexData() to create init textures w/out data, and restore pixelstorei state on failure by bsalomon@google.com · 14 years ago
  76. 32e4d2a Add back compressed image upload (accidently removed in earlier refactor) by bsalomon@google.com · 14 years ago
  77. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 14 years ago
  78. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 14 years ago
  79. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 14 years ago
  80. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 14 years ago
  81. 1e0e607 Add missing return statement. by bsalomon@google.com · 14 years ago
  82. 136f55b Detect teximage2d failure by bsalomon@google.com · 14 years ago
  83. 2cdfade Fix clang static analyzer errors in Gr by bsalomon@google.com · 14 years ago
  84. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 14 years ago
  85. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 14 years ago
  86. 484be2b Revert 2717 by bsalomon@google.com · 14 years ago
  87. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 14 years ago
  88. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 14 years ago
  89. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 14 years ago
  90. 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
  91. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
  92. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 14 years ago
  93. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 14 years ago
  94. 0ba52fc Filter out draws to non-PMA configs that won't blend correctly by bsalomon@google.com · 14 years ago
  95. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
  96. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 14 years ago
  97. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 14 years ago
  98. ca08edd Fix logic about who flips y in gpu readpixels by bsalomon@google.com · 14 years ago
  99. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 14 years ago
  100. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 14 years ago