aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Add GL_ARB_invalidate_subdata functions to GrGLInterface.Gravatar bsalomon@google.com2014-04-01
* Change if/else to if in two GrGLInterface factories.Gravatar commit-bot@chromium.org2014-03-31
* Use int rather than size_t for pathCount in GrDrawTarget::drawPathsGravatar commit-bot@chromium.org2014-03-28
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Increase GrGpuGL's program cache sizeGravatar commit-bot@chromium.org2014-03-28
* Please Valgrind by calling preConcat.Gravatar commit-bot@chromium.org2014-03-28
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Revert of Distance field fixes for Android (https://codereview.chromium.org/2...Gravatar commit-bot@chromium.org2014-03-26
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Remove forceRenderTargetFlush (unused)Gravatar commit-bot@chromium.org2014-03-25
* Fix bug on android with GL_EXT_debug_markerGravatar commit-bot@chromium.org2014-03-25
* Add Gpu Tracing to GaneshGravatar commit-bot@chromium.org2014-03-25
* Make it possible to draw multiple paths at once to a draw targetGravatar commit-bot@chromium.org2014-03-25
* Add SkASSERT's to gl/Interface validateGravatar commit-bot@chromium.org2014-03-24
* replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ...Gravatar commit-bot@chromium.org2014-03-20
* Don't emit declaration of gl_FragPos unless also changing the origin.Gravatar commit-bot@chromium.org2014-03-03
* Cleanup GrGLInterface after Chromium changesGravatar commit-bot@chromium.org2014-02-28
* Use vertex buffer objects instead of client side arrays in fixed-function cod...Gravatar commit-bot@chromium.org2014-02-24
* Fix error on iOS native interfaceGravatar commit-bot@chromium.org2014-02-21
* Fix for ANGLE interface errorGravatar commit-bot@chromium.org2014-02-21
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Bug Fix for Intel atan on gpu sweep gradientGravatar commit-bot@chromium.org2014-02-14
* Defer deletion of our shaders until after linking the gl program to work arou...Gravatar commit-bot@chromium.org2014-02-14
* Add workaround for Xoom crashing after discard removed from shader.Gravatar commit-bot@chromium.org2014-02-07
* Stop discarding in frag shader when coverage is zero and stencil writes are e...Gravatar commit-bot@chromium.org2014-02-05
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* Revert "Turn NVPR on by default (but off in tools)."Gravatar halcanary@google.com2014-01-24
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* update mesa version mapping to GL versionGravatar commit-bot@chromium.org2014-01-22
* really really fix iOS build.Gravatar bsalomon@google.com2014-01-21
* Really fix ios build?Gravatar bsalomon@google.com2014-01-21
* Fix ios build?Gravatar bsalomon@google.com2014-01-21
* Move GrGLInterface function pointers into a nested structGravatar commit-bot@chromium.org2014-01-21
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Remove GR_GL_IGNORE_ES3_MSAA.sGravatar commit-bot@chromium.org2014-01-16
* Make GrGLContextInfo have private ptr to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-16
* quick fix for r13108Gravatar bsalomon@google.com2014-01-16
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Make GrGLInterface be context-specific on all platformsGravatar commit-bot@chromium.org2014-01-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-10
* Fix GL context creation on Windows when NV path renderingGravatar robertphillips@google.com2014-01-09
* Add detection of mip supportGravatar commit-bot@chromium.org2013-12-19
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...Gravatar commit-bot@chromium.org2013-12-09
* Make texture domain a helper so that it can be incorporated into other effects.Gravatar commit-bot@chromium.org2013-12-09
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Use lowercase windows.h in includes to fix Windows cross compilation using mi...Gravatar bungeman@google.com2013-12-03
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02