looking for i915 direct programming sample application

2014-06-10 Thread Jani Nikula
On Sun, 08 Jun 2014, Matt Turner wrote: > On Sat, Jun 7, 2014 at 3:45 PM, G?bor Bereczki > wrote: >> did some more research. Is the following correct? >> -OpenCL is not yet supported for Intel GPU on Linux > > The Beignet project [1] supports OpenCL IvyBridge (and Haswell, I think). > > I believ

looking for i915 direct programming sample application

2014-06-08 Thread Matt Turner
On Sat, Jun 7, 2014 at 3:45 PM, G?bor Bereczki wrote: > did some more research. Is the following correct? > -OpenCL is not yet supported for Intel GPU on Linux The Beignet project [1] supports OpenCL IvyBridge (and Haswell, I think). I believe your time would be much better spent contributing t

looking for i915 direct programming sample application

2014-06-08 Thread Gábor Bereczki
Hi, did some more research. Is the following correct? -OpenCL is not yet supported for Intel GPU on Linux -i915 driver can be accessed by opening /sys/devices/pci/:00:02.0/device and ioctling it? Next I have to learn about output from GPU. In some docs I could read direct access to the graphi

looking for i915 direct programming sample application

2014-06-07 Thread Gábor Bereczki
Hello i915 Community, I am looking after a "Hello world!" like simple skeleton program, from which I could learn how to open the GPU device, how to set up memories, etc, how to pass and execute ringbuffer. How to check resulting frame buffer. I guess there could be such user space application, tha