wined3d: Activate GL_ARB_texture_rectangle.
[wine] / dlls / wined3d / utils.c
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.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D...
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTUREOP to the WINED3D namespace.
2006-10-12  Ivan Gyurdievwined3d: Merge D3DPRIMITIVETYPE types into one type...
2006-10-12  Ivan Gyurdievwined3d: Merge D3DMATRIX types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: D3DTEXTURESTAGESTATETYPE: Consistently use...
2006-10-11  Ivan Gyurdievwined3d: D3DDEVTYPE: Consistently use in WINED3D namespace.
2006-10-11  Ivan Gyurdievwined3d: D3DFORMAT: Consistently use WINED3D namespace.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-09-27  H. Verbeetwined3d: Comparing BOOLs against FALSE is redundant.
2006-09-12  H. Verbeetwined3d: Cleanup the surface loading code a bit.
2006-09-07  Ivan Gyurdievwined3d: Add support for R32F and R16F texture formats.
2006-08-28  Ivan Gyurdievwined3d: Add support for A16B16G16R16F and A32B32G32R32...
2006-08-25  Jan Zerebeckiwined3d: Use a common function for all D3DCMPFUNC ...
2006-08-07  H. Verbeetwined3d: Add a couple of traces to the vertexdeclaratio...
2006-07-29  Jason Greenwined3d: Start checking for D3DUSAGE_QUERY_* items...
2006-07-24  Jason Greenwined3d: Improve traces for D3DTRANSFORMSTATETYPE.
2006-07-24  Stefan Dösingerwined3d: Whitelist pixelformats instead of blacklisting.
2006-07-12  H. Verbeetwined3d: Texture stages that reference NULL textures...
2006-07-06  Stefan Dösingerwined3d: Flip WINED3DFMT_R8G8B8 to GL_RGB.
2006-07-03  Ivan Gyurdievwined3d: Add a function to print out D3DDECLUSAGE9...
2006-06-28  H. Verbeetwined3d: Add code for using register combiners for...
2006-06-28  H. Verbeetwined3d: Add & use D3DTEXTUREOP dumping code.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-21  Stefan Dösingerwined3d: Pixel format cleanup.
2006-06-13  Jan Zerebeckiwined3d: Fix stencil related render states.
2006-06-13  Jan Zerebeckiwined3d: Also print the format like a fourcc if unknown...
2006-06-12  H. Verbeetwined3d: Cleanup GetSrcAndOpFromValue().
2006-06-07  H. Verbeetwined3d: Remove a redundant break.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Stefan Dösingerwined3d: OpengGL accelerated blits.
2006-05-16  Stefan Dösingerwined3d: Add missing render states to the dumping function.
2006-05-15  Stefan Dösingerwined3d: Implement IWineGDISurface.
2006-05-15  Stefan Dösingerwined3d: Implement IWineD3DDevice::ProcessVertices.
2006-05-08  Stefan Dösingerwined3d: Implement IWineD3DSurface::GetDC and IWineD3DS...
2006-04-21  Ivan Gyurdievwined3d: Texture format corrections.
2006-04-19  Stefan Dösingerwined3d: Implement IWineD3DDevice::EnumDisplayModes.
2006-04-13  Jason Greenwined3d: Add case 0 to switch statement and fix the...
2006-04-10  Jason Greenwined3d: Add some more debugging info.
2006-04-10  Ivan Gyurdievwined3d: Map D3DFMT_L16, D3DFMT_A16B16G16R16 to OpenGL...
2006-04-04  Jan Zerebeckiwined3d: Add D3DFMT_L16.
2006-04-04  Jason Greenwined3d: Add a couple more debugging output formats.
2006-03-28  Stefan Dösingerwined3d: Add WINED3DPOOL to wined3d_types.h.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-07  Stefan Dösingerwined3d: Define D3D usage flags in wined3d_types.h.
2006-03-06  Jason Greenwined3d: Add a few more WINED3DFMT formats to be recogn...
2006-03-01  Aric Cyrwined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
2006-02-11  Jan Zerebeckiwined3d: Extend debug_d3drenderstate with missing states.
2006-02-09  Christoph Frickwined3d: Support for WINED3DFMT_A8B8G8R8.
next