bdk-blender/intern/cycles/kernel
Philipp Oeser bb194e6b84 Fix T103615: OSL image box mapping has flipped textures
This breaks backwards compatibility some in that 3 sides will be mapped
differently now, but difficult to avoid and can be considered a bugfix.

Similar to rBdd8016f7081f.

Maniphest Tasks: T103615

Differential Revision: https://developer.blender.org/D16910
2023-01-13 10:18:03 +01:00
..
bvh Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
closure Fix non-finite tangent in Cycles with missing UV map 2021-05-12 10:06:11 +02:00
filter Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
geom Fix T91728: Cycles render artifacts with motion blur and object attributes 2021-11-02 11:16:58 +01:00
kernels Fix Cycles CUDA build error with Visual Studio 2019 v16.9 2021-03-08 14:06:16 +01:00
osl Cmake/deps: Update OSL to 1.11.10.0 2021-02-24 07:13:37 -07:00
shaders Fix T103615: OSL image box mapping has flipped textures 2023-01-13 10:18:03 +01:00
split Cleanup: spelling 2021-03-18 09:36:44 +11:00
svm Fix non-finite tangent in Cycles with missing UV map 2021-05-12 10:06:11 +02:00
CMakeLists.txt Cycles: upgrade CUDA to 11.4 2021-07-27 14:05:40 +02:00
kernel_accumulate.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_adaptive_sampling.h Fix T76925: more Cycles OpenCL compile errors with some drivers on Linux 2020-05-25 17:06:10 +02:00
kernel_bake.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_camera.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_color.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_compat_cpu.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
kernel_compat_cuda.h Fix Cycles kernel compile error with NanoVDB because of type redefinition 2020-11-02 18:00:13 +01:00
kernel_compat_opencl.h Cycles: Remove Compilation Warning 2020-11-23 16:36:15 +01:00
kernel_compat_optix.h Fix Cycles kernel compile error with NanoVDB because of type redefinition 2020-11-02 18:00:13 +01:00
kernel_differential.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_emission.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_film.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
kernel_globals.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
kernel_id_passes.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
kernel_jitter.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
kernel_light_background.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_light_common.h Cleanup: removed unnecessary multiplications in area light importance sampling 2021-04-29 15:58:51 +02:00
kernel_light.h Fix T87324: incorrect parametric coordinates with light spread 2021-04-12 20:10:30 +02:00
kernel_math.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_montecarlo.h Revert "Cycles: optimize ensure_valid_reflection(), reduces render time by about 1%" 2021-05-26 18:27:21 +02:00
kernel_passes.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_path_branched.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_path_common.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_path_state.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_path_subsurface.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_path_surface.h Cycles: perform clamping per light contribution instead of whole path 2019-12-12 13:04:43 +01:00
kernel_path_volume.h Cycles: perform clamping per light contribution instead of whole path 2019-12-12 13:04:43 +01:00
kernel_path.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_profiling.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_projection.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_queues.h Cleanup: spelling, repeated words 2019-11-25 00:55:11 +11:00
kernel_random.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
kernel_shader.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_shadow.h Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
kernel_subsurface.h Fix T72791: Cycles wrong results when mixing multiple random walk BSSRDFs 2021-05-11 22:24:51 +02:00
kernel_textures.h Cycles: change volume step size controls, auto adjust based on voxel size 2020-03-18 11:23:05 +01:00
kernel_types.h Cycles OpenCL: disable AO preview kernels 2021-05-19 18:30:43 +02:00
kernel_volume.h Fix Cycles NaN assert in random walk SSS due to very small throughput 2021-03-19 13:20:42 +01:00
kernel_work_stealing.h Fix T76925: more Cycles OpenCL compile errors with some drivers on Linux 2020-05-25 17:06:10 +02:00
kernel_write_passes.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00