Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
b8d00db075b5ea09e353508a26ef5ced50722a6c
/
src
/
gpu
/
SkGrPixelRef.cpp
b8d00db
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture.
by commit-bot@chromium.org
· 12 years ago
fec0bc3
Remove legacy names no longer referenced in Chrome and WebKit.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 13 years ago
009bcca
When doing a readback in SkGrPixelRef check whether the dst bmp was allocated.
by bsalomon@google.com
· 13 years ago
a2a3192
Fix some extract subset bugs.
by scroggo@google.com
· 13 years ago
9fbcad0
Removed old resource locking system
by robertphillips@google.com
· 13 years ago
d07cb0c
Begin moving locking out of GrResourceCache
by robertphillips@google.com
· 13 years ago
8090e65
Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache
by bsalomon@google.com
· 13 years ago
24f3ad1
Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class.
by rileya@google.com
· 13 years ago
c377baf
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
by tomhudson@google.com
· 13 years ago
41efe04
Partially rolled forward the SkGrPixelRef changes
by robertphillips@google.com
· 13 years ago
5088eb4
Moved SkGrTexturePixelRef to SkGrPixelRef
by robertphillips@google.com
· 13 years ago
[Renamed (99%) from src/gpu/SkGrTexturePixelRef.cpp]
d881bc1
Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class
by robertphillips@google.com
· 13 years ago
75b3c96
Move clientID into texture desc
by robertphillips@google.com
· 13 years ago
a1e5795
GrTexture can now create its own cache key
by robertphillips@google.com
· 13 years ago
78d6cf9
Remove GrAALevel enum, use explicit sample count
by bsalomon@google.com
· 13 years ago
1771cbf
posix: Avoid static initializers in static/global mutexes
by digit@google.com
· 14 years ago
ef843cd
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
by senorblanco@chromium.org
· 14 years ago
6f37951
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths.
by bsalomon@google.com
· 14 years ago
c436499
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
by bsalomon@google.com
· 14 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 14 years ago
9c49bc3
Allow texture-backed bitmaps to perform a read-back when lockPixels is called.
by reed@google.com
· 14 years ago
4281d65
add CR at end
by reed@google.com
· 14 years ago
669fdc4
Adds read pixels to GrTexture and GrRenderTarget
by bsalomon@google.com
· 14 years ago
50dfa01
add pixelref->readPixels()
by reed@google.com
· 14 years ago
873cb1e
add gpu to the default makefile move skia-gpu files into skia/src/gpu
by reed@google.com
· 15 years ago
[Renamed from gpu/src/skia/SkGrTexturePixelRef.cpp]
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 15 years ago