Page 39 of 51

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Thu Dec 11, 2014 11:45 am
by robmar
okay, I´ll find some time over the holidays to go through it. If you have a sample that shows the problem it would help.

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 4:50 pm
by Granyte
Since I didn't
get my head around fixing this i'm releasing this as it is

https://www.dropbox.com/s/3ko3hlrhgxusw ... VF.7z?dl=0

This contains DX11 and new Texture

Dx111 Supports instancing and those texture types

Also note i'm a couple versions back so the latest changes to the branch are not ye implemented

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 5:05 pm
by robmar
Okay, does this have one working sample I can kick off with? And something that identifies the problem? Just need a starting point as you know what its like working on someone else´s code...

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 5:47 pm
by Granyte
Actualy no but it's really simple I just need to pass more then 2 texture and the 3rd never get sampled

But I just figured it might have to do with the samplers and how i'm using it in my project.

But if you wanna work on something the instancing and texture sample are almost working with dx11 I just got a little lazy so they should be easy to fix and should teach you how mos new things work in this version

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 6:24 pm
by robmar
But you must have one sample working with it surely? Can you put one in?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 7:21 pm
by Granyte
I can but it's gonna take some time where I did most of the work was in my main project so I would need to get them working outside of it

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Dec 24, 2014 11:36 pm
by robmar
So its not longer compatible with any of the Irrlicht samples?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Thu Dec 25, 2014 12:56 am
by Granyte
all the examples are still compatible they are built in the example 64 bit

but they don't show the new features the two example that show the new features are broken on dx11 (only the shaders they use a re not working) but work on dx9

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Thu Dec 25, 2014 10:59 am
by robmar
So does the "special effects" example work? Which examples don´t work, and which two shaders need changing to work with dx11?

Is worth while if I go through it at this time?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Fri Dec 26, 2014 5:51 am
by Granyte
They are the two example I added the instancing one and the texture array one

Special effect mostly work there are still issue with material blending and z sorting but I kinda gave up on this

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Sat Jan 03, 2015 11:22 am
by robmar
Happy new year! I hope its a good year for all Irrlicht users!

The texture array one is the one that only works with two textures?

Do materials still work with up to 4 textures?

So apart from the new facilities and blending/z-sorting, is the driver fully functional with Irrlicht 1.7.3? (apart from the awful stencil shadow thing which doesn´t work anyway :)

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Sun Jan 04, 2015 10:32 pm
by Granyte
As far as I know no texture works with more then 2 textures but that might just be a issue with my personal code that's why I would prefer some on else to write an example using more then 4 texture so that it does not have the same mistake I did

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Mon Jan 05, 2015 9:00 am
by robmar
So materials only work with the first two textures?

That´s got be to easy enough to debug, or is there some complexity?

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Tue Jan 06, 2015 9:27 pm
by Nadro
Hi,

Thanks to Zerochen's patch and code posted by Granyte D3D11 is enabled again! :)

Cheers,

Re: Finally, a DirectX 10 video driver for Irrlicht

Posted: Wed Jan 07, 2015 10:44 am
by robmar
How do we download the complete Irrlich package with Grantye´s DSD11 driver?