On Wed, Nov 21, 2012 at 10:12 AM, Ian Romanick <[email protected]> wrote: > On 11/19/2012 05:01 PM, Jordan Justen wrote: >> >> In a future patch the exec functions will no longer set up >> by _mesa_initialize_context and _vbo_CreateContext. >> >> Therefore we must call _mesa_initialize_exec_table and >> _mesa_initialize_exec_table_vbo. >> >> v3: >> * Initialize VBO functions with _mesa_initialize_exec_table_vbo > > Are these changes necessary to make the test pass after previous changes? > If so, this should get squashed with the patch that changes the interfaces. > There's shouldn't be any commit where 'make check' breaks. Bisecting is > very irritating otherwise.
I definitely tried to create the series with bisect in mind. I think it should build and function properly at each point, but I didn't verify each point. I did just verify 'make check' works before this commit. There is some duplicate initialization of the dispatch functions near the middle of the series, but this is removed in patches 5 & 6. -Jordan _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
