1. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 10 years ago
  2. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 10 years ago
  3. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 10 years ago
  4. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 10 years ago
  5. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 10 years ago
  6. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 10 years ago
  7. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 10 years ago
  8. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 10 years ago
  9. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 10 years ago
  10. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 10 years ago
  11. 626e1ff Import functionality for new GL backend by cdalton · 10 years ago
  12. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 10 years ago
  13. 202c4c7 Import functionality for new GL backend by cdalton · 10 years ago
  14. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 10 years ago
  15. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  16. 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 10 years ago
  17. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  18. fd4167d Import glTextureBarrier by cdalton · 10 years ago
  19. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  20. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  21. 2ecf86e Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/) by mtklein · 10 years ago
  22. d5cd4ee Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/) by egdaniel · 10 years ago
  23. 31f8867 Turn on NVPR 4x MSAA by default when supported in DM and nanobench. by mtklein · 10 years ago
  24. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  25. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  26. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  27. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 11 years ago
  28. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 11 years ago
  29. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 11 years ago
  30. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 11 years ago
  31. 8dd90cb Add IsPath to GrGLInterface by cdalton · 11 years ago
  32. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 11 years ago
  33. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 11 years ago
  34. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 11 years ago
  35. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 11 years ago
  36. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  37. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 11 years ago
  38. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  39. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 11 years ago
  40. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago
  41. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 11 years ago
  42. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 11 years ago
  43. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  44. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  45. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  46. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  47. f5a7683 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by robertphillips@google.com · 11 years ago
  48. 01a2f1c Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) - https://codereview.chromium.org/118533003) due to Chromium-side compilation issues by robertphillips@google.com · 11 years ago
  49. 0ef335a Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by commit-bot@chromium.org · 11 years ago
  50. 3cf7e93 Revert r12694 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows - https://codereview.chromium.org/111403003) due to Chromium-side compilation errors by robertphillips@google.com · 11 years ago
  51. 6ed6778 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows by commit-bot@chromium.org · 11 years ago
  52. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  53. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  54. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  55. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 12 years ago
  56. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
  57. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  58. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  59. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  60. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  61. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  62. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  63. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  64. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  65. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  66. f22f77f NV PR spec update to function param, use GrGL typedefs rather than fundamental types by bsalomon@google.com · 13 years ago
  67. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 13 years ago
  68. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 13 years ago
  69. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 13 years ago
  70. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 13 years ago