rdb 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
..
CMakeLists.txt 5fa4af9189 CMake: Rely on GNUInstallDirs to specify install paths 6 lat temu
README.md f22c0cdd83 Add README.md files for various directories 8 lat temu
binCullHandler.I 0fcfb8e372 New file headers, new comment style 10 lat temu
binCullHandler.cxx 0fcfb8e372 New file headers, new comment style 10 lat temu
binCullHandler.h 0fcfb8e372 New file headers, new comment style 10 lat temu
config_cull.cxx 4695557a5d general: Don't require BUILDING_* for static builds 7 lat temu
config_cull.h 0fcfb8e372 New file headers, new comment style 10 lat temu
cullBinBackToFront.I 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinBackToFront.cxx 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
cullBinBackToFront.h 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinFixed.I 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinFixed.cxx 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
cullBinFixed.h 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinFrontToBack.I 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinFrontToBack.cxx 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
cullBinFrontToBack.h 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinStateSorted.I 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinStateSorted.cxx 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
cullBinStateSorted.h 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinUnsorted.I 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
cullBinUnsorted.cxx 92e2c24958 Experimental InstancedNode class for hardware instancing 5 lat temu
cullBinUnsorted.h 7790f8429d general: Fully qualify header references into the std namespace 7 lat temu
drawCullHandler.I 0fcfb8e372 New file headers, new comment style 10 lat temu
drawCullHandler.cxx 0fcfb8e372 New file headers, new comment style 10 lat temu
drawCullHandler.h 0fcfb8e372 New file headers, new comment style 10 lat temu
p3cull_composite1.cxx dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 14 lat temu
p3cull_composite2.cxx dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 14 lat temu

README.md

This package contains the Cull Traverser. The cull traversal collects all state changes specified, and removes unnecessary state change requests. Also does all the depth sorting for proper alphaing.