From df1fdca828833eeb417e8a5a961e8deb714045dd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 9 Oct 2002 19:33:47 +0000 Subject: [PATCH] add some notes about the threading of qfvis --- tools/qfvis/source/notes | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tools/qfvis/source/notes diff --git a/tools/qfvis/source/notes b/tools/qfvis/source/notes new file mode 100644 index 000000000..2bc29508b --- /dev/null +++ b/tools/qfvis/source/notes @@ -0,0 +1,29 @@ +non-threaded access only +--- +bsp +originalvismapsize +portalleafs +totalvis +uncompressed +visdata + +threaded read-only +--- +bitbytes +bitlongs +numportals +options + +threaded read/write +--- +portals +leafs + +threaded read/write stats-only +--- +c_chains +c_mighttest +c_portaltest +c_portalpass +c_portalcheck +c_vistest