Re: [PATCH 2/5] wined3d: refactoring and add Mesa AMD/ATI driver support
26 Feb
2010
26 Feb
'10
10:11 a.m.
On 26 February 2010 06:38, Paul-Andre Panon <ppanon(a)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.
5769
Age (days ago)
5769
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet