wined3d: BLENDTEXTUREALPHAPM reads the texture.
[wine] / dlls / wined3d / utils.c
2008-09-02  Stefan Dösingerwined3d: Implement YV12 support for emulated overlays.
2008-08-29  Henri Verbeetwined3d: Remove useless hash_table_t typedef.
2008-08-28  Stefan Dösingerwined3d: Handle projected textures properly in arbfp...
2008-08-28  Stefan Dösingerwined3d: Silence some format spam.
2008-08-28  Stefan Dösingerwined3d: Replace a #if 0 with if(0).
2008-08-27  Stefan Dösingerwined3d: D3DTOP_DOTPRODUCT3 colorop overrides the alphaop.
2008-08-25  Stefan Dösingerwined3d: Add fixed function sRGB write correction.
2008-08-25  Chris Robinsonwined3d: Use the proper internal type for some formats.
2008-08-22  H. Verbeetwined3d: Remove useless hash_table_entry_t typedef.
2008-08-21  Stefan Dösingerwined3d: Don't skip applying texdims with shaders.
2008-08-20  Stefan Dösingerwined3d: Fix the unused arg marker.
2008-08-20  Stefan Dösingerwined3d: Ask the ffp/shader/blit implementation about...
2008-08-20  Stefan Dösingerwined3d: Support YUV formats with GL_APPLE_ycbcr_422.
2008-08-04  Stefan Dösingerwined3d: Initialize the texture op function properly.
2008-07-31  Stefan Dösingerwined3d: Use a hashmap to store the ffp shaders.
2008-07-31  Stefan Dösingerwined3d: Use C bitfields to compact the ffp description.
2008-07-28  Stefan Dösingerwined3d: Add fog and tex types to the ffp fragment...
2008-07-24  Stefan Dösingerwined3d: ATI2N support using GL_EXT_texture_compression...
2008-07-24  Stefan Dösingerwined3d: Support ATI's D3DFMT_ATI2N format.
2008-07-22  Stefan Dösingerwined3d: Move set_tex_op(_nvrc) to their specific files.
2008-07-22  Stefan Dösingerwined3d: Remove some #ifdefs.
2008-07-16  Philip Nilssonwined3d: Enable filtering for D3DFMT_A4R4G4B4.
2008-07-14  Stefan Dösingerwined3d: Separate texture_activate_dimensions.
2008-07-14  Stefan Dösingerwined3d: Move fixed function texture dimension updates...
2008-06-23  H. Verbeetwined3d: Report post pixelshader blending on WINED3DFMT...
2008-06-20  H. Verbeetwined3d: Report WINED3DFMT_FLAG_FILTERING on WINED3DFMT...
2008-06-03  H. Verbeetwined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.
2008-05-27  H. Verbeetwined3d: Fix the nvrc implementation of WINED3DTOP_MULT...
2008-05-27  H. Verbeetwined3d: Add WINED3DTOP_ADDSIGNED2X to debug_d3dtop().
2008-04-24  Stefan Dösingerwined3d: Call activate_dimensions from the atifs code.
2008-04-23  Austin EnglishSpelling fixes.
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2008-04-02  Stefan Dösingerwined3d: Implement TSSARGTEMP with register combiners.
2008-04-02  Stefan Dösingerwined3d: Implement D3DTA_TEMP in the GL_ATI_fragment_sh...
2008-04-01  Stefan Dösingerwined3d: Return a fake pixel format if gl is not loaded.
2008-03-29  Roderick Colenbranderwined3d: Also move the rendertarget capability to the...
2008-03-29  Roderick Colenbranderwined3d: Add a depthstencil flag to the formats table...
2008-03-29  Roderick Colenbranderwined3d: Make the filtering capability of a format...
2008-03-28  Roderick Colenbranderwined3d: Initial post pixelshader blending support...
2008-03-28  Stefan Dösingerwined3d: Remove some debug TRACE stuff.
2008-03-25  Stefan Dösingerwined3d: Implement env bump mapping in the atifs ffp...
2008-03-25  Stefan Dösingerwined3d: Fragment processing using GL_ATI_fragment_shader.
2008-03-03  Roderick Colenbranderwined3d: Add D32F_LOCKABLE to getDepthStencilBits.
2008-02-22  Roderick Colenbranderddraw: Add yv12 detection support.
2008-01-18  Austin Englishwined3d: Spelling fixes.
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
2007-12-18  Stefan Dösingerwined3d: Implement D3DFMT_G16R16.
2007-12-07  Stefan Dösingerwined3d: Add an alpha blending test.
2007-12-03  Stefan Dösingerwined3d: Unify bpp to format conversion.
2007-11-29  Stefan Dösingerwined3d: Make the code aware of GL_ARB_texture_rectangle.
2007-11-28  Stefan Dösingerwined3d: Allow using a different internal format for...
2007-11-09  Stefan Dösingerwined3d: Reinstall the projected texture disabling...
2007-09-25  Stefan Dösingerwined3d: Put V8U8 back into the UNKNOWN format group.
2007-09-24  Stefan Dösingerwined3d: Recompile glsl pixelshaders if the sampler...
2007-09-12  Stefan Dösingerwined3d: Emulate D3DFMT_L6V5U5.
2007-09-11  Stefan Dösingerwined3d: Fix WINED3DFMT_X8L8V8U8.
2007-09-10  Chris Robinsonwined3d: Add X4R4G4B4 and A4R4G4B4 to formats allowed...
2007-08-27  Stefan Dösingerwined3d: Some texture transform fixes.
2007-08-27  Stefan Dösingerwined3d: Texture transforms are disabled when drawing...
2007-08-20  Stefan Dösingerwined3d: Fix some alpha channels in formats.
2007-08-16  Stefan Dösingerwined3d: Fix WINED3DFMT_R3G3B2.
2007-08-13  Roderick Colenbranderwined3d: Add more pixelformats to getColorBits.
2007-08-13  Roderick Colenbranderwined3d: Fix WINED3DFMT D16/L16 bugs in the pixelformat...
2007-08-09  Roderick Colenbranderwined3d: Better pixelformat selection code.
2007-08-08  Roderick Colenbranderwined3d: Prepare pbuffer code for WGL transition.
2007-07-30  Stefan Dösingerwined3d: A more dynamic initialization of the gl pixel...
2007-07-30  Stefan Dösingerwined3d: Store the gl format table in the gl info struc...
2007-07-30  Stefan Dösingerwined3d: Split up the format table.
2007-07-18  Michael Stefaniucwined3d: Remove unreachable code: break after return...
2007-07-06  Stefan Dösingerwined3d: Implement high order patches.
2007-06-18  H. Verbeetwined3d: Mask texture stage state arguments with WINED3...
2007-06-13  Phil Costinwined3d: Add gamma linerization support for D3DFMT_A4R4...
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-06-08  Chris Robinsonwined3d: Add missing table entry value.
2007-06-07  Phil Costinwined3d: Extend the D3DFMT table to include gamma corre...
2007-05-11  Stefan Dösingerwined3d: Prevent wrong bumpenvmap warnings.
2007-05-10  Stefan Dösingerwined3d: Support bump environment mapping using GL_NV_t...
2007-05-09  Stefan Dösingerwined3d: Implement environment bump mapping with GL_ATI...
2007-05-03  Stefan Dösingerd3d: Calculate the size of WINED3DFVF_XYZBx FVFs.
2007-04-24  H. Verbeetwined3d: Output pretty GL errors in checkGLcall and...
2007-04-19  H. Verbeetwined3d: Remove GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATT...
2007-04-17  H. Verbeetwined3d: Use GL_UNSIGNED_BYTE as data type for WINED3DF...
2007-04-17  H. Verbeetwined3d: Add a function for dumping FBO status codes.
2007-04-09  H. Verbeetwined3d: Add a function to dump WINED3DTEXTUREFILTERTYP...
2007-03-19  Stefan Dösingerwined3d: Activate a context before doing opengl calls.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Fabian Bielerwined3d: Implemented signed texture formats via NV_TEXT...
2007-03-07  Stefan Dösingerwined3d: Rework surface dirtification.
2007-02-28  H. Verbeetwined3d: Add some hash table code.
2007-02-15  Stefan Dösingerwined3d: Convert and load U8V8 surfaces as rgb.
2007-02-14  H. Verbeetwined3d: Add WINED3DDECLUSAGE, use it.
2007-01-18  Francois Gougetd3d: Fix the D3DFMT_XXX constant declarations.
2007-01-10  Stefan Dösingerwined3d: Remove dead NV_TEXTURE_SHADER code
2006-12-19  Stefan Dösingerwined3d: Add WINED3DRS_STIPPLEPATTERNxy.
2006-11-27  Andrew Talbotwined3d: Cast-qual warnings fix.
2006-11-17  H. Verbeetwined3d: Fix depth buffer formats to use actual depth...
2006-10-31  Ivan Gyurdievwined3d: Add D3DFVF codes to the WINED3D namespace.
2006-10-30  Ivan Gyurdievwined3d: Add D3DCMPFUNC to the WINED3D namespace.
2006-10-30  Ivan Gyurdievwined3d: Add D3DSTENCILOP to the WINED3D namespace.
2006-10-24  Ivan Gyurdievwined3d: Add D3DTA masks to the WINED3D namespace.
next