aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
Commit message (Expand)AuthorAge
* Allow compressed texture data to be updated.Gravatar krajcevski2014-06-11
* Generate path names on the client sideGravatar cdalton2014-06-09
* Initial work to get ETC1 data up to the GPUGravatar krajcevski2014-06-02
* Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...Gravatar commit-bot@chromium.org2014-05-30
* Initial work to get ETC1 data up to the GPUGravatar commit-bot@chromium.org2014-05-30
* Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...Gravatar commit-bot@chromium.org2014-05-30
* separate view matrix from rt adjustmentGravatar commit-bot@chromium.org2014-05-29
* Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)ScaleGravatar commit-bot@chromium.org2014-05-20
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...Gravatar commit-bot@chromium.org2014-05-09
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Use EXT_direct_state_access for path matrix manipulationGravatar commit-bot@chromium.org2014-04-25
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Double assignment in GrGpuGL::configToGLFormats()Gravatar commit-bot@chromium.org2014-04-16
* glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenumGravatar commit-bot@chromium.org2014-04-16
* Use glInvalidateFramebuffer() when it is supported.Gravatar commit-bot@chromium.org2014-04-02
* 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
* Remove forceRenderTargetFlush (unused)Gravatar 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 hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-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
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Add detection of mip supportGravatar commit-bot@chromium.org2013-12-19
* Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...Gravatar commit-bot@chromium.org2013-12-09
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-28
* Don't check the framebuffer status every time we flush when we're on Chromium;Gravatar commit-bot@chromium.org2013-11-27
* Avoid printing draw target info to stderr while running unit testsGravatar commit-bot@chromium.org2013-11-21
* Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap forGravatar commit-bot@chromium.org2013-11-20
* Fix two inconsistencies in handling fixed-function texture coordinate set gen...Gravatar commit-bot@chromium.org2013-11-01
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Fix GrProgramsTest to not generate tests with too many TexCoord referencesGravatar commit-bot@chromium.org2013-10-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-17
* Third wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-16
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Use vertexless shaders when NVpr is availableGravatar commit-bot@chromium.org2013-10-04
* Don't access RT when disabling scissor.Gravatar commit-bot@chromium.org2013-10-04