Page 36 of 51

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 2:11 am
by robmar
Without cube textures?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 2:50 am
by Granyte
cube texture and my dx11 fixes are to early in devlopement to put out

but if you guys really wan I could upload a version containing them to mess around

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 6:19 am
by robmar
Sure, why not?! Maybe someone can complete them - team work!

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 6:20 am
by robmar
Please say which samples work with this version using dx11.

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 10:15 am
by Granyte
https://www.dropbox.com/s/j4uqoheq4o1tm ... F.rar?dl=0

here is the link

it contains every thing i'm working on
- sse matrix implementation
- sse vector3df implementation
- texture array supported on OGL wip on dx11 can be emulated on dx9
- volume texture supported on dx9 wip on dx11
- cube texture supported on dx9 wip on dx11
-instancing on dx9
- fix for dx9 that allow support for 16 texture

- bonus if you call your pixel shader "pixelNoiseMain" it will be compiled with D3DXSHADER_PREFER_FLOW_CONTROL instead of D3DXSHADER_AVOID_FLOW_CONTROL
as I had a pixel shader that needed to be compiled with prefer in my project


the terrain example is broken in dx11 but somewhat working on dx9 and OGl depending on the day and willing nes of the scenemanager
the shader example is a mess on dx11 transparent material are still zwritting

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 5:36 pm
by robmar
Which sample works with dx11 as a starting point using vs2010?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 6:28 pm
by Granyte
every example that compile and is not named in my does not work list works

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Aug 26, 2014 7:53 pm
by robmar
Sorry? No entiendo!

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 10:30 am
by Granyte
in my current build dx11 renders the terrain example completely fine at 1800 fps on my hardware dx9 on the fvf does only 900 fps and ogl 125

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 10:34 am
by robmar
So 900 fps on the current DX9 driver, and 1800 fps on your new DX11 driver? That´s a fantastic improvement,if I have understood that right?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 11:03 am
by Nadro
Granyte can you share your config (CPU, GPU, OS and drivers version). DX11 perf looks great, but with OGL something is wrong. Maybe are you use drivers from Windows Update?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 1:53 pm
by robmar
What´s the easiest way to convert the trunk FVF to the usual Irrlich folder layout?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 2:13 pm
by Nadro
FVF branch has the same folders layout like a trunk.

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 4:14 pm
by robmar
Included the D3D11 files but getting and error, C2065: D3D_SHADER_MACRO undefined... any ideas what I´m missing?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Aug 29, 2014 4:56 pm
by Nadro
Please use edit option instead of post replay.