Hi,
Couple of days ago I have started dxg.sys functions implementation. There is some progress but it would be good to write tests for this api. Dxg mostly is just wrapper between driver and win32k, so win32k api tests should be enough.
I saw some tests in rostests\dxtest\win32kdxtest but can't figure out how to enable them in build.
Could some help me with this and add proper cmake files? :)
Best regards, Sebastian
Create CMakeLists.txt. Add the directory to parent's subdir.
2017/03/08 午前6:41 "Sebastian Gąsiorek" sebastian.gasiorek@gmail.com:
Hi,
Couple of days ago I have started dxg.sys functions implementation. There is some progress but it would be good to write tests for this api. Dxg mostly is just wrapper between driver and win32k, so win32k api tests should be enough.
I saw some tests in rostests\dxtest\win32kdxtest but can't figure out how to enable them in build.
Could some help me with this and add proper cmake files? :)
Best regards, Sebastian
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
OK, it just looks like I need to redesign dxtests to work with our auto test system.
2017-03-07 23:31 GMT+01:00 katahiromz . katayama.hirofumi.mz@gmail.com:
Create CMakeLists.txt. Add the directory to parent's subdir.
2017/03/08 午前6:41 "Sebastian Gąsiorek" sebastian.gasiorek@gmail.com:
Hi,
Couple of days ago I have started dxg.sys functions implementation. There is some progress but it would be good to write tests for this api. Dxg mostly is just wrapper between driver and win32k, so win32k api tests should be enough.
I saw some tests in rostests\dxtest\win32kdxtest but can't figure out how to enable them in build.
Could some help me with this and add proper cmake files? :)
Best regards, Sebastian
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Hi dxg is not a simple warper it contain complex layer and direcly comucate with the graphice card. it bypass win32k complete. it call to graphice card function direcly.
win32k pass down graphice card function to dxg and win32k have a call interface for some internal function for dxg to call too.
the whole DirectX stack are implement in dxg.sys
On Tue, Mar 7, 2017 at 11:31 PM, katahiromz . < katayama.hirofumi.mz@gmail.com> wrote:
Create CMakeLists.txt. Add the directory to parent's subdir.
2017/03/08 午前6:41 "Sebastian Gąsiorek" sebastian.gasiorek@gmail.com:
Hi,
Couple of days ago I have started dxg.sys functions implementation. There is some progress but it would be good to write tests for this api. Dxg mostly is just wrapper between driver and win32k, so win32k api tests should be enough.
I saw some tests in rostests\dxtest\win32kdxtest but can't figure out how to enable them in build.
Could some help me with this and add proper cmake files? :)
Best regards, Sebastian
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Hello Sebastian.If you haven't already, you can look at Magnus GreatLord reactx branch, available until revision 60647.svn://svn.reactos.org/reactos/branches/reactx Kind regards, Sylvain Petreolle
Le Mardi 7 mars 2017 22h41, Sebastian Gąsiorek sebastian.gasiorek@gmail.com a écrit :
Hi, Couple of days ago I have started dxg.sys functions implementation. There is some progress but it would be good to write tests for this api.Dxg mostly is just wrapper between driver and win32k, so win32k api tests should be enough. I saw some tests in rostests\dxtest\win32kdxtest but can't figure out how to enable them in build. Could some help me with this and add proper cmake files? :) Best regards,Sebastian _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev