History log of /external/libxcam/modules/ocl/cl_context.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d656676b8d13980755e6220a3e857ba3c5f5f798 18-Dec-2017 Yinhang Liu <yinhangx.liu@intel.com> standard-OCL: remove private dependence

* disable cl_intel.h downloading
* separate cl_va_memory.h from cl_memory.h
* separate cl_intel_context.h from cl_context.h
* fix some undefined errors
/external/libxcam/modules/ocl/cl_context.h
9fbfce6bd98f1d790f75215932de854892a58154 24-Nov-2017 Wind Yuan <feng.yuan@intel.com> headers: add xcam_std.h as xcam cplusplus first header

* new xcam_std.h as first header instead of xcam_utils.h
* all export headers with #include <> instead of #include ""

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_context.h
674d67d5ea78070c591f6ae229639ebfb8fa4952 28-Oct-2017 Yinhang Liu <yinhangx.liu@intel.com> enqueue-map: fix map_flags error
/external/libxcam/modules/ocl/cl_context.h
cff638b59385036cbc91873a9965282c8861a306 25-Sep-2017 Yinhang Liu <yinhangx.liu@intel.com> standard-OCL: switch to CLVideoBuffer path

* CLVideoBuffer inherited from BufferProxy and CLBuffer

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_context.h
7110f89ce125e8d4dedcd585fea7b44636403400 30-Jun-2017 Yinhang Liu <yinhangx.liu@intel.com> file-path: standardize the path of header files

* add module names (e.g. ocl/isp) for headers
* correct cflags to "-I${prefix}/include/xcam -I${prefix}/include"

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_context.h
be505049e0d0cd218324c728b840652ac54bd19f 01-Jun-2017 Wind Yuan <feng.yuan@intel.com> cl-framework: refine cl kernel handler arguments

* add cl argument class, template and array for different types
for example.
CLArgList args;
args.push_back (new CLMemArgument (cl_image));
args.push_back (new CLArgumentT<int> (1920));
* cl kernel support async mode (disable block), cl arguments
would be released by event hook.
* CLImageKernel arguments can be set by deriving <prepare_arguments> or
directly <set_arguments>. only one can work.
* CLImageHandler, all parameters should be ready in <prepare_parameters>
and released in <execute_done>
* Image input/output buffer can be found via CLImageHandler
get_input_buf ()
get_output_buf ()

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_context.h
f1a32a2ea07fe016eebaa47a6c1965ac367c5425 12-Jun-2016 Yinhang Liu <yinhangx.liu@intel.com> framework: adjust the code skeletons

* move 3alib to plugins/3a
* move smartlib to plugins/smart
* separate modules/isp and modules/ocl from xcore

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_context.h