- 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
- 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
- a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
- 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
- 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
- 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
- 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
- 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
- 341767c Remove support for vertex attribute matrices by bsalomon@google.com · 13 years ago
- 2717d56 move more stuff that should be private out from GrGLConfig.h by bsalomon@google.com · 13 years ago
- 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 13 years ago
- 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
- c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 13 years ago
- 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 13 years ago
- 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]
- 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
- 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
- aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
- 4f3c253 Add flag to disable gl error checking when allocating gpu objects by bsalomon@google.com · 13 years ago
- 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 13 years ago
- a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 13 years ago
- 484be2b Revert 2717 by bsalomon@google.com · 13 years ago
- 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 13 years ago
- e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 13 years ago
- 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 13 years ago
- 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
- 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 13 years ago
- 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
- c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
- 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]
- 96e96df When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 13 years ago
- 56bfc5a Add optional per-gl-func client callback. by bsalomon@google.com · 13 years ago
- 87fcfe0 Compile option to perform GL logging by default debug. by bsalomon@google.com · 13 years ago
- dec9f2d Fix multi-line macro by adding line continuation. by bsalomon@google.com · 13 years ago
- 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
- ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
- aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
- 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 14 years ago
- 99c2a8b SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp by senorblanco@chromium.org · 14 years ago
- 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
- 9ccdb95 NO_ERROR version of GR_GL macro shouldn't call check errror by bsalomon@google.com · 14 years ago
- 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
- c312bf9 Remove old GR_* macros for GL extensions in favor of GrGLDefines.h by bsalomon@google.com · 14 years ago
- b65e0cb by twiz@google.com · 14 years ago
- 0f31ca7 by twiz@google.com · 14 years ago
- 59a190b by twiz@google.com · 14 years ago
- 27a1e77 add LF at end of file (ancient warning appeased) by reed@google.com · 14 years ago
- 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
- 3723a48 Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default. by bsalomon@google.com · 14 years ago
- 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
- 1b7c1b6 Remove debugging printf that was accidentally left in 783. by bsalomon@google.com · 14 years ago
- 7acdb8e by bsalomon@google.com · 14 years ago
- e42e845 work around framebuffer_blit confusion on linux -- better fix on the way by reed@google.com · 14 years ago
- 9341bb6 fix linux gpu build (don't need egl.h) by reed@google.com · 14 years ago
- bf858b7 update chrome-specific glconfig (should make versions of this for mac/win/linux) by reed@google.com · 14 years ago
- 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago
- 63100f9 add GR_BUILD_CHROME for now. hopefully we can replace it with other, by reed@google.com · 14 years ago
- 3f3ffd6 Fix stencil format array. by bsalomon@google.com · 14 years ago
- ed3a068 Fix BGRA on ES Issue 109. by bsalomon@google.com · 14 years ago
- 8531c1c Towards issue #106 by bsalomon@google.com · 14 years ago
- 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
- 37df17d fix build for linux by reed@google.com · 14 years ago
- ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago