projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
d3d9: Add tests for D3DSBT_PIXELSTATE stateblocks.
[wine]
/
dlls
/
d3d9
/
vertexbuffer.c
2009-09-29
Allan Tong
d3d9: Don't release the parent device before destroying...
blob
|
commitdiff
|
raw
2009-09-18
Henri Verbeet
wined3d: Don't free D3D buffers until the wined3d buffe...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-18
Henri Verbeet
d3d9: Add a separate function for vertex buffer initial...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Henri Verbeet
d3d9: Remove trailing spaces.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Henri Verbeet
d3d9: Use the wined3d cs for wined3d locking.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
Henri Verbeet
wined3d: Get rid of the shared_handle parameter.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-09
Stefan Dösinger
d3d: Remove the format from index buffers.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-09
Stefan Dösinger
wined3d: Remove the buffer fvf.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-09
Stefan Dösinger
d3d9: Store the FVF in the d3d9 vertex buffer.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Stefan Dösinger
d3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUF...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Stefan Dösinger
d3d8, d3d9: Don't rely on the wined3d buffer type.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Henri Verbeet
d3d9: Fix locking.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Henri Verbeet
d3d9: Get rid of resource.c.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-06
Henri Verbeet
wined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Henri Verbeet
d3d9: Explicitly convert between D3DFORMAT and WINED3DF...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Stefan Dösinger
d3d9: Use the correct AddRef and Release macros.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Stefan Dösinger
d3d9: IDirect3DDevice9Ex stub.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Stefan Dösinger
d3d9: Silence a FIXME.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Stefan Dösinger
d3d9: Hold the lock in Vertexbuffer methods.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
H. Verbeet
d3d9: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Stefan Dösinger
wined3d: Add WINED3DUSAGE_OVERLAY.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-10
Alexandre Julliard
d3d9: Make the virtual table functions static where...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
H. Verbeet
d3d9: Fix QueryInterface.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
Vitaliy Margolen
d3dx: VertexBuffer should keep reference to the parent...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-28
Stefan Dösinger
wined3d: Add WINED3DPOOL to wined3d_types.h.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-13
Stefan Dösinger
wined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-14
Oliver Stieber
Remove the setting of the result pointer to NULL in...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Oliver Stieber
Tidy up d3d9 and finalize passing d3d9 calls to wined3d...
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-11
Oliver Stieber
Change AddRef in queryInterface to IUnknown_AddRef.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Paul Vriens
- use Interlocked* functions in AddRef and Release.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
Jason Edmeades
- Handle failures to allocate storage more gracefully.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-24
Jason Edmeades
Add indexbuffer support into wined3d.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Jason Edmeades
- Implement SetStreamSource
blob
|
commitdiff
|
raw
|
diff to current
2004-10-14
Jason Edmeades
- Add support (as far as was previously) for the Vertex...
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-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
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-01
Raphael Junqueira
- some cleanups and fixes on d3d8 and d3d9 headers
blob
|
commitdiff
|
raw
|
diff to current