Lines Matching refs:vendor
44 This extension allows the vendor-neutral GLX client library,
45 libglvnd, to determine which vendor-specific driver is needed to
84 space-separated sequence of vendor names. The names are in order of
85 preference, with the most preferred vendor first."
113 1) Should GLX_VENDOR_NAMES_EXT contain a single vendor name or a
119 vendor libraries that work with a single server-side driver.
124 client-side vendor library and an open source vendor library
126 server would return the names for both of the vendor libraries.
127 The client would then try loading each vendor library as
130 2) What order should the vendor names be returned in?
132 RESOLVED: If there are multiple vendor names, then the client
137 each vendor name, in the order that the server lists them. It
138 will stop when it finds the first vendor that works.
140 3) How are vendor names defined and interpreted?
142 RESOLVED: The vendor names for a screen are defined based on the
146 The GLX client library is responsible for translating the vendor
147 name to a vendor library name. The details of the translation
148 are part of the interface between the vendor library and the GLX
151 4) Does the vendor name list need a new enum? Could it be appended
154 RESOLVED: Use a new enum. The vendor-specific part of the