projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Move standard WGL function declarations to wingdi.h.
[wine]
/
dlls
/
wined3d
/
2005-12-02
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-11-30
Willie Sippel
Added more Nvidia card IDs.
tree
|
commitdiff
2005-11-30
Raphael Junqueira
Add support for Intel drivers version string.
tree
|
commitdiff
2005-11-29
Oliver Stieber
Added support for vertex and pixel shader constants...
tree
|
commitdiff
2005-11-28
Oliver Stieber
Stop reporting not having swapchain 0 as an error and...
tree
|
commitdiff
2005-11-28
Oliver Stieber
Correct some errors in the way vertex declarations...
tree
|
commitdiff
2005-11-28
Oliver Stieber
Correct the matrix sizes in software shaders and remove...
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-11-22
Oliver Stieber
Corrects an error in the _m3xm3 shader function in...
tree
|
commitdiff
2005-11-21
Oliver Stieber
Implement a pixel shader parser and cross compiler...
tree
|
commitdiff
2005-11-17
Oliver Stieber
Disable support for creation FMT_Unknown textures....
tree
|
commitdiff
2005-11-17
Oliver Stieber
Clear the z and stencil buffers at the end of the scene...
tree
|
commitdiff
2005-11-15
Raphael Junqueira
- defined D3DCOLOR_B macros to access byte values of...
tree
|
commitdiff
2005-11-14
Oliver Stieber
Fix an intermittent lockup with ATI's driver, I expect...
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-11-10
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2005-11-10
Raphael Junqueira
Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer...
tree
|
commitdiff
2005-11-08
Raphael Junqueira
Fix parsing of version number.
tree
|
commitdiff
2005-11-08
Oliver Stieber
Fixed an error in Swapchain_GetFrontBufferData.
tree
|
commitdiff
2005-11-07
Oliver Stieber
Verify that the texture coordinate used in DrawStridedS...
tree
|
commitdiff
2005-11-07
Oliver Stieber
Prevent SetFVF from clearing down the vertex declaratio...
tree
|
commitdiff
2005-11-04
Oliver Stieber
Tidy up UpdateTexture and add support for updating...
tree
|
commitdiff
2005-11-04
Oliver Stieber
Add support for updating to D3DFMT_UNKNOWN surfaces...
tree
|
commitdiff
2005-11-02
Oliver Stieber
Implement D3DFMT_UNKNOWN surfaces, this seems to be...
tree
|
commitdiff
2005-10-29
Oliver Stieber
Move the softwareVertexProcessing flag from the statebl...
tree
|
commitdiff
2005-10-27
Oliver Stieber
Correct the number of parameters expected for the LRP...
tree
|
commitdiff
2005-10-12
Oliver Stieber
Changed the way that 24bit and 32bit Adapter and Buffer...
tree
|
commitdiff
2005-10-11
Oliver Stieber
Add checks for ARB_vertex_program before allowing verte...
tree
|
commitdiff
2005-10-10
Oliver Stieber
Report unrecognized opcodes as FIXMEs instead of TRACEs...
tree
|
commitdiff
2005-10-04
Oliver Stieber
Provide looser device matching for backbuffer and depth...
tree
|
commitdiff
2005-10-03
Marcus Meissner
Use correct minLookup[] array entry.
tree
|
commitdiff
2005-09-29
Vincent Béron
Don't define some functions/variables if they won't...
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-29
Oliver Stieber
Added support for backbuffer with the formats A1R5G5B5...
tree
|
commitdiff
2005-09-28
Oliver Stieber
Implement state tracking for pixel shader constants.
tree
|
commitdiff
2005-09-27
Oliver Stieber
Change the format of surface_SaveSnapshot to TGA from...
tree
|
commitdiff
2005-09-27
Oliver Stieber
Correct a problem with locking nonpower 2 back and...
tree
|
commitdiff
2005-09-26
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-09-23
Oliver Stieber
Optionally repack nonpower 2 textures to the expected...
tree
|
commitdiff
2005-09-23
Oliver Stieber
Enable dxt2 and dxt4 compressed textures to be created via
tree
|
commitdiff
2005-09-23
Oliver Stieber
Clean up all the objects bound to the device when the...
tree
|
commitdiff
2005-09-22
Alexandre Julliard
Removed unused debug channels.
tree
|
commitdiff
2005-09-21
Oliver Stieber
Start to implement TestCooperativeLevel.
tree
|
commitdiff
2005-09-21
Oliver Stieber
Added support for state management of vertex shader...
tree
|
commitdiff
2005-09-21
Oliver Stieber
Implemented occlusion queries using either GL_ARB_occlu...
tree
|
commitdiff
2005-09-19
Oliver Stieber
Return the adaptor mode as X8R8G8B8 when BPP is 24...
tree
|
commitdiff
2005-09-19
Oliver Stieber
Prevent CheckDepthStencilMatch from causing problems...
tree
|
commitdiff
2005-09-19
Oliver Stieber
Stop vertex shader constants from being set at the...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed some more traces to use the right printf format...
tree
|
commitdiff
2005-09-07
Karsten Elfenbein
Added A2R10G10B10 and D3DFMT_D24FS8 modes to all other...
tree
|
commitdiff
2005-09-03
Oliver Stieber
Implemented point sprites using ARB_POINT_SPRITE extension.
tree
|
commitdiff
2005-09-02
Oliver Stieber
Added the tracking of stream frequency and flags. Strea...
tree
|
commitdiff
2005-08-29
Oliver Stieber
Added support for DXT2 and DXT4.
tree
|
commitdiff
2005-08-29
Oliver Stieber
Implemented IWineD3DDevice_GetRenderTargetData.
tree
|
commitdiff
2005-08-27
Oliver Stieber
Moved GetRasterStatus from device to swapchain.
tree
|
commitdiff
2005-08-27
Oliver Stieber
Change SetDirty in texture to pass the value of dirty...
tree
|
commitdiff
2005-08-26
Mike McCormack
Fix gcc 4.0 warnings.
tree
|
commitdiff
2005-08-25
Oliver Stieber
Implemented stubbed out pixel shaders and their states...
tree
|
commitdiff
2005-08-23
Oliver Stieber
Update the implementation of GetFrontBufferData in...
tree
|
commitdiff
2005-08-22
Oliver Stieber
Fix quite a few texturing problems and cases where...
tree
|
commitdiff
2005-08-22
Oliver Stieber
Tidy up some formatting, improve error handling and...
tree
|
commitdiff
2005-08-19
Oliver Stieber
Integrate hardware vertex shaders into the drawing...
tree
|
commitdiff
2005-08-17
Oliver Stieber
Copy the parser and cross compiler from d3d8 and update...
tree
|
commitdiff
2005-08-17
Oliver Stieber
Add support for vertex shader constants to the stateblock.
tree
|
commitdiff
2005-08-17
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-08-17
Oliver Stieber
Tidy up vertex shaders and bring the current code inlin...
tree
|
commitdiff
2005-08-12
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-08-11
Mike McCormack
Fix gcc 4.0 warnings.
tree
|
commitdiff
2005-08-11
Oliver Stieber
Allow the palette to be set and retrieved.
tree
|
commitdiff
2005-08-11
Oliver Stieber
Track the state of softwareVertexProcessing.
tree
|
commitdiff
2005-08-11
Oliver Stieber
Correct the starting values of MIN, MAX and MIP filter...
tree
|
commitdiff
2005-08-08
Oliver Stieber
Fix stateblock loop errors.
tree
|
commitdiff
2005-08-08
Oliver Stieber
Allow the WINED3DSBT_IMPL to be applied so that states...
tree
|
commitdiff
2005-08-08
Oliver Stieber
Remove dxguid dependency.
tree
|
commitdiff
2005-08-03
Oliver Stieber
Set the apha channel to opaque when locking X8R8G8B8...
tree
|
commitdiff
2005-08-03
Oliver Stieber
Moved support for non power 2 texture to hardware.
tree
|
commitdiff
2005-08-03
Oliver Stieber
Improve on a fixup for the difference between opengl...
tree
|
commitdiff
2005-08-03
Oliver Stieber
Move the setting of states from device to basetexture...
tree
|
commitdiff
2005-08-01
Oliver Stieber
Separate the setting of the DirectX texture and sampler...
tree
|
commitdiff
2005-08-01
Oliver Stieber
Separate the management of DirectX states and openGL...
tree
|
commitdiff
2005-07-30
Oliver Stieber
Fixed an off by one error in enumdisplaymodes, allowing...
tree
|
commitdiff
2005-07-30
Oliver Stieber
Tidy up some of the formatting in drawprim and add...
tree
|
commitdiff
2005-07-30
Oliver Stieber
Validate that the texture is no larger than the graphic...
tree
|
commitdiff
2005-07-28
Mike McCormack
Signed warning fixes.
tree
|
commitdiff
2005-07-28
Mike McCormack
gcc 4.0 -Wpointer-sign fixes.
tree
|
commitdiff
2005-07-28
Oliver Stieber
Return all elements when getDeclaration is called with...
tree
|
commitdiff
2005-07-27
Oliver Stieber
Changed swapchains held by the device from an array...
tree
|
commitdiff
2005-07-26
Oliver Stieber
DirectX uses a R/Z transform to translate a texture...
tree
|
commitdiff
2005-07-26
Oliver Stieber
Remove a load of IWineD3DSurface * casts that are no...
tree
|
commitdiff
2005-07-26
Oliver Stieber
Makes sure any internal reference counting is passed...
tree
|
commitdiff
2005-07-26
Oliver Stieber
Correct a regression issue with per-app settings.
tree
|
commitdiff
2005-07-26
Oliver Stieber
Implement resource tracking, require for reset and...
tree
|
commitdiff
2005-07-24
Raphael Junqueira
- add a new settings for vbo support
tree
|
commitdiff
2005-07-22
Gerald Pfeifer
Remove unused variable in primitiveConvertToStridedData().
tree
|
commitdiff
2005-07-22
Raphael Junqueira
- cleanup wined3d settings init (now closing opened...
tree
|
commitdiff
2005-07-22
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-07-21
Oliver Stieber
Correct a problem with the way that FVF vertex arrays...
tree
|
commitdiff
2005-07-21
Oliver Stieber
Fixed regression that occurred because changes to textu...
tree
|
commitdiff
2005-07-19
Oliver Stieber
Implement the use of PBuffers for offscreen textures.
tree
|
commitdiff
next