Sybren A. Stüvel
3db67fd670
Revert "Cleanup: Cycles, applied Clang-Format"
...
This reverts commit 88cc3f167f . It was
caused by running Clang-Format version 10, instead of 9 from the
precompiled libs directory.
2020-08-07 13:38:07 +02:00
Sybren A. Stüvel
88cc3f167f
Cleanup: Cycles, applied Clang-Format
...
No functional changes.
2020-08-07 12:01:40 +02:00
Campbell Barton
65194dc71a
Cleanup: clang-format
...
Minor difference caused by clang-format v10.0
2020-05-05 16:06:12 +10:00
Campbell Barton
af0a042da7
Cleanup: remove unused arg, clang-format
2020-04-24 11:43:30 +10:00
Campbell Barton
e12c08e8d1
ClangFormat: apply to source, most of intern
...
Apply clang format as proposed in T53211.
For details on usage and instructions for migrating branches
without conflicts, see:
https://wiki.blender.org/wiki/Tools/ClangFormat
2019-04-17 06:21:24 +02:00
Sergey Sharybin
82e729d986
Cycles: Use proper mask for vectrorized boolean print
2018-09-17 18:02:01 +02:00
Campbell Barton
1daa20ad9f
Cleanup: strip trailing space for cycles
2018-07-06 10:17:58 +02:00
Sergey Sharybin
be587d76ef
Cycles: Fix bad register cast in sseb
...
This is currently unused code, but causes gcc-8 to fail.
2018-03-28 10:34:31 +02:00
Brecht Van Lommel
a8cc0d707e
Code refactor: split defines into separate header, changes to SSE type headers.
...
I need to use some macros defined in util_simd.h for float3/float4, to emulate
SSE4 instructions on SSE2. But due to issues with order of header includes this
was not possible, this does some refactoring to make it work.
Differential Revision: https://developer.blender.org/D2764
2017-08-07 14:01:24 +02:00
Sv. Lockal
c32ded3654
Cycles: add better specializations for SSE shuffle function and few more wrappers.
2015-03-07 17:25:21 +00:00
Thomas Dinges
354cf76803
Cleanup: Comment block for sse helpers.
2015-02-14 20:57:21 +01:00
Thomas Dinges
270bbc89ec
Fix Cycles compilation on x86, without SSE.
2015-02-13 09:29:16 +01:00
Sergey Sharybin
5646a9f759
Cycles: Add utility functions to print ssef, ssei and sseb
...
Nothing special, just really handy for debugging.
2015-02-11 00:11:04 +05:00
Thomas Dinges
ee36e75b85
Cleanup: Fix Cycles Apache header.
...
This was already mixed a bit, but the dot belongs there.
2014-12-25 02:50:24 +01:00
Thomas Dinges
cd5e1ff74e
Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.
...
This makes the code a bit easier to understand, and might come in handy
if we want to reuse more Embree code.
Differential Revision: https://developer.blender.org/D482
Code by Brecht, with fixes by Lockal, Sergey and myself.
2014-06-13 21:59:12 +02:00