2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw |
2005-11-03 |
Raphael Junqueira | - defined D3DCOLOR_B macros to access byte values of... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Oliver Stieber | Release the OpenGL context when the device is released. |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Oliver Stieber | Changed index and vertex buffer so that internal refere... |
blob | commitdiff | raw | diff to current |
2005-10-13 |
Oliver Stieber | Allow cube textures to be updated. |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Mike McCormack | Fix sign warnings. |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Stefan Huehner | Fix some missing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Dmitry Timoshkov | Make some of the OLE interface vtables const. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Carlos Lozano | Check that pstream is not null. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Alexandre Julliard | Removed some more uses of the non-standard ICOM_THIS... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Raphael Junqueira | - fix version string |
blob | commitdiff | raw | diff to current |
2004-05-19 |
Raphael Junqueira | - first draft of D3DCLIPSTATUS8 handling (not really... |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Christian Costa | Fixed W buffer handling. |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Christian Costa | Implemented pixel shaders using ARB_fragment_program... |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Alexandre Julliard | Authors: Christian Costa <titan.costa@wanadoo.fr>,... |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Raphael Junqueira | - Fix compilation again using olders GL headers |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Christian Costa | Implemented fast rendering to a texture using glCopyTex... |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Marcus Meissner | Fixed some strict aliasing issues in dlls/d3d8. |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Raphael Junqueira | - implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEF... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Raphael Junqueira | - fix the SetTextureStageState for D3DTADDRESS_MIRROR... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Alexandre Julliard | Authors: Jason Edmeades <us@the-edmeades.demon.co.uk... |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Raphael Junqueira | - more Extensions work (begin to detect ATI extensions) |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Raphael Junqueira | - support of D3DTSS_MAXMIPLEVEL |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Ofir Petruska | Keep the checkGLcall glActiveTexture/glActiveTextureARB... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Ofir Petruska | Define EXTRA_TRACES instead of #if 0. |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Christian Costa | AddRef texture only if there is one for the requested... |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Jason Edmeades | If swap mode is discard, clear the backbuffer before... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Raphael Junqueira | - stupid typos fixes on software vertex shader operands |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Carlos Lozano | Check that we don't write out of the defined range... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Jason Edmeades | Make support for CopyRects to a small area of the back... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Jason Edmeades | Clear should not be affected by write masks. |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Jason Edmeades | ColorWriteEnable should not impact clearing the screen. |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Jason Edmeades | CopyRects (per rect) copied one too many lines, trashin... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Jason Edmeades | Culling to different viewports failed as clearing the... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Jason Edmeades | Correct writing to back buffer in non-ortho mode, and... |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Jason Edmeades | Minor fixes - Remove light debug statements, handle... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Jason Edmeades | MaxActiveLights means number of concurrent lights,... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Jason Edmeades | DXTn format has odd mipmap levels in that the space... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Jason Edmeades | GL doesn't like incorrect lengths passed into DXTN... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Jason Edmeades | DXT1/3/5 support was broken, but unnoticeable since... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Jason Edmeades | Only reapply the texture states necessary when a differ... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Jason Edmeades | glColorMaterial enable/disable setup is only done when... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Jason Edmeades | Add fps debug channel, so we can see how the d3d code... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Alexandre Julliard | Warning fix. |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Jason Edmeades | Implement UpdateTexture for 2D textures only. |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Raphael Junqueira | - dsound and d3d works better when x11drv locks/unlocks... |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Jason Edmeades | Fix the texture operations to resolve glitches shown... |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Jason Edmeades | Make the fixed function pipeline support multiple strea... |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Raphael Junqueira | Fixed compilation problems. |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - cleaning of volume.c/volumetexture.c as done previous... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - add a new private header d3dcore_gl.h that declares... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - some cleanup and warning fixes |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - pixel shader program dump code |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Jason Edmeades | Add support for a lot of the remaining texture ops... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - some cleanups |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Jason Edmeades | Correct specular enable renderstate. |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Jason Edmeades | Avoid the use of glGet when we know the information... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Raphael Junqueira | - implemented render to surfaces (and render to new... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Jason Edmeades | Fill in lots of unimplemented render states. |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Jason Edmeades | Avoid setting and resetting the same values when there... |
blob | commitdiff | raw | diff to current |
2003-05-17 |
Raphael Junqueira | - mor usefull debug functions debug_d3dusage and debug_... |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Jason Edmeades | Implement texture transform flags the best we can for... |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Jason Edmeades | Fixed range checking on the number of lights. |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Jason Edmeades | Supply the correct box on the screen to be processed... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Jason Edmeades | Solved the transparency problem seen in the ClipMirror... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Raphael Junqueira | - declare a new debug chanel for vertex shaders |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Jason Edmeades | Make sure the viewport is from the GL (bottom left... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Jason Edmeades | Properly support texture coordinate indexes. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Jason Edmeades | CopyRects needs to lock the area it is copying to ... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Raphael Junqueira | - surface pool init fixes |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Raphael Junqueira | - minor COM fixes (fixes some crashes on stupid games) |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Raphael Junqueira | - Disable some 'classic' debug traces (avoid useless... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Jason Edmeades | - Move texture loading into PreLoad for 2D textures... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Jason Edmeades | Add support for MultiplyTransform (helps make the Skimm... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Jason Edmeades | Add the beginnings of support for texture coordinates. |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Jason Edmeades | Only reapply the world, view or projection transform... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Jason Edmeades | MIRROR_ARB support is not dependent on OpenGL 1.3 as... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Jason Edmeades | Don't reapply all the texture states if the texture... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Jason Edmeades | DOT3 isn't there on earlier opengl versions. |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Jason Edmeades | Add DotProduct3 support if supported by opengl. |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Jason Edmeades | Make codesampler texture addressing mode sample work... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Christian Costa | Handle creation of a depth/stencil buffer when creating... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Raphael Junqueira | - Defer of IDirect3DVertexShader_SetConstant, waiting for |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Raphael Junqueira | Some needed cleanups for future dx9 and d3d common... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Jason Edmeades | Add support for color material sources, with help from... |
blob | commitdiff | raw | diff to current |
next |