15 Commits

Author SHA1 Message Date
Glatzemann
4b58957ca5 fixed issue #454 (InputSystem loaded too late)
fixed issue #466 (RenderSystem loaded too late)
2011-11-30 09:56:34 +00:00
Glatzemann
0d196c2f53 Started implementing RenderTargets for RenderSystem DX10. The target is creatable and usable but the Texture of the RenderTarget is currently empty. 2011-11-28 16:06:52 +00:00
Glatzemann
122a731868 Added some more EffectParameters. Implemented native methods in RenderSystemDX10 (testing needed). 2011-11-26 07:55:56 +00:00
Glatzemann
d8693b5023 fixed issue #453 (bad exception for unimplemented BasicEffect)
completed GetShaderByteCode in DX10 and GL3 RenderSystems
added dummy effect files for all shader types
2011-11-23 10:13:38 +00:00
Glatzemann
d8d88b141c added new target "create_packages" in build script
PreferredBackBufferWidth and PreferredBackBufferHeight are returning values now
added EffectPass handling
applying effects is not a workaround anymore
2011-11-22 14:51:30 +00:00
Glatzemann
f06890de59 reading used GraphicsProfile out of game assembly
some work on Kinect InputSystem (Dispose, fetching of RGB image)
changed handling of native textures (providing data for Texture2D at the moment)
implemented SetData methods for Texture2D
basic Dispose handling of Texture and Texture2D implemented
RenderSystemDX10: moved FormatSize method to FormatConverter to avoid duplicated code
RenderSystemGL3 is BROKEN in this version. New texture handling needs to be adapted.
2011-11-11 07:29:49 +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
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
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
c0377daab0 Extended the ANX ContentPipeline to support OpenGL3 GLSL effect files. 2011-10-31 08:42:57 +00:00
Glatzemann
8326720ee3 initial import 2011-10-31 05:36:24 +00:00