Matteo Bruni
|
213f7d9f45
|
wined3d: Implement WINED3D_LIGHT_PARALLELPOINT support in the GLSL ffp.
|
2015-05-01 15:45:00 +09:00 |
Matteo Bruni
|
e7548fc421
|
ddraw: Cleanup d3d_light_SetLight() a bit.
|
2015-04-23 15:14:03 +09:00 |
Matteo Bruni
|
e8aba71529
|
ddraw: Make sure to activate / deactivate the light on D3DLIGHT_ACTIVE flag changes.
|
2015-03-31 18:49:29 +09:00 |
Matteo Bruni
|
ca7e56cfee
|
ddraw: D3DLIGHT lights default to active.
Actually, there is no way to deactivate them short of removing them from
the viewport.
|
2015-03-31 18:49:29 +09:00 |
Henri Verbeet
|
1dea0c1d67
|
ddraw: Get rid of some comments in the middle of the copyright headers.
|
2015-03-20 21:32:21 +09:00 |
Henri Verbeet
|
af377acabe
|
ddraw: Get rid of dump_light().
|
2013-01-14 11:01:46 +01:00 |
Henri Verbeet
|
d9051bbe93
|
ddraw: Only check dwFlags if we actually have a D3DLIGHT2 structure in d3d_light_SetLight().
|
2013-01-14 11:01:42 +01:00 |
Henri Verbeet
|
e8f9704462
|
ddraw: Avoid LPD3DLIGHT2.
|
2013-01-11 18:14:06 +01:00 |
Henri Verbeet
|
daedd0077d
|
ddraw: Get rid of IDirect3DDeviceImpl.
|
2012-04-10 16:21:25 +02:00 |
Henri Verbeet
|
7b918934e6
|
ddraw: Get rid of IDirect3DLightImpl.
|
2012-03-14 11:48:45 +01:00 |
André Hentschel
|
b9c1e5ad32
|
ddraw: Fix a typo.
|
2012-03-13 10:38:17 +01:00 |
Henri Verbeet
|
1cee1891fd
|
ddraw: Get rid of IDirectDrawImpl.
|
2012-03-09 11:32:35 +01:00 |
Henri Verbeet
|
a2963b662c
|
ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking.
|
2011-11-14 15:25:21 +01:00 |
Ričardas Barkauskas
|
472a8f7a67
|
ddraw: COM cleanup for IDirect3DDevice7 interface.
|
2011-10-17 18:24:58 +02:00 |
Michael Stefaniuc
|
9059fee7c5
|
ddraw: Use unsafe_impl_from_IDirect3DLight() for application provided ifaces.
|
2011-06-09 13:28:12 +02:00 |
Michael Stefaniuc
|
0519450708
|
ddraw: COM cleanup for the IDirect3DLight iface.
|
2011-06-09 13:28:08 +02:00 |
Henri Verbeet
|
b1a385db11
|
ddraw: Remove some stray tabs.
|
2010-09-08 13:32:00 +02:00 |
Henri Verbeet
|
20a42b4c98
|
ddraw: Add / improve TRACEs.
|
2010-08-20 13:21:24 +02:00 |
Henri Verbeet
|
c892ed497c
|
ddraw: Add a separate function for light initialization.
|
2010-08-19 11:17:48 +02:00 |
Henri Verbeet
|
c5a14085d4
|
ddraw: Remove unused / redundant includes.
|
2010-08-19 11:17:41 +02:00 |
Henri Verbeet
|
06a44abc19
|
ddraw: Remove useless light callbacks.
|
2010-08-18 09:40:32 +02:00 |
Henri Verbeet
|
ee60e5fd71
|
ddraw: Remove trailing spaces.
|
2009-09-01 14:06:03 +02:00 |
Henri Verbeet
|
802f9c7e29
|
ddraw: Get rid of ICOM_OBJECT.
|
2009-01-22 12:05:07 +01:00 |
Henri Verbeet
|
8c4cc2af46
|
ddraw: Get rid of ICOM_THIS_FROM.
|
2009-01-22 12:05:03 +01:00 |
Henri Verbeet
|
9a0c885e63
|
ddraw: Get rid of ICOM_INTERFACE.
|
2009-01-21 11:17:25 +01:00 |
Alexandre Julliard
|
e1ced22db1
|
ddraw: Convert source files to utf-8.
|
2008-10-18 19:19:45 +02:00 |
Austin English
|
825baa23a2
|
ddraw: Spelling fixes.
|
2008-04-03 11:39:45 +02:00 |
Andrew Riedi
|
63f4b6f024
|
ddraw: DPRINTF -> TRACE.
|
2007-12-05 12:34:33 +01:00 |
Stefan Dösinger
|
6eb8e3fb6f
|
ddraw: Hold the lock in IDirect3DLight methods.
|
2007-06-05 12:21:53 +02:00 |
Andrew Talbot
|
0629946e65
|
ddraw: Exclude unused headers.
|
2007-05-01 11:42:24 +02:00 |
Andrew Talbot
|
e4253fd8b9
|
ddraw: Constify some variables.
|
2007-04-23 14:42:06 +02:00 |
H. Verbeet
|
2465fcb368
|
ddraw: Win64 printf format warning fixes.
|
2006-10-11 12:08:28 +02:00 |
Stefan Dösinger
|
c8901d6f62
|
ddraw: Rewrite most of ddraw using WineD3D.
|
2006-06-15 16:51:16 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Christian Costa
|
be29e3708b
|
Finish moving d3d[1..3] light code to use d3d7.
|
2005-10-31 10:05:15 +00:00 |
Alexandre Julliard
|
76ed2835cd
|
Make CONST_VTABLE the default in the Wine source.
|
2005-07-26 20:10:51 +00:00 |
Christian Costa
|
69c3e6ff11
|
Moved d3ddevice and direct3d objects files to ddraw root dir.
Renamed all remaining files.
|
2005-06-06 15:51:50 +00:00 |