Re: [Mesa-dev] Dispatch table question: VBO

2013-10-01 Thread Rogovin, Kevin
I don't know if this really matters or not, but I managed to answer my question: > for i965, there is a chain of calls so that _mesa_install_exec_vtxfmt() is > called at context creation, which sets both Exec and BeginEnd (for compatibility profiles) to the value as found in vbo_context#exec. T

[Mesa-dev] Dispatch table question: VBO

2013-09-30 Thread Rogovin, Kevin
Hi all, I've been tracking through src/mesa/vbo and tracking down the dispatch stuff in relation to the stuff in src/mesa/vbo. I see how the function entries in vbo_context#exec and vbo_context#save are filled (by essentially macros defined in of src/mesa/vbo/vbo_attrib_tmp.h interacting with