Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2ed8a75c284fd8e74912de67691acf97bfb7a7b7
/
src
/
gpu
/
SkGpuDevice.cpp
2ed8a75
Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code
by robertphillips
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
98d709b
Reorganize Layer Hoisting code
by robertphillips
· 10 years ago
7187593
Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT.
by bsalomon
· 10 years ago
32d0b3b
Simplify SkGpuDevice construction
by bsalomon
· 10 years ago
d628330
Switch GPU Optimization code to SkRecord
by robertphillips
· 10 years ago
533eb78
Convert BBH APIs to use SkRect.
by mtklein
· 10 years ago
64bf767
Split up monolithic EXPERIMENTAL_drawPicture method
by robertphillips
· 10 years ago
6617d50
Rename GPUAccelData to GrAccelData
by robertphillips
· 10 years ago
6f294af
Refactor GrLayerCache for new API
by robertphillips
· 10 years ago
c019ec4
Add layer counting to SkPictureRecord
by robertphillips
· 10 years ago
3b73e01
Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/)
by mtklein
· 10 years ago
4a2b2e8
Add layer counting to SkPictureRecord
by robertphillips
· 10 years ago
d5fa1a4
add drawPicture variant that takes a matrix and paint
by reed
· 10 years ago
be129b2
Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.
by senorblanco
· 10 years ago
a098dd4
Fix drawVertices() on GPU when texs=colors=shaders=indices=null
by bsalomon
· 10 years ago
01c8da1
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
by bsalomon
· 10 years ago
0c42332
Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering
by robertphillips
· 10 years ago
55b6d8b
Implement a persistent uniqueID-based cache for SkImageFilter.
by senorblanco
· 10 years ago
320c923
Add plot-based purging to GrLayerCache
by robertphillips
· 10 years ago
d771f6b
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
by robertphillips
· 10 years ago
21048b5
Always have GrLayer's rect be valid
by robertphillips
· 10 years ago
32a311b
Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices.
by dandov
· 10 years ago
49b3590
Revert of drawVertices bug on gpu side (https://codereview.chromium.org/387113002/)
by dandov
· 10 years ago
612364d
Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices.
by dandov
· 10 years ago
6142609
Cleanup SkPicture* classes a bit
by robertphillips
· 10 years ago
c26d991
Split SkPictureReplacementPlayback out of SkPicturePlayback
by robertphillips
· 10 years ago
d78a168
Improve gpu tracing when applying markers directly to gpu target
by egdaniel
· 10 years ago
83d081a
Goodbye GrEffectRef.
by bsalomon
· 10 years ago
1ad00e4
Split SkPictureRangePlayback out of SkPicturePlayback
by robertphillips
· 10 years ago
ce4dd3d
Split SkPicturePlayback out of SkPictureData
by robertphillips
· 10 years ago
db53990
Rename SkPicturePlayback to SkPictureData
by robertphillips
· 10 years ago
952841b
Begin atlasing
by robertphillips
· 10 years ago
e462f2b
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
by robertphillips
· 10 years ago
55e61f0
Begin atlasing
by robertphillips
· 10 years ago
89443ab
change gpudevice and pdfdevice to inherit from basedevice
by reed
· 10 years ago
4ec84da
Move allocation of texture from SkGpuDevice to GrLayerCache
by robertphillips
· 10 years ago
c6cb56f
Implement text rendering with NVPR
by kkinnunen
· 10 years ago
744fb73
Enable basic drawing with SkRecord-based pictures.
by Mike Klein
· 10 years ago
bbcb38d
Allow gpu debug markers to be placed by using a GrContext
by egdaniel
· 10 years ago
0689d7b
stop using SkBitmap::Config
by reed
· 10 years ago
e61c411
Use vertex attributes for dash effect in gpu
by egdaniel
· 10 years ago
d58a0ba
Push dash checks into GrContext.
by egdaniel
· 10 years ago
4585144
remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
by reed
· 10 years ago
e50da8f
fix when DEVICE_CONFIG is still defined
by reed
· 10 years ago
9de5b51
SkShader::asNewEffect Refactoring
by dandov
· 10 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 10 years ago
2583b62
Is this SkDebug important? It drives me nuts.
by mtklein
· 10 years ago
9b14f26
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
by robertphillips
· 10 years ago
868074b
remove SkBounder -- unused and unloved
by reed
· 10 years ago
a6a8f00
hide SkDevice::config()
by reed
· 10 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 10 years ago
559a883
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
by commit-bot@chromium.org
· 10 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 10 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 10 years ago
c93e681
fix the visual diff of raster vs gpu -- vertices_80. The sw-raster is correct, all images are blurry.
by commit-bot@chromium.org
· 11 years ago
9927bd3
Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest
by commit-bot@chromium.org
· 11 years ago
1878651
Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale
by commit-bot@chromium.org
· 11 years ago
3595f88
Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion
by commit-bot@chromium.org
· 11 years ago
628ed0b
Add Dashing gpu effect for simple dashed lines
by commit-bot@chromium.org
· 11 years ago
8dcff64
Move skPaint2GrPaint to SkGr.h/cpp
by commit-bot@chromium.org
· 11 years ago
8ec8bab
Update layer-pre-rendering for Chrome flag
by commit-bot@chromium.org
· 11 years ago
96fb748
add localmatrix parameter to shader's asNewEffect
by commit-bot@chromium.org
· 11 years ago
95c2003
cleanup GrContext resource cache api
by commit-bot@chromium.org
· 11 years ago
a17773f
Disable filtering in draw Bitmap operation when pixels are aligned
by commit-bot@chromium.org
· 11 years ago
f97d65d
Fix rendering artifacts in pull-saveLayers-forward mode
by commit-bot@chromium.org
· 11 years ago
3d41c4a
Revert r14650 (Fix rendering artifacts in pull-saveLayers-forward mode - https://codereview.chromium.org/267293007) due to unit test failures
by robertphillips@google.com
· 11 years ago
7252f7b
Fix rendering artifacts in pull-saveLayers-forward mode
by commit-bot@chromium.org
· 11 years ago
b2c82c9
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
beb1af2
First pass at pre-rendering saveLayers for GPU
by robertphillips@google.com
· 11 years ago
8fd9382
Fix memory leak in GPU Picture optimization
by commit-bot@chromium.org
· 11 years ago
0205aba
Infrastructure changes to support pull-saveLayers-forward task
by commit-bot@chromium.org
· 11 years ago
300c606
Revert r14571 (Infrastructure changes to support pull saveLayers forward task - https://codereview.chromium.org/266203003) due to breaking Android unit tests
by robertphillips@google.com
· 11 years ago
6b392b6
Infrastructure changes to support pull-saveLayers-forward task
by commit-bot@chromium.org
· 11 years ago
6fcd1ef
Add flag for SkGpuSurface creation to enable distance fields.
by commit-bot@chromium.org
· 11 years ago
9d5e3f1
Fix image decode thrashing when drawing a very large source image to a GPU canvas
by commit-bot@chromium.org
· 11 years ago
9c9005a
Move SkShader::fLocalMatrix into SkShader constructor.
by commit-bot@chromium.org
· 11 years ago
3adcc34
stop using deprecated bitmap::config for gpu
by commit-bot@chromium.org
· 11 years ago
f7efa50
Implement intra-frame cacheing in image filters.
by commit-bot@chromium.org
· 11 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
c873329
Update bench to be able to preprocess skps
by commit-bot@chromium.org
· 11 years ago
365cd31
Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
0a09d71
Implement drawDRRect for GPU
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
fc94829
remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG
by commit-bot@chromium.org
· 11 years ago
e930a07
Add a GrLayerCache to GrContext
by robertphillips@google.com
· 11 years ago
2c48ee8
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8ddc26b
Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture
by commit-bot@chromium.org
· 11 years ago
972f9cd
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
by commit-bot@chromium.org
· 11 years ago
4784182
Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/)
by commit-bot@chromium.org
· 11 years ago
dcb8ef9
Implement text rendering with NVPR
by commit-bot@chromium.org
· 11 years ago
f20fc24
remove all references to legacy Config8888
by reed@google.com
· 11 years ago
a95a066
Fix Windows build break introduced in r13864.
by bungeman@google.com
· 11 years ago
d8a57af
Adding a new SkSurface factory for generating surfaces from the scratch texture pool.
by commit-bot@chromium.org
· 11 years ago
b7b7eb3
Fix accessBitmap() with deferred clear, GPU path.
by senorblanco@chromium.org
· 11 years ago
db0c875
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
a713f9c
add new readPixels with direct memory parameters
by commit-bot@chromium.org
· 11 years ago
Next »