Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7801faaab9bf7dd0ac67e859c4e284e74f7bd46f
/
src
/
gpu
/
gl
/
GrGLIRect.h
f6de475
Replace uses of GrAssert by SkASSERT.
by tfarina@chromium.org
· 11 years ago
63150af
Use blitframebuffer to implement copySurface.
by commit-bot@chromium.org
· 12 years ago
3cb406b
Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc.
by senorblanco@chromium.org
· 12 years ago
cf9faf6
Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/)
by robertphillips@google.com
· 12 years ago
ed8659b
Implement support for origin-TopLeft render targets in GL backend.
by senorblanco@chromium.org
· 12 years ago
d8f856c
Move convolution from code in GrGLProgram to new GrConvolutionEffect
by tomhudson@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
6bf38b5
Move GL-specific include files to their own subdirectory, to better
by tomhudson@google.com
· 13 years ago
dd182cb
Move GL-specific source code to make room for D3D back end.
by tomhudson@google.com
· 13 years ago
[Renamed from src/gpu/GrGLIRect.h]
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/src/GrGLIRect.h]
0b77d68
Make GrGLInterface a per-GrContext refcounted object rather than a global
by bsalomon@google.com
· 13 years ago
e14490a
Move GL headers out of public include dir
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/include/GrGLIRect.h]
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 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
0f31ca7
by twiz@google.com
· 14 years ago
aff86f3
can't use this in STATIC_ASSERT on windows
by reed@google.com
· 14 years ago
2c3b51f
Moving GrGLIRect to include directory to fix build break using make files. (At some point we need to move many of the non-public headers to src)
by bsalomon@google.com
· 14 years ago
[Renamed from gpu/src/GrGLIRect.h]
8895a7a
Reduce glGets for stencil bits.
by bsalomon@google.com
· 14 years ago