index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Don't abort analytic clipping if using MSAA until elements are examined
bsalomon
2015-10-14
*
Store texture target on GrGLTexture. This is in preparation for using texture...
bsalomon
2015-10-14
*
Fix clipping when all analytic FP creations can be skipped
bsalomon
2015-10-14
*
Fix dm with Chromium command buffer driver
kkinnunen
2015-10-13
*
add applyFilter() to SkImage
reed
2015-10-12
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Move functions from SkGr to SkGrPriv.h
bsalomon
2015-10-09
*
Fix gpu drawBitmap to work when BM is A8 and we have a shader
egdaniel
2015-10-09
*
Updates nvpr text blobs to not store a direct reference to the
cdalton
2015-10-08
*
Remove ClipMaskType from GrCMM
bsalomon
2015-10-07
*
Insert clip fragment processor outside GrCMM
bsalomon
2015-10-07
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Dynamically allocate the GrDrawContexts
robertphillips
2015-10-06
*
Make path range loading explicit
cdalton
2015-10-05
*
Implement cached nvpr text blobs
cdalton
2015-10-05
*
Use SkTextBlob for nvpr color bitmap fallbacks
cdalton
2015-10-05
*
Add TextRun object to nvpr text
cdalton
2015-10-05
*
Fix gpu dashing for case where all intervals are 0.
egdaniel
2015-10-05
*
Fix memory leak in ClipMaskManager
robertphillips
2015-10-04
*
Simplify nvpr text
cdalton
2015-10-03
*
Incrementally flush GrDrawTarget
joshualitt
2015-10-02
*
Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://...
joshualitt
2015-10-02
*
Incrementally flush GrDrawTarget
joshualitt
2015-10-02
*
Add work around for devices/API filters that claim GL_KHR_debug support but d...
bsalomon
2015-10-02
*
Remove separate cache for clip mask textures
bsalomon
2015-10-02
*
Skia: Add Command Buffer support to Linux/Mac
hendrikw
2015-10-01
*
Fix for texture width or height are greater than 2^16
joshualitt
2015-10-01
*
Fix drawVertices when there is a paint alpha
bsalomon
2015-10-01
*
Fix for 2056
joshualitt
2015-10-01
*
Implement stencil clipping in mixed sampled render targets
vbuzinov
2015-09-30
*
Revert[4] of add ImageShader, sharing code with its Bitmap cousin
reed
2015-09-30
*
fix for default path renderer draws harlines without bloating
joshualitt
2015-09-30
*
remove unused helper function
reed
2015-09-29
*
try texture-maker to generalize stretching for npot and min-tex-size
reed
2015-09-29
*
Revert of By default purge resources that haven't been used for 64 flushes (p...
bsalomon
2015-09-29
*
By default purge resources that haven't been used for 64 flushes
bsalomon
2015-09-29
*
Use child processors to implement compose color filter.
bsalomon
2015-09-29
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Make methods on GrGpuResource safe to call on abandoned resource
bsalomon
2015-09-24
*
Fix GrDrawVerticesBatch to work with override colors and eliminate local coor...
bsalomon
2015-09-24
*
Mangle output var in GrGLFragmentProcessor::emitChild
bsalomon
2015-09-24
*
skia: Add support for ANGLE on linux
hendrikw
2015-09-23
*
Move determiniation of strokerect rects internal
joshualitt
2015-09-22
*
Stop supporting HW dither
bsalomon
2015-09-22
*
Fix for degenerate stroke rect
joshualitt
2015-09-22
*
Prefer dual source/framebuffer fetch paths for GPU LCD.
egdaniel
2015-09-22
*
Revert of Fix for degenerate stroke rect (patchset #7 id:110001 of https://co...
joshualitt
2015-09-22
*
Fix for degenerate stroke rect
joshualitt
2015-09-22
*
Move GrFragmentProcessor implementation to its own cpp file
bsalomon
2015-09-22
[next]