X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=AndroidGen.mk;h=24240311959ba6181fa5817234eaaa7c1cb5796a;hb=db0f40414e62da810ee561d5f51bc34902d57f60;hp=2729a636c6a582e920ab731e0f55ebb63109dff3;hpb=d559edb0db4a4b4f1af3158e326f0ac38db65f10;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/AndroidGen.mk b/AndroidGen.mk index 2729a63..2424031 100644 --- a/AndroidGen.mk +++ b/AndroidGen.mk @@ -34,8 +34,6 @@ LOCAL_SRC_FILES := \ external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \ external/vulkancts/framework/vulkan/vkDefs.cpp \ external/vulkancts/framework/vulkan/vkDeviceUtil.cpp \ - external/vulkancts/framework/vulkan/vkGlslProgram.cpp \ - external/vulkancts/framework/vulkan/vkGlslToSpirV.cpp \ external/vulkancts/framework/vulkan/vkImageUtil.cpp \ external/vulkancts/framework/vulkan/vkImageWithMemory.cpp \ external/vulkancts/framework/vulkan/vkMemUtil.cpp \ @@ -45,6 +43,8 @@ LOCAL_SRC_FILES := \ external/vulkancts/framework/vulkan/vkQueryUtil.cpp \ external/vulkancts/framework/vulkan/vkRef.cpp \ external/vulkancts/framework/vulkan/vkRefUtil.cpp \ + external/vulkancts/framework/vulkan/vkShaderProgram.cpp \ + external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp \ external/vulkancts/framework/vulkan/vkSpirVAsm.cpp \ external/vulkancts/framework/vulkan/vkSpirVProgram.cpp \ external/vulkancts/framework/vulkan/vkStrUtil.cpp \ @@ -87,6 +87,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp \ + external/vulkancts/modules/vulkan/draw/vktDrawInvertedDepthRangesTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawNegativeViewportHeightTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawShaderDrawParametersTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawSimpleTest.cpp \ @@ -166,6 +167,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/rasterization/vktRasterizationTests.cpp \ external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.cpp \ external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp \ + external/vulkancts/modules/vulkan/renderpass/vktRenderPassSampleReadTests.cpp \ external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp \ external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp \ external/vulkancts/modules/vulkan/robustness/vktRobustnessTests.cpp \ @@ -197,6 +199,8 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseBinding.cpp \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseResidency.cpp \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferTests.cpp \ + external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageAlignedMipSize.cpp \ + external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageBlockShapes.cpp \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageMemoryAliasing.cpp \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseBinding.cpp \ external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseResidency.cpp \ @@ -213,6 +217,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmConditionalBranchTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmGraphicsShaderTestUtil.cpp \ + external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmImageSamplerTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmIndexingTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTests.cpp \ @@ -270,6 +275,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/vktTestGroupUtil.cpp \ external/vulkancts/modules/vulkan/vktTestPackage.cpp \ external/vulkancts/modules/vulkan/vktTestPackageEntry.cpp \ + external/vulkancts/modules/vulkan/wsi/vktWsiColorSpaceTests.cpp \ external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTests.cpp \ external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTimingTests.cpp \ external/vulkancts/modules/vulkan/wsi/vktWsiIncrementalPresentTests.cpp \ @@ -427,7 +433,6 @@ LOCAL_SRC_FILES := \ framework/opengl/gluDefs.cpp \ framework/opengl/gluDrawUtil.cpp \ framework/opengl/gluDummyRenderContext.cpp \ - framework/opengl/gluES3PlusWrapperContext.cpp \ framework/opengl/gluFboRenderContext.cpp \ framework/opengl/gluObjectWrapper.cpp \ framework/opengl/gluPixelTransfer.cpp \