index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTestUtils.cpp
Commit message (
Expand
)
Author
Age
*
Fix for degenerate stroke rect
joshualitt
2015-09-22
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Fix to call SkDelete_array instead of SkDelete to fix ASAN error.
egdaniel
2015-08-10
*
This is a speculative fix for the crash on IOS
egdaniel
2015-08-10
*
This iOS crash makes little sense to me. Add some debugging.
mtklein
2015-08-07
*
This iOS crash makes little sense to me. Add some debugging.
mtklein
2015-08-07
*
Plug a leak in GrTestUtils.
senorblanco
2015-08-06
*
Implement caching of stroked paths in the tessellating path renderer.
senorblanco
2015-08-06
*
Revert of Implement caching of stroked paths in the tessellated path renderer...
senorblanco
2015-08-05
*
Implement caching of stroked paths in the tessellated path renderer.
senorblanco
2015-08-05
*
GLProgramsTest 3.0
joshualitt
2015-05-13
*
convex path renderer unit tests
joshualitt
2015-05-11
*
AADistanceFieldPathRenderer unit tests
joshualitt
2015-05-11
*
tesselating path renderer unit tests
joshualitt
2015-05-07
*
Add hairlines batch unit test
joshualitt
2015-05-02
*
Add batch unit tests for ovals
joshualitt
2015-04-30
*
Add dash lines batch unit test
joshualitt
2015-04-29
*
Initial CL to create GrBatchTest infrastructure
joshualitt
2015-04-29
*
create GrTestUtils.h, move some common functions into it
joshualitt
2015-04-28