1. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  2. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  3. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  4. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  5. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  6. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  7. 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
  8. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 13 years ago
  9. 341767c Remove support for vertex attribute matrices by bsalomon@google.com · 13 years ago
  10. 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 13 years ago
  11. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 13 years ago
  12. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
  13. c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 13 years ago
  14. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 13 years ago
  15. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago[Renamed from include/gpu/GrGLConfig.h]
  16. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
  17. 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
  18. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
  19. 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 13 years ago
  20. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 13 years ago
  21. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 13 years ago
  22. 484be2b Revert 2717 by bsalomon@google.com · 13 years ago
  23. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 13 years ago
  24. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 13 years ago
  25. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 13 years ago
  26. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  27. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 13 years ago
  28. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  29. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  30. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrGLConfig.h]
  31. 96e96df When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 13 years ago
  32. 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
  33. 87fcfe0 Compile option to perform GL logging by default debug. by bsalomon@google.com · 13 years ago
  34. dec9f2d Fix multi-line macro by adding line continuation. by bsalomon@google.com · 13 years ago
  35. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  36. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  37. cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
  38. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
  39. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
  40. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 14 years ago
  41. 99c2a8b SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp by senorblanco@chromium.org · 14 years ago
  42. 4be283f Adds a build flag for GL to never use vertex attributes that don't have per-vertex values. by bsalomon@google.com · 14 years ago
  43. 9ccdb95 NO_ERROR version of GR_GL macro shouldn't call check errror by bsalomon@google.com · 14 years ago
  44. f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 14 years ago
  45. c312bf9 Remove old GR_* macros for GL extensions in favor of GrGLDefines.h by bsalomon@google.com · 14 years ago
  46. b65e0cb by twiz@google.com · 14 years ago
  47. 0f31ca7 by twiz@google.com · 14 years ago
  48. 59a190b by twiz@google.com · 14 years ago
  49. 27a1e77 add LF at end of file (ancient warning appeased) by reed@google.com · 14 years ago
  50. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  51. 3723a48 Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default. by bsalomon@google.com · 14 years ago
  52. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago
  53. 1b7c1b6 Remove debugging printf that was accidentally left in 783. by bsalomon@google.com · 14 years ago
  54. 7acdb8e by bsalomon@google.com · 14 years ago
  55. e42e845 work around framebuffer_blit confusion on linux -- better fix on the way by reed@google.com · 14 years ago
  56. 9341bb6 fix linux gpu build (don't need egl.h) by reed@google.com · 14 years ago
  57. bf858b7 update chrome-specific glconfig (should make versions of this for mac/win/linux) by reed@google.com · 14 years ago
  58. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago
  59. 63100f9 add GR_BUILD_CHROME for now. hopefully we can replace it with other, by reed@google.com · 14 years ago
  60. 3f3ffd6 Fix stencil format array. by bsalomon@google.com · 14 years ago
  61. ed3a068 Fix BGRA on ES Issue 109. by bsalomon@google.com · 14 years ago
  62. 8531c1c Towards issue #106 by bsalomon@google.com · 14 years ago
  63. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
  64. 37df17d fix build for linux by reed@google.com · 14 years ago
  65. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago