Sweden-Number/dlls/ddraw
Stefan Dösinger 8ca711f428 ddraw/tests: Test palette alpha behavior.
What I care about here is that setting peFlags != 0 doesn't cause errors
either during ddraw palette creation or DIB section creation. peFlags
isn't an alpha channel, but P8 textures abuse it that way, hence the
name of the test. It probably has deeper meaning in DDSCL_NORMAL when
the X server is running in 8 bit paletteindexed mode, but I don't think
we really care about this.
2014-05-07 20:21:57 +02:00
..
tests ddraw/tests: Test palette alpha behavior. 2014-05-07 20:21:57 +02:00
Makefile.in makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
clipper.c ddraw: Don't leak the window DC. 2012-02-08 17:20:22 -06:00
ddraw.c wined3d: Remove the version parameter. 2014-03-20 19:04:37 +01:00
ddraw.spec
ddraw_classes.idl makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
ddraw_private.h ddraw: Use the new private store api. 2014-03-17 20:23:58 +01:00
device.c Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
executebuffer.c ddraw: Cleanup d3d_execute_buffer_QueryInterface(). 2014-04-29 13:36:09 +02:00
light.c ddraw: Get rid of dump_light(). 2013-01-14 11:01:46 +01:00
main.c wined3d: Remove the version parameter. 2014-03-20 19:04:37 +01:00
material.c ddraw: Use proper helpers for iface calls. 2012-08-27 19:46:03 +02:00
palette.c wined3d: Get rid of unused palette flags. 2013-12-13 12:36:11 +01:00
surface.c ddraw: Alpha palettes can only be attached to textures. 2014-05-07 20:21:57 +02:00
utils.c ddraw: Cleanup DDRAW_dump_pixelformat(). 2014-05-02 13:45:21 +02:00
version.rc
vertexbuffer.c wined3d: Filter redundant WINED3D_MAP_DISCARD buffer maps. 2014-03-04 11:50:54 +01:00
viewport.c ddraw: Only output a warning when clearing a viewport without background material. 2014-04-30 09:34:05 +02:00