Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4ba7686eb79a06b7165c007b41cd0cf7bb3ddb2d
/
tests
/
GLInterfaceValidationTest.cpp
30bc88c
Refactor SkGLContext to be actually extendable
by kkinnunen
· 10 years ago
9e61bb7
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
1080596
Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/)
by bsalomon
· 10 years ago
a90ed4e
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
085a6e4
Rename test files to end with Test.cpp.
by commit-bot@chromium.org
· 11 years ago
[Renamed from tests/GLInterfaceValidation.cpp]
d8ed851
Turn NVPR on by default (but off in tools).
by commit-bot@chromium.org
· 11 years ago
68c7488
Revert "Turn NVPR on by default (but off in tools)."
by halcanary@google.com
· 11 years ago
83d81c9
Turn NVPR on by default (but off in tools).
by commit-bot@chromium.org
· 11 years ago
9e90aed
Rename GrGLBinding->GrGLStandard, no longer a bitfield
by commit-bot@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
4ee16bf
Add a DEF_GPUTEST() macro.
by tfarina@chromium.org
· 11 years ago
7fa1bb4
Simplify the GL interface validation test.
by bsalomon@google.com
· 12 years ago
a1d27cd
Don't sort extensions when there are none. Make an ANGLE context to validate the ANGLE GrGLInterface with.
by bsalomon@google.com
· 12 years ago
a68937c
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system.
by bsalomon@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
d3b9fbb
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
by robertphillips@google.com
· 13 years ago
6bf38b5
Move GL-specific include files to their own subdirectory, to better
by tomhudson@google.com
· 13 years ago
b447d21
Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment.
by bsalomon@google.com
· 13 years ago
89ec61e
Add GrGLContextInfo
by bsalomon@google.com
· 13 years ago
1dcf506
Remove GrGpuGLFixed subclass and ES1 support
by bsalomon@google.com
· 13 years ago
7491372
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key)
by bsalomon@google.com
· 13 years ago
57f5d98
Recommit r2510 now that mac build bot issue has been fixed.
by bsalomon@google.com
· 13 years ago
d92780b
Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday.
by bsalomon@google.com
· 13 years ago
d47fafe
Add test that validates GrGLInterfaces
by bsalomon@google.com
· 13 years ago