On Mon, Apr 6, 2009 at 4:52 PM, José Fonseca <[email protected]> wrote: > On Sat, 2009-04-04 at 04:02 -0700, Jose Fonseca wrote: >> All the python state tracker requires is two functions: one that >> creates a pipe_screen and another that creates a pipe_context. You can >> implement these by provifing your version of st_hardpipe_winsys.c, >> and linking against the "pyst" library. However, the python state >> tracker is headless (it does not know anything about X or any window >> system). So for integrating it with a DRI-based driver you need to >> include all the DRM/DDX glue code yourself... >> >> I can provide you skeleton code/SConscript that does the above. > > Pushed.
If you used the drm_api_hooks structs this could be reused for all drivers exporting that api. Cheers Jakob. ------------------------------------------------------------------------------ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
