foreman
7b35af8cd4
P4 to Git Change 1159996 by weizhang@weizhang-lnx-opencl-tmp on 2015/06/10 16:03:37
...
EPR #410989 - [Project Brahma] - CL-GL Support
At present, multi-gpu is not supported on Brahma stack. Thus, glxGetContextMVPUINFOAMD hasn't been implemented by OGL.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#24 edit
2015-06-10 16:23:26 -04:00
foreman
6b46087492
P4 to Git Change 1143340 by skudchad@skudchad_test_win_opencl2 on 2015/04/22 13:03:52
...
EPR #403782 - IOMMU2/SVM on CZ Win10, GL Interop changes for SVM.
- Pass flag to GL to disable forceRemoteAllocation during GLDissociate
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#23 edit
2015-04-22 13:12:25 -04:00
foreman
753f82f868
P4 to Git Change 1142991 by skudchad@skudchad_test_win_opencl2 on 2015/04/21 18:31:11
...
EPR #403782 - IOMMU2/SVM on CZ Win10, GL Interop changes for SVM.
- Pass flag to GL to indicate SVM mode for OpenCL
ReviewBoardURL = http://ocltc.amd.com/reviews/r/7394/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#22 edit
2015-04-21 18:43:08 -04:00
foreman
c465e50702
P4 to Git Change 1135960 by lujiao@lujiao_win_ugl on 2015/03/30 21:31:30
...
EPR #410381 - [OGL] Implement GL_KHR_texture_compression_astc_ldr
Add new formats in the cm_enum.h for the astc new tokens
COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
COMPRESSED_RGBA_ASTC_5x4_KHR 0x93B1
COMPRESSED_RGBA_ASTC_5x5_KHR 0x93B2
COMPRESSED_RGBA_ASTC_6x5_KHR 0x93B3
COMPRESSED_RGBA_ASTC_6x6_KHR 0x93B4
COMPRESSED_RGBA_ASTC_8x5_KHR 0x93B5
COMPRESSED_RGBA_ASTC_8x6_KHR 0x93B6
COMPRESSED_RGBA_ASTC_8x8_KHR 0x93B7
COMPRESSED_RGBA_ASTC_10x5_KHR 0x93B8
COMPRESSED_RGBA_ASTC_10x6_KHR 0x93B9
COMPRESSED_RGBA_ASTC_10x8_KHR 0x93BA
COMPRESSED_RGBA_ASTC_10x10_KHR 0x93BB
COMPRESSED_RGBA_ASTC_12x10_KHR 0x93BC
COMPRESSED_RGBA_ASTC_12x12_KHR 0x93BD
COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR 0x93D0
COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR 0x93D1
COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR 0x93D2
COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR 0x93D3
COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR 0x93D4
COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR 0x93D5
COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR 0x93D6
COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR 0x93D7
COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR 0x93D8
COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR 0x93D9
COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR 0x93DA
COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR 0x93DB
COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR 0x93DC
COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD
ReviewBoardURL = http://ocltc.amd.com/reviews/r/7161/diff/
http://ocltc.amd.com:8111/viewModification.html?modId=49135&personal=true
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#21 edit
2015-03-30 21:44:08 -04:00
foreman
b7ee1dd66b
P4 to Git Change 1094113 by gandryey@gera-dev-w7 on 2014/11/05 18:22:34
...
ECR #304775 - CL-GL depth buffer interop
- Make the changes necessary for the depth buffer interop support. Currently the extension is disabled, because the conformance tests have multiple bugs.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_memobj.cpp#71 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#231 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#197 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#292 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#101 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#113 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#217 edit
2014-11-05 18:30:40 -05:00
foreman
9b0402343e
P4 to Git Change 1088224 by gandryey@gera-dev-w7 on 2014/10/16 14:05:07
...
EPR #403341 - [Regression][OCL] P2P SDI to GPU (RGBA) and P2P SDI to GPU (RGB) show corruption on sdi output
- Remove CALResGLBufferTypeEnum.
- Code clean-up
- Add a workaround for conformance fence_sync failures
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#195 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/include/cal/calcl.h#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#42 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#19 edit
2014-10-16 14:25:54 -04:00
foreman
b4f7a4274b
P4 to Git Change 1087490 by gandryey@gera-dev-w7 on 2014/10/14 19:07:04
...
EPR #403341 - [Regression][OCL] P2P SDI to GPU (RGBA) and P2P SDI to GPU (RGB) show corruption on sdi output
- Enable GL Acquire/Release calls for more resource types. GL can enable color compression, but compute doesn't support it. Thus decompression can be required.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#194 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#41 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#18 edit
2014-10-14 19:15:37 -04:00
foreman
3694ab2ce8
initial commit
2014-07-04 16:17:05 -04:00