Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
434a58ab5fefcc1b86588c7fce898b1e5bd248ba
/
src
/
gpu
/
GrAllocator.h
bc6b99d
Add test for processor->resource ref/io counts
by Brian Salomon
· 8 years ago
fc6c37b
Remove stray semicolons.
by Mike Klein
· 8 years ago
f2b340f
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
aa97a84
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ )
by djsollen
· 9 years ago
4c5cd7d
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
b3e3a95
Make GrIODB keep pending IO refs on all resources it records into its cmd stream.
by bsalomon
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
a1ae66d
Add pop_back() to GrAllocator and add unit test.
by bsalomon
· 10 years ago
e1bc1c6
Make GrAllocator Iter return non-const T
by bsalomon
· 10 years ago
bce3d6d
Reduce integer divides in GrAllocator
by bsalomon
· 10 years ago
e3beb6b
SkNonCopyable should be used with private inheritance.
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
53ba425
Drop executable flag from headers so that they can be packaged
by robertphillips@google.com
· 11 years ago
845da77
Delay setting initial memory block until it officially exists.
by commit-bot@chromium.org
· 11 years ago
939ca7c
move GrMalloc, GrFree, Gr_bzero to their sk equivalents
by reed@google.com
· 11 years ago
a0b4028
Replace uses of GrNoncopyable by SkNoncopyable.
by commit-bot@chromium.org
· 11 years ago
1acc3d7
Replace uses of GR_DEBUGCODE by SkDEBUGCODE.
by commit-bot@chromium.org
· 11 years ago
f6de475
Replace uses of GrAssert by SkASSERT.
by tfarina@chromium.org
· 11 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
c377baf
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
by tomhudson@google.com
· 12 years ago
168e634
Infrastructure for new Ganesh shader pipeline: base classes for GPU
by tomhudson@google.com
· 13 years ago
13788bf
Fix leak, reset not called in ~GrTAllocator
by bsalomon@google.com
· 13 years ago
ffa11bb
Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.
by bsalomon@google.com
· 13 years ago
[Renamed from include/gpu/GrAllocator.h]
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/include/GrAllocator.h]
4b90c62
Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptr
by bsalomon@google.com
· 13 years ago
9266901
Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic
by bsalomon@google.com
· 13 years ago
4fa6694
Resubmit 2289 with fix for glsl version
by bsalomon@google.com
· 13 years ago
1fac5ca
Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version.
by bsalomon@google.com
· 13 years ago
98874cd
[GPU] Use new Var type for inputs/outputs of FS and VS
by bsalomon@google.com
· 13 years ago
49313f6
GrTArray->SkTArray & docs
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
6a77cc5
Fix warnings.
by bsalomon@google.com
· 14 years ago
a55847b
Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types.
by bsalomon@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 14 years ago