This patch implements the Displace node for the realtime compositor. This is different from the CPU implementation in that it relies on the approximate EWA filtering provided by the driver's implementation of anisotropic filtering to displace the texture. This is easier and faster than implementing EWA manually in the shader and has identical quality where it matters. Pull Request: https://projects.blender.org/blender/blender/pulls/106681