blender/source/blender
Clément Foucault ab0e6386fc Fix: EEVEE: Imprecision in HiZ gather coordinates
The offset was only 0.5 which centered the gather
sample exactly on the first pixel of the quad.
With floating point arithmetic differences on Nvidia
this lead to the wrong set of texture pixel being
fetched by gather.

Using the coordinate at the center of the quad fixes
the issue.

Fix #123262
2024-06-20 13:06:52 +02:00
..
animrig Fix #122777: The keyframe_insert method throws python exceptions 2024-06-11 11:11:16 +02:00
asset_system Fix #120466: Crash when opening file with inactive asset browser 2024-06-10 16:54:03 +02:00
blendthumb Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
blenfont Refactor: Add BLF Function to determine input selection boxes 2024-05-18 00:13:32 +02:00
blenkernel BLO: support overaligned types in SDNA 2024-06-19 12:16:24 +02:00
blenlib Curve: reduce overhead in debug builds 2024-06-19 12:08:27 +02:00
blenloader Cleanup: spelling and duplicates in local dictionary 2024-06-20 17:30:08 +10:00
blentranslation Cleanup: use const pointers where possible 2024-04-16 12:27:47 +10:00
bmesh Fix #119980: BMesh copy functions can clear selection 2024-05-28 13:34:50 -04:00
compositor Fix #123340: Zero division in Difference Key node 2024-06-19 11:46:09 +03:00
cpucheck CMake: Change build flags to use SSE42 if available 2024-04-11 20:46:14 +02:00
datatoc Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
depsgraph Fix: handle unknown node types more gracefully 2024-06-14 11:50:24 +02:00
draw Fix: EEVEE: Imprecision in HiZ gather coordinates 2024-06-20 13:06:52 +02:00
editors Fix: VSE timeline strip outline readability 2024-06-20 13:01:26 +02:00
freestyle Cleanup: Move BKE_node to namespace 2024-05-13 16:07:12 +02:00
functions Fix potential dangling reference errors 2024-05-31 13:41:11 +10:00
geometry Fix #122849: Curve to mesh node crash with non-point builtin attributes 2024-06-06 17:18:45 -04:00
gpencil_modifiers_legacy Cleanup: quiet redundant move warning 2024-05-21 13:17:35 +10:00
gpu Fix: VSE timeline strip outline readability 2024-06-20 13:01:26 +02:00
ikplugin Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
imbuf Cleanup: spelling in code comments & minor edits 2024-06-06 09:55:13 +10:00
io Fix: USD access of deleted mesh during custom property write 2024-06-19 21:44:59 +02:00
makesdna BLO: support overaligned types in SDNA 2024-06-19 12:16:24 +02:00
makesrna Anim: add "legacy behavior" option to Limit Rotation constraint 2024-06-18 18:29:25 +02:00
modifiers I18n: Extract and disambiguate a few messages 2024-06-13 12:15:55 +02:00
nodes USD: Rename active UV Map to "st" by default 2024-06-19 17:53:55 +02:00
python Fix #104061: Python GPU module unusable after too early import 2024-06-19 17:54:35 +02:00
render Fix: EEVEE: Remaining references to EEVEE-Legacy in codebase 2024-06-18 18:17:34 +02:00
sequencer Fix #123259: VSE alpha over not working with a Mask modifier 2024-06-17 11:43:28 +02:00
shader_fx Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
simulation Cleanup: use angle brackets for system include 2024-05-06 11:28:10 +10:00
windowmanager UI: Separate job type for asset library and file list loading 2024-06-11 18:31:39 +02:00
CMakeLists.txt CMake: Change build flags to use SSE42 if available 2024-04-11 20:46:14 +02:00