[PATCH 2/5] wined3d: refactoring and add Mesa AMD/ATI driver support

Henri Verbeet hverbeet at gmail.com
Fri Feb 26 04:11:11 CST 2010


On 26 February 2010 06:38, Paul-Andre Panon <ppanon at shaw.ca> wrote:
> +enum wined3d_gl_vendor
> +{
> +    GL_VENDOR_WINE                     = 0x0000,
> +    GL_VENDOR_MESA                     = 0x0001,
> +    GL_VENDOR_APPLE                    = 0x0002,
> +    GL_VENDOR_ATI                      = 0x1002,
> +    GL_VENDOR_NVIDIA                   = 0x10de,
> +    GL_VENDOR_INTEL                    = 0x8086,
> +};
These enum members shouldn't need specific values.



More information about the wine-devel mailing list