~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to intern/cycles/kernel/kernel_film.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
__device void kernel_film_tonemap(KernelGlobals *kg,
52
52
        __global uchar4 *rgba, __global float *buffer,
53
 
        int sample, int resolution, int x, int y, int offset, int stride)
 
53
        int sample, int x, int y, int offset, int stride)
54
54
{
55
55
        /* buffer offset */
56
56
        int index = offset + x + y*stride;