OSDN Git Service

glsl: Create file to contain software fp64 functions
authorMatt Turner <mattst88@gmail.com>
Thu, 15 Nov 2018 18:18:12 +0000 (10:18 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 Jan 2019 00:42:40 +0000 (16:42 -0800)
commitb63a1f8e40b6705d6a1d806fbd38dcd197d4229b
tree0b4e18335166e5164a64e36b81bf984567f3b99e
parent412472da5cb30b603e218b34893936cc70039ded
glsl: Create file to contain software fp64 functions

The following patches will add implementations of various
double-precision operations to this file.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/Android.glsl.gen.mk
src/compiler/Makefile.glsl.am
src/compiler/Makefile.sources
src/compiler/glsl/float64.glsl [new file with mode: 0644]
src/compiler/glsl/meson.build
src/mesa/drivers/dri/i965/Android.mk