xubingyue / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Integrate D3D software driver #257

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description:

Build an interface to D3D software driver module so it can be loaded by 
D3D11CreateDevice.

Original issue reported on code.google.com by minmin.gong on 20 Feb 2014 at 5:39

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 6feb8fbc92c3.

An empty shell of sw driver.

Original comment by minmin.gong on 20 Feb 2014 at 5:40

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 10 Mar 2014 at 8:17

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 16 Mar 2014 at 9:05

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a8caa444fc56.

An UMD adapter and a empty UMD device.

Original comment by minmin.gong on 17 Apr 2014 at 10:34

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c5695608423f.

Add more functions to UMD device.

Original comment by minmin.gong on 18 Apr 2014 at 10:19

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c60c368da979.

Add more functions to UMD device.

Original comment by minmin.gong on 6 Jun 2014 at 10:19

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c0ea34bb6071.

Continue working on UMD device.

Original comment by minmin.gong on 27 Jun 2014 at 10:33

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 058c4aea65af.

Add all entries in D3D11DDI_DEVICEFUNCS.

Original comment by minmin.gong on 27 Jun 2014 at 11:03

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 7bc6f3595065.

Add all entries in DXGI1_1_DDI_BASE_FUNCTIONS.

Original comment by minmin.gong on 27 Jun 2014 at 11:03

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 8ffb42a42b95.

Add all entries in DXGI1_2_DDI_BASE_FUNCTIONS.

Original comment by minmin.gong on 30 Jun 2014 at 10:58

GoogleCodeExporter commented 8 years ago
This issue was updated by revision f5d851203f92.

Add umd_device::retrieve_sub_object.

Original comment by minmin.gong on 30 Jun 2014 at 11:53

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 02c2d7ca8f40.

Add enough entries to make simplest D3D program not crash.

Original comment by minmin.gong on 4 Jul 2014 at 10:27

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 24beb8e8d29f.

Add salvia renderer to umd_device.

Original comment by minmin.gong on 4 Jul 2014 at 10:27

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 58d1b259f141.

Implement present.

Original comment by minmin.gong on 4 Jul 2014 at 10:27

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d36b60ad6826.

Add umd_resource. Implement buffer creation.

Original comment by minmin.gong on 12 Aug 2014 at 10:20