summaryrefslogtreecommitdiff
path: root/gpu/gl
AgeCommit message (Expand)Author
2014-04-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-30Fail to create GrContext when we get a NULL for a GL/GLSL version stringcommit-bot@chromium.org
2014-04-29Move GrGLInterface function ptr setup into a common function for all OpenGL G...commit-bot@chromium.org
2014-04-28Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be m...commit-bot@chromium.org
2014-04-25Use EXT_direct_state_access for path matrix manipulationcommit-bot@chromium.org
2014-04-23Use fixed function pipeline only when drawing pathscommit-bot@chromium.org
2014-04-19fix warnings around size_t/intcommit-bot@chromium.org
2014-04-16Double assignment in GrGpuGL::configToGLFormats()commit-bot@chromium.org
2014-04-16glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenumcommit-bot@chromium.org
2014-04-15Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps.commit-bot@chromium.org
2014-04-07SkNonCopyable should be used with private inheritance.commit-bot@chromium.org
2014-04-05get iOS building againcommit-bot@chromium.org
2014-04-03Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-04-02Fix early return when GrCoordTransform is identity.bsalomon@google.com
2014-04-02Use glInvalidateFramebuffer() when it is supported.commit-bot@chromium.org
2014-04-01Add GL_ARB_invalidate_subdata functions to GrGLInterface.bsalomon@google.com
2014-03-31Change if/else to if in two GrGLInterface factories.commit-bot@chromium.org
2014-03-28Use int rather than size_t for pathCount in GrDrawTarget::drawPathscommit-bot@chromium.org
2014-03-28SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hcommit-bot@chromium.org
2014-03-28Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()commit-bot@chromium.org
2014-03-28Increase GrGpuGL's program cache sizecommit-bot@chromium.org
2014-03-28Please Valgrind by calling preConcat.commit-bot@chromium.org
2014-03-26Distance field fixes for Androidcommit-bot@chromium.org
2014-03-26Revert of Distance field fixes for Android (https://codereview.chromium.org/2...commit-bot@chromium.org
2014-03-26Distance field fixes for Androidcommit-bot@chromium.org
2014-03-25Remove forceRenderTargetFlush (unused)commit-bot@chromium.org
2014-03-25Fix bug on android with GL_EXT_debug_markercommit-bot@chromium.org
2014-03-25Add Gpu Tracing to Ganeshcommit-bot@chromium.org
2014-03-25Make it possible to draw multiple paths at once to a draw targetcommit-bot@chromium.org
2014-03-24Add SkASSERT's to gl/Interface validatecommit-bot@chromium.org
2014-03-20replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ...commit-bot@chromium.org
2014-03-03Don't emit declaration of gl_FragPos unless also changing the origin.commit-bot@chromium.org
2014-02-28Cleanup GrGLInterface after Chromium changescommit-bot@chromium.org
2014-02-24Use vertex buffer objects instead of client side arrays in fixed-function cod...commit-bot@chromium.org
2014-02-21Fix error on iOS native interfacecommit-bot@chromium.org
2014-02-21Fix for ANGLE interface errorcommit-bot@chromium.org
2014-02-21Add hooks for GL_EXT_debug_marker in gpucommit-bot@chromium.org
2014-02-14Bug Fix for Intel atan on gpu sweep gradientcommit-bot@chromium.org
2014-02-14Defer deletion of our shaders until after linking the gl program to work arou...commit-bot@chromium.org
2014-02-07Add workaround for Xoom crashing after discard removed from shader.commit-bot@chromium.org
2014-02-05Stop discarding in frag shader when coverage is zero and stencil writes are e...commit-bot@chromium.org
2014-01-24Turn NVPR on by default (but off in tools).commit-bot@chromium.org
2014-01-24Revert "Turn NVPR on by default (but off in tools)."halcanary@google.com
2014-01-24Turn NVPR on by default (but off in tools).commit-bot@chromium.org
2014-01-22update mesa version mapping to GL versioncommit-bot@chromium.org
2014-01-21really really fix iOS build.bsalomon@google.com
2014-01-21Really fix ios build?bsalomon@google.com
2014-01-21Fix ios build?bsalomon@google.com
2014-01-21Move GrGLInterface function pointers into a nested structcommit-bot@chromium.org
2014-01-17Move GrGLExtensions from GrGLContextInfo to GrGLInterfacecommit-bot@chromium.org