Commit 02a2ba9d authored by H. Verbeet's avatar H. Verbeet Committed by Alexandre Julliard

wined3d: Report post pixelshader blending on WINED3DFMT_A16B16G16R16F.

parent 2b2a5d7f
......@@ -168,7 +168,7 @@ static const GlPixelFormatDescTemplate gl_formats_template[] = {
{WINED3DFMT_G16R16F ,0 ,0 , 0, 0 ,0
,WINED3DFMT_FLAG_FILTERING | WINED3DFMT_FLAG_RENDERTARGET },
{WINED3DFMT_A16B16G16R16F ,GL_RGBA16F_ARB ,GL_RGBA16F_ARB , 0, GL_RGBA ,GL_HALF_FLOAT_ARB
,WINED3DFMT_FLAG_FILTERING | WINED3DFMT_FLAG_RENDERTARGET },
,WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING | WINED3DFMT_FLAG_FILTERING | WINED3DFMT_FLAG_RENDERTARGET },
/* Palettized formats */
{WINED3DFMT_A8P8, 0 ,0 , 0, 0 ,0
,0 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment