llvmpipe: rename bins to scene
authorKeith Whitwell <keithw@vmware.com>
Sun, 13 Dec 2009 18:17:25 +0000 (18:17 +0000)
committerKeith Whitwell <keithw@vmware.com>
Sun, 13 Dec 2009 18:17:25 +0000 (18:17 +0000)
commit663750d5564a225b4720f7ee8bea93ffb309fc88
treed9fd2d2b09ad30fce3d617de6d33bfce4a898ee1
parent39dd7108bf6014a8430dffc290e98c7b47432cd3
llvmpipe: rename bins to scene

It was pretty confusing having an entity named "bin" and another named
"bins", not least because sometimes there was a need to talk about >1
of the "bins" objects, which couldn't be pluralized any further...

Scene is a term used in a bunch of places to talk about what a binner
operates on, so it's a decent choice here.
15 files changed:
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bin.c [deleted file]
src/gallium/drivers/llvmpipe/lp_bin.h [deleted file]
src/gallium/drivers/llvmpipe/lp_bin_queue.c [deleted file]
src/gallium/drivers/llvmpipe/lp_bin_queue.h [deleted file]
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/llvmpipe/lp_rast.h
src/gallium/drivers/llvmpipe/lp_rast_priv.h
src/gallium/drivers/llvmpipe/lp_scene.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_scene.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_scene_queue.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_scene_queue.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup_context.h
src/gallium/drivers/llvmpipe/lp_setup_tri.c