[PATCH] winemac: Implement the WGL_WINE_query_renderer extension.

Henri Verbeet hverbeet at gmail.com
Tue Apr 26 04:41:40 CDT 2016


On 26 April 2016 at 10:29, Ken Thomases <ken at codeweavers.com> wrote:
> +        case WGL_RENDERER_UNIFIED_MEMORY_ARCHITECTURE_WINE:
> +            /* FIXME: not sure what this means */
Mostly whether the GPU has its own dedicated video memory that's not
directly accessible by the CPU, or instead shares the memory between
the CPU and GPU.

> +        case WGL_RENDERER_VERSION_WINE:
> +            /* FIXME: anything better we can return? */
If the driver doesn't have its own version number, the next best thing
is probably the OS version number. This typically matches the final
part of the GL_VERSION string.



More information about the wine-devel mailing list