Glatzemann
705edf47e1
finished clear functions in GraphicsDeviceWindowsDX10
2011-11-10 15:22:44 +00:00
Glatzemann
feb4114a4c
Removed GetBackBufferData from INativeBuffer interface (and from every class implementing this interface). GetBackBufferData belongs only to the GraphicsDevice.
2011-11-10 15:05:19 +00:00
Glatzemann
4408acf3e8
updated to current repository head of SharpDX (Release version)
...
fixed some issues in DX10 RenderSystem due to the SharpDX update
2011-11-10 14:35:12 +00:00
Glatzemann
0a8bdbb9b0
Resizing of RenderWindow using PresentationParameters and GraphicsDevice.Reset implemented. See TextRendering as example. But: GraphicsDevice.Reset is very incomplete at the moment.
2011-11-09 19:39:21 +00:00
Glatzemann
55bf23606a
added a Kinect sample project for testing
2011-11-09 12:31:32 +00:00
Glatzemann
1efaa0a111
some more work on GraphicsDevice
...
prepared GetData for BackBuffer and native hardware buffers
2011-11-07 14:53:33 +00:00
Glatzemann
72c4ddff1c
finished handling of RenderTarget in GraphicsDevice (anx side only)
2011-11-07 13:18:30 +00:00
Glatzemann
94e0509b44
finished anx side handling of VertexBuffers in GraphicsDevice and finished VertexBufferBindings
2011-11-07 13:04:42 +00:00
Glatzemann
e92ee6dfa7
versioned all projects
2011-11-07 11:42:13 +00:00
Glatzemann
30f7b619aa
Color: Fixed a small issue with FromNonPremultiplied method
...
Mouse: the WindowHandle is set by the RenderSystem now after creating the render window
Mouse: the cursor position is now obtained using win32 to get nice relative client window coordinates
Mouse: SetPosition handled using win32 now
2011-11-07 05:55:03 +00:00
Glatzemann
ded4cb1857
RenderSystem DX10: moved all type translations to a static class
...
extended the IRenderSystemCreator interface to obtain available GraphicsAdapters of a render system
enumeration of GraphicsAdapters implemented for DirectX 10 RenderSystem
enumeration of DisplayModes implemented for DirectX 10 RenderSystem
improved GraphicsDeviceManager
2011-11-03 12:37:07 +00:00
Glatzemann
8326720ee3
initial import
2011-10-31 05:36:24 +00:00