specs: Add EGL_MESA_device_software
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Aug 2017 20:24:06 +0000 (16:24 -0400)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 1 Nov 2018 00:05:43 +0000 (00:05 +0000)
commit3f08e500c4574e12af9c71dbf47ae0aca92262e8
tree6c2c12c26dc7e0d630d23191ca9219bcee930e45
parent7552fcb7b9b98392e6a815ff587f9f2d200d6a37
specs: Add EGL_MESA_device_software

The device extension string is expected to contain the name of the
extension defining what kind of device it is, so the caller can know
what kinds of operations it can perform with it. So that string had
better be non-empty, hence this trivial extension.

v2:
 - drop "fallback", update history and update contributor list

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
docs/specs/EGL_MESA_device_software.txt [new file with mode: 0644]