af401275705edb5272f7c69394a1c1cf262f059f |
|
27-Mar-2017 |
Greg Daniel <egdaniel@google.com> |
Minor fix to VkWrapTest We need to make sure we cleanup the VkImage created when testing the wrapping of a render target. BUG=skia: Change-Id: I60ea7e880fecccca309a250cc3b19eb29d6aa89c Reviewed-on: https://skia-review.googlesource.com/10206 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
/external/skia/tests/VkWrapTests.cpp
|
0b791f57c4a158fa3cab7250f0955b7f8abd5755 |
|
10-Mar-2017 |
Brian Osman <brianosman@google.com> |
Remove ownership aruments from render target wrap functions We never adopt render targets (just borrow them). BUG=skia: Change-Id: Ie899b814a7a81339a8735bbd7ad9facc66e580d7 Reviewed-on: https://skia-review.googlesource.com/9525 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
/external/skia/tests/VkWrapTests.cpp
|
6bd5284415bd983b0628c4941dff5def40018f5a |
|
27-Oct-2016 |
bungeman <bungeman@google.com> |
Remove SkAutoTUnref and SkAutoTDelete from public includes. This also makes the required changed to src, tests, and tools. The few public APIs modified by this change appear to be unused outside of Skia. Removing these from the public API makes it easier to ensure users are no longer using them. This also updates GrGpu::wrapBackendXXX and the ::onWrapBackendXXX methods to clarify ownership. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2448593002 Review-Url: https://codereview.chromium.org/2448593002
/external/skia/tests/VkWrapTests.cpp
|
65b8cb05a7560733f9be8eefe41f7289348c83e5 |
|
20-Sep-2016 |
jvanverth <jvanverth@google.com> |
Fix VkWrapTests BUG=skia: TBR=bsalomon@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2352173002 Review-Url: https://codereview.chromium.org/2352173002
/external/skia/tests/VkWrapTests.cpp
|
0a3a7f7303273151f1585b3cf5f6968e3932bfed |
|
24-Jun-2016 |
egdaniel <egdaniel@google.com> |
Have gpu createTestingOlyBackendTexture know if it is a render target or not In Vulkan we need to know at create time of a texture whether or not we will use it as a render target. BUG=skia:5458 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2093943002 Review-Url: https://codereview.chromium.org/2093943002
/external/skia/tests/VkWrapTests.cpp
|
1d4453efd1d03c1383452a58329956d484522170 |
|
14-Jun-2016 |
jvanverth <jvanverth@google.com> |
Another linux Vulkan fix BUG=skia: TBR=egdaniel@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2069443003 Review-Url: https://codereview.chromium.org/2069443003
/external/skia/tests/VkWrapTests.cpp
|
1e305ba0d6a4237020d36234e9e286d3b0489401 |
|
01-Jun-2016 |
jvanverth <jvanverth@google.com> |
Add offset to memory allocations This is setting up for suballocations within one large allocation BUG=skia:5031 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2018933004 TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2018933004
/external/skia/tests/VkWrapTests.cpp
|
b2df0c2702329be6380a943d548e7377a51d8565 |
|
13-May-2016 |
egdaniel <egdaniel@google.com> |
Refactor Vulkan image, texture, RTs so that create and getter handles match. This allows allows us to track and notify clients when either side changes and image layout. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1974983002 Review-Url: https://codereview.chromium.org/1974983002
/external/skia/tests/VkWrapTests.cpp
|
8b7451aaf6b1c71e9d343a4df107893db277b6aa |
|
11-May-2016 |
bsalomon <bsalomon@google.com> |
Turn ContextInfos returned by GrContextFactory into structs. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966013002 Review-Url: https://codereview.chromium.org/1966013002
/external/skia/tests/VkWrapTests.cpp
|
9b92ebdf41ed1fbd9ff598afad1804315ad62d46 |
|
04-May-2016 |
benjaminwagner <benjaminwagner@google.com> |
Remove executable bit from source code files. TBR=reed BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1952773002 Review-Url: https://codereview.chromium.org/1952773002
/external/skia/tests/VkWrapTests.cpp
|
dc0fcd41e75682a8bfd5e285d684461475226330 |
|
11-Apr-2016 |
bsalomon <bsalomon@google.com> |
Vulkan config in dm BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1872283003 Review URL: https://codereview.chromium.org/1872283003
/external/skia/tests/VkWrapTests.cpp
|
85b4b53e78dcdeae2a51935ca5e214b0f1a06492 |
|
05-Apr-2016 |
bsalomon <bsalomon@google.com> |
Rename enums in GrContextFactory to remove "GL" Also, remove kNative as a separate context type and instead make it an alias for kGL or kGLES based on OS. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1845923004 Committed: https://skia.googlesource.com/skia/+/2d9c6f81353597aebf5934547e5cba7a872196fb Review URL: https://codereview.chromium.org/1845923004
/external/skia/tests/VkWrapTests.cpp
|
b4b4cf36c66900fdfaf63106d54a8fac786a3313 |
|
04-Apr-2016 |
bsalomon <bsalomon@google.com> |
Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) Reason for revert: Many GM images unexpectedly changed with this CL. Original issue's description: > Rename enums in GrContextFactory to remove "GL" > > Also, remove kNative as a separate context type and instead make it an alias for kGL or kGLES based on OS. > > > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1845923004 > > Committed: https://skia.googlesource.com/skia/+/2d9c6f81353597aebf5934547e5cba7a872196fb TBR=egdaniel@google.com,jvanverth@google.com # Not skipping CQ checks because original CL landed more than 1 days ago. Review URL: https://codereview.chromium.org/1856703002
/external/skia/tests/VkWrapTests.cpp
|
2d9c6f81353597aebf5934547e5cba7a872196fb |
|
01-Apr-2016 |
bsalomon <bsalomon@google.com> |
Rename enums in GrContextFactory to remove "GL" Also, remove kNative as a separate context type and instead make it an alias for kGL or kGLES based on OS. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1845923004 Review URL: https://codereview.chromium.org/1845923004
/external/skia/tests/VkWrapTests.cpp
|
2ae4b2e95ddd36ede0d3cbc4d274b6d6618a049d |
|
31-Mar-2016 |
kkinnunen <kkinnunen@nvidia.com> |
Fix Vulkan tests after GrContextFactory move to sk_gpu_test Fix Vulkan tests after GrContextFactory move to sk_gpu_test BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1844983003 Review URL: https://codereview.chromium.org/1844983003
/external/skia/tests/VkWrapTests.cpp
|
9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 |
|
29-Mar-2016 |
halcanary <halcanary@google.com> |
Style bikeshed - remove extraneous whitespace GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002 Review URL: https://codereview.chromium.org/1842753002
/external/skia/tests/VkWrapTests.cpp
|
fd359caf0cbdefd759d1c788d72faba3f65a6386 |
|
18-Mar-2016 |
jvanverth <jvanverth@google.com> |
Implement Vulkan GrBackendObject for textures. BUG=skia:5043 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1808263002 Review URL: https://codereview.chromium.org/1808263002
/external/skia/tests/VkWrapTests.cpp
|