godot/platform/x11
Hein-Pieter van Braam d44414c711 Disable -ffast-math for etc2comp
Apparently -ffast-math generates incorrect code with recent versions of
GCC and Clang. The manual page for GCC warns about this possibility.

In my tests it doesn't actually appear to be measurably slower in this
case, and this is used in a batch process so it seems safe to disable
this.

This fixes #10758 and fixes #10070
2017-08-30 11:51:24 +02:00
..
export Dead code tells no tales 2017-08-27 22:13:45 +02:00
context_gl_x11.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
context_gl_x11.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
detect.py Disable -ffast-math for etc2comp 2017-08-30 11:51:24 +02:00
godot_x11.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joypad_linux.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joypad_linux.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
key_mapping_x11.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
key_mapping_x11.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_x11.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
os_x11.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_x11.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_x11.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Add API to access battery power state 2017-03-04 18:04:29 +01:00