1. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  2. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  3. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  4. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  5. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago
  6. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  7. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  8. 5816233 FBFetch refactor + arm support by joshualitt · 10 years ago
  9. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  10. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  11. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  12. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  13. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  14. c2dbbb6 Add OpenGL Compressed Texture enum values by commit-bot@chromium.org · 10 years ago
  15. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  16. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  17. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  18. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  19. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  20. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  21. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 11 years ago
  22. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  23. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  24. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  25. 469d0dd When GL context is reset set some desktop-only GL state to values that we assume later. by bsalomon@google.com · 12 years ago
  26. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  27. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 12 years ago[Renamed from include/gpu/gl/GrGLDefines.h]
  28. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  29. 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 · 12 years ago
  30. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 12 years ago
  31. 6995068 Initial version of R8 support by robertphillips@google.com · 12 years ago
  32. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  33. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago[Renamed from include/gpu/GrGLDefines.h]
  34. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  35. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 13 years ago
  36. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 13 years ago
  37. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 13 years ago
  38. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 13 years ago
  39. 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 · 13 years ago
  40. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  41. 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 · 13 years ago
  42. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  43. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrGLDefines.h]
  44. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  45. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  46. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  47. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  48. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  49. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  50. ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 13 years ago
  51. a03ec86 add GR at the end by reed@google.com · 13 years ago
  52. 86c92b3 Remove redundant defines of GR_GL macros. by bsalomon@google.com · 13 years ago
  53. d1e43353 Remove IMG multisample texture support. by bsalomon@google.com · 13 years ago
  54. c312bf9 Remove old GR_* macros for GL extensions in favor of GrGLDefines.h by bsalomon@google.com · 13 years ago
  55. 0f31ca7 by twiz@google.com · 13 years ago