mountmgr: Allow to specify the drive letter explicitly when creating/removing a drive.
[wine] / dlls / wined3d / ati_fragment_shader.c
2008-10-18  Alexandre Julliardwined3d: Convert source files to utf-8.
2008-10-09  Henri Verbeetwined3d: Make sure some variables are always initialized.
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: Handle projected+bump mapped textures in atifs.
2008-08-26  Stefan Dösingerwined3d: Implement D3DTA_ALPHAREPLICATE in arbfp and...
2008-08-21  Stefan Dösingerd3d9: Test for fixed function value clamping.
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-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-18  Stefan Dösingerwined3d: Correct the D3DTOP_LERP parameter order.
2008-07-18  Stefan Dösingerwined3d: Fix the MULTIPLYADD parameter orders in atifs.
2008-07-17  Stefan Dösingerwined3d: Add extension information to the states.
2008-07-14  Stefan Dösingerwined3d: Move fixed function texture dimension updates...
2008-07-14  Stefan Dösingerwined3d: Remove the atifs shader backend.
2008-07-11  Stefan Dösingerwined3d: Set ffp caps in the ffp backend, not the shade...
2008-07-11  Stefan Dösingerwined3d: Move shader_fragment_enable to the fragment...
2008-07-10  H. Verbeetwined3d: Don't call shader_select() in depth_blt().
2008-07-10  H. Verbeetwined3d: Destroy depth_blt resources in the backend...
2008-07-08  Stefan Dösingerwined3d: Remove the state table from the shader backend.
2008-07-08  Stefan Dösingerwined3d: Remove the DLL load init function.
2008-07-08  Stefan Dösingerwined3d: Communicate the atifs functions via the fragme...
2008-07-08  Stefan Dösingerwined3d: Create fragment processing state templates...
2008-07-08  Stefan Dösingerwined3d: Start the state splitup.
2008-07-08  Stefan Dösingerwined3d: Remove an unneeded atifs hack.
2008-04-24  Stefan Dösingerwined3d: Remove an unused variable.
2008-04-24  Stefan Dösingerwined3d: Call activate_dimensions from the atifs code.
2008-04-24  Stefan Dösingerwined3d: Use the shader backend to enable / disable...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-02  Stefan Dösingerwined3d: Implement D3DTA_TEMP in the GL_ATI_fragment_sh...
2008-04-02  Stefan Dösingerwined3d: Prepare the atifs shader generator for temp...
2008-03-28  Stefan Dösingerwined3d: Inherit from the proper state table in atifs.
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.