http://bugs.winehq.org/show_bug.cgi?id=14045
--- Comment #6 from Alexander Sabourenkov screwdriver@lxnt.info 2008-08-05 12:52:40 --- Found what PF_GENERIC_* flags may actually mean:
PFD_GENERIC_FORMAT only = Software PFD_GENERIC_ACCELERATED only = Accelerated through MCD Neither = Accelerated through ICD
MCD means only a subset of operations are implemented in (presumably vendor-supplied) driver.
Now, this distinction does not make any sense any more, and I now understand why the code is written the way it is.
How do we run windows apps that insist on software-implemented OpenGL?