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

« back to all changes in this revision

Viewing changes to intern/cycles/util/util_cuda.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:
32
32
bool cuLibraryInit();
33
33
bool cuHavePrecompiledKernels();
34
34
string cuCompilerPath();
 
35
int cuCompilerVersion();
35
36
 
36
37
CCL_NAMESPACE_END
37
38
 
206
207
        CU_TARGET_COMPUTE_13,
207
208
        CU_TARGET_COMPUTE_20,
208
209
        CU_TARGET_COMPUTE_21,
209
 
        CU_TARGET_COMPUTE_30
 
210
        CU_TARGET_COMPUTE_30,
 
211
        CU_TARGET_COMPUTE_35
210
212
} CUjit_target;
211
213
 
212
214
typedef enum CUjit_fallback_enum