- Sep 08, 2009
-
-
-
-
-
-
-
-
-
-
The MSDN is not totally correct: A8R8G8B8 and A1R5G5B5 also allow GetDC. The main differences that have to be filtered out in d3d9.dll are GetDC on A8B8G8R8, X8B8G8R8 and P8.
-
-
The KIL is quite expensive because it forces drivers to disable early Z discard. It is cheaper to generate and switch between two shaders.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sep 02, 2009
-
-
-
-
-
winex11: Introduce a new function for looking up the physical color of a pixel for use with colormap generation-like functions. This prepares to a rewrite of X11DRV_PALETTE_ToPhysical which requires the physDev for retrieving the color shifts.