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
*
Combine clip stack and clip origin into one struct in GrIODB.
bsalomon
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...
bsalomon
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Reduce integer divides in GrAllocator
bsalomon
2014-07-02
*
Fix int to float bug in shader on gpu Dotted Line cl
egdaniel
2014-07-02
*
Add the ability for gpu to render dotted lines (dashed line, 0 on interval, r...
egdaniel
2014-07-02
*
Rename SkPicturePlayback to SkPictureData
robertphillips
2014-07-01
*
When performing offscreen rendering on windows, attempt to use a pbuffer cont...
bsalomon
2014-07-01
*
Fix ANGLE build wrong glGetString being called issue
bsalomon
2014-06-30
*
R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...
krajcevski
2014-06-30
*
Begin atlasing
robertphillips
2014-06-30
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-30
*
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Revert of Fix memory leak in "Begin atlasing" (https://codereview.chromium....
robertphillips
2014-06-29
*
Fix memory leak in (Begin atlasing https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Begin atlasing
robertphillips
2014-06-29
*
change gpudevice and pdfdevice to inherit from basedevice
reed
2014-06-27
*
Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of t...
bsalomon
2014-06-26
*
"interface" is defined in Windows headers, so undef it in GrGLCaps so we don'...
george
2014-06-25
*
Rename GrAtlasMgr to GrAtlas (and other cleanup)
robertphillips
2014-06-24
*
Remove special case gpu transforms for Identity and Translate
egdaniel
2014-06-24
*
Move allocation of texture from SkGpuDevice to GrLayerCache
robertphillips
2014-06-24
*
Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...
bsalomon
2014-06-24
*
Initialize a variable in GrDrawTarget::drawPaths
kkinnunen
2014-06-24
*
Implement text rendering with NVPR
kkinnunen
2014-06-24
*
Enable basic drawing with SkRecord-based pictures.
Mike Klein
2014-06-23
*
Revert of Support using OpenGL ES context on desktop (https://codereview.chro...
rmistry
2014-06-23
*
Revert of Add functions to support NV_path_rendering in OpenGL ES (https://co...
rmistry
2014-06-23
*
Add functions to support NV_path_rendering in OpenGL ES
kkinnunen
2014-06-22
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-22
*
Add some missing header include guards
george
2014-06-20
*
Stop referencing gl_FragCoord z and w components.
bsalomon
2014-06-20
*
Fix shader code
krajcevski
2014-06-20
*
Simple GPU based dithering:
krajcevski
2014-06-19
*
Cache the GrEffect used for text rendering in GrBitmapTextContext.
bsalomon
2014-06-19
*
Check for degenerate edges in cubic->quad conversion called by convex path re...
bsalomon
2014-06-19
*
Reduce texture uploads for font atlas.
jvanverth
2014-06-19
*
Allow gpu debug markers to be placed by using a GrContext
egdaniel
2014-06-19
*
Modify gpu debug markers to store gpu device markers when a flush occurs.
egdaniel
2014-06-18
*
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...
humper
2014-06-17
*
hide SkBitmap::Config entirely (behind a flag)
reed
2014-06-17
*
stop using SkBitmap::Config
reed
2014-06-14
*
hide virtuals on device for width/height/isopaque
reed
2014-06-14
*
Extract "text align proc" functions as reusable classes
kkinnunen
2014-06-12
*
Revert of third try at landing improved blur rect; this time with more correc...
scroggo
2014-06-12
*
Use vertex attributes for dash effect in gpu
egdaniel
2014-06-12
*
Use scratch with LATC data if possible
krajcevski
2014-06-12
*
Add ifdef to not use function pointer that we don't have yet on Chromium??
krajcevski
2014-06-11
*
Allow compressed texture data to be updated.
krajcevski
2014-06-11
[next]