P4 to Git Change 1330891 by lmoriche@lmoriche_opencl_lc on 2016/10/24 18:05:30
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- "top.hpp" should be included before the dx headers
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d10.cpp#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d11.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#52 edit
[ROCm/clr commit: a522468488]
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "top.hpp"
|
||||
|
||||
#include <d3d10_1.h>
|
||||
#include <dxgi.h>
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "top.hpp"
|
||||
|
||||
#include <d3d11.h>
|
||||
#include <dxgi.h>
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "top.hpp"
|
||||
|
||||
#include <d3d9.h>
|
||||
#include "cl_common.hpp"
|
||||
#include "cl_d3d9_amd.hpp"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// Copyright 2010 Advanced Micro Devices, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include "top.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <d3d10_1.h>
|
||||
#include <d3d9.h>
|
||||
|
||||
Reference in New Issue
Block a user