2005-01-24 |
Rémi Assailly | char -> const char fixes. |
tree | commitdiff |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-06 |
Christian Costa | S/W vshader fixes (spotted by Eric Pouech). |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
tree | commitdiff |
2004-11-23 |
Tom Wickline | Version resources cleanup. |
tree | commitdiff |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource |
tree | commitdiff |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and... |
tree | commitdiff |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy... |
tree | commitdiff |
2004-09-29 |
Jason Edmeades | Move into wined3d and call from d3d9 the GetAdapterId... |
tree | commitdiff |
2004-09-28 |
Jason Edmeades | - Make d3d8 know about the wined3d device and start... |
tree | commitdiff |
2004-09-21 |
Jason Edmeades | Don't hide and restore the window when changing it... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Removed some more uses of the non-standard ICOM_THIS... |
tree | commitdiff |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-07-30 |
Jeroen Janssen | Updated some MSDN links in the code. |
tree | commitdiff |
2004-06-21 |
Christian Costa | Some more texture ops fixes. |
tree | commitdiff |
2004-06-14 |
Raphael Junqueira | - fix version string |
tree | commitdiff |
2004-06-02 |
Raphael Junqueira | Compile fix. |
tree | commitdiff |
2004-05-28 |
Christian Costa | Implemented some texture operations using ATI_texture_e... |
tree | commitdiff |
2004-05-27 |
Raphael Junqueira | - the hardware GL vendors (NVidia and ATI) can support... |
tree | commitdiff |
2004-05-21 |
Christian Costa | Added retrieval of ATI info. |
tree | commitdiff |
2004-05-21 |
Marcus Meissner | Revert broken strict aliasing fix. |
tree | commitdiff |
2004-05-19 |
Raphael Junqueira | - first draft of D3DCLIPSTATUS8 handling (not really... |
tree | commitdiff |
2004-05-18 |
Christian Costa | Enabled pixel shaders 1.4. |
tree | commitdiff |
2004-05-17 |
Christian Costa | Handle XYZRHW vertex mode correctly in slow path. |
tree | commitdiff |
2004-05-14 |
Ivan Leo Murray... | Updated the version info of all DirectX dlls to the... |
tree | commitdiff |
2004-05-10 |
Christian Costa | Fixed W buffer handling. |
tree | commitdiff |
2004-05-10 |
Christian Costa | Implemented pixel shaders using ARB_fragment_program... |
tree | commitdiff |
2004-05-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-05-02 |
Alexandre Julliard | Authors: Christian Costa <titan.costa@wanadoo.fr>,... |
tree | commitdiff |
2004-04-29 |
Raphael Junqueira | - Fix compilation again using olders GL headers |
tree | commitdiff |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-26 |
Christian Costa | Implemented fast rendering to a texture using glCopyTex... |
tree | commitdiff |
2004-04-26 |
Marcus Meissner | Fixed some strict aliasing issues in dlls/d3d8. |
tree | commitdiff |
2004-04-26 |
Raphael Junqueira | - implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEF... |
tree | commitdiff |
2004-04-23 |
Raphael Junqueira | Don't try to create HW Vertex Shaders when code is... |
tree | commitdiff |
2004-04-23 |
Raphael Junqueira | Fix some random crashes found on some games in the... |
tree | commitdiff |
2004-04-22 |
Raphael Junqueira | - more FIXME -> TRACE |
tree | commitdiff |
2004-04-21 |
Christian Costa | Converted some FIXMEs into TRACEs. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Fixed typos. |
tree | commitdiff |
2004-04-20 |
Raphael Junqueira | Fix the d3dcore_gl part of HW vertex shader support... |
tree | commitdiff |
2004-04-20 |
Christian Costa | Fixed relative addressing. |
tree | commitdiff |
2004-04-19 |
Raphael Junqueira | - fix the SetTextureStageState for D3DTADDRESS_MIRROR... |
tree | commitdiff |
2004-04-15 |
Alexandre Julliard | Authors: Jason Edmeades <us@the-edmeades.demon.co.uk... |
tree | commitdiff |
2004-04-02 |
Raphael Junqueira | Fix the GL_MAX_VERTEX_UNITS_ARB undeclared compilation... |
tree | commitdiff |
2004-03-31 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-03-30 |
Raphael Junqueira | - more Extensions work (begin to detect ATI extensions) |
tree | commitdiff |
2004-03-27 |
Raphael Junqueira | - support of D3DTSS_MAXMIPLEVEL |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-03-23 |
Ofir Petruska | Keep the checkGLcall glActiveTexture/glActiveTextureARB... |
tree | commitdiff |
2004-03-23 |
Ofir Petruska | Define EXTRA_TRACES instead of #if 0. |
tree | commitdiff |
2004-03-20 |
Christian Costa | AddRef texture only if there is one for the requested... |
tree | commitdiff |
2004-03-01 |
Alexandre Julliard | Portability fixes for LSB compatibility. |
tree | commitdiff |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | There's no need for DUMMYUNIONNAME in private headers. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-01-06 |
Jason Edmeades | Fix the draw*primitiveUP calls so they work directly... |
tree | commitdiff |
2003-11-17 |
Jason Edmeades | Disable the use of the 'w' parm in rhw mode. |
tree | commitdiff |
2003-11-17 |
Jason Edmeades | If swap mode is discard, clear the backbuffer before... |
tree | commitdiff |
2003-11-17 |
Jason Edmeades | Use the current window visual only. |
tree | commitdiff |
2003-11-11 |
Raphael Junqueira | - stupid typos fixes on software vertex shader operands |
tree | commitdiff |
2003-11-04 |
Jason Edmeades | Pass through floats correctly to the render states at |
tree | commitdiff |
2003-11-04 |
Carlos Lozano | Check that we don't write out of the defined range... |
tree | commitdiff |
2003-10-31 |
Jason Edmeades | Make support for CopyRects to a small area of the back... |
tree | commitdiff |
2003-10-31 |
Jason Edmeades | Clear should not be affected by write masks. |
tree | commitdiff |
2003-10-31 |
Jason Edmeades | ColorWriteEnable should not impact clearing the screen. |
tree | commitdiff |
2003-10-30 |
Jason Edmeades | CopyRects (per rect) copied one too many lines, trashin... |
tree | commitdiff |
2003-10-30 |
Jason Edmeades | Culling to different viewports failed as clearing the... |
tree | commitdiff |
2003-10-30 |
Jason Edmeades | Correct writing to back buffer in non-ortho mode, and... |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-07 |
Jason Edmeades | DXTn stride is to the next block, which is the equivale... |
tree | commitdiff |
2003-10-03 |
Jason Edmeades | Check for advertized vertex blend support before queryi... |
tree | commitdiff |
2003-10-03 |
Jason Edmeades | Minor fixes - Remove light debug statements, handle... |
tree | commitdiff |
2003-09-30 |
Jason Edmeades | MaxActiveLights means number of concurrent lights,... |
tree | commitdiff |
2003-09-30 |
Jason Edmeades | Make unlock of the backbuffer correctly restore the... |
tree | commitdiff |
2003-09-25 |
Jason Edmeades | Add real support for VS1.1, ie make the relative addres... |
tree | commitdiff |
2003-09-25 |
Jason Edmeades | The 'w' component is used more than just for the vertex... |
tree | commitdiff |
2003-09-19 |
Jason Edmeades | DXTn format has odd mipmap levels in that the space... |
tree | commitdiff |
2003-09-19 |
Jason Edmeades | GL doesn't like incorrect lengths passed into DXTN... |
tree | commitdiff |
2003-09-19 |
Jason Edmeades | Vertex shader output is lit and transformed, so stop... |
tree | commitdiff |
2003-09-19 |
Jason Edmeades | Simple fix to handle the more common case of actually... |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | Enable resolution changes for D3D8 applications. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-02 |
Jason Edmeades | Use a dummy GL context if one is not available when... |
tree | commitdiff |
2003-08-15 |
Jason Edmeades | DXT1/3/5 support was broken, but unnoticeable since... |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2003-08-05 |
Jason Edmeades | Only reapply the texture states necessary when a differ... |
tree | commitdiff |
2003-08-05 |
Jason Edmeades | glColorMaterial enable/disable setup is only done when... |
tree | commitdiff |
2003-07-21 |
Jason Edmeades | Disable client texture states when not in use (fast... |
tree | commitdiff |
next |