<div dir="ltr">Hi, I have 3 questions. Please be nice... I'm struggling myself...<br><br>Let's say I am in file src/gallium/auxiliary/cso_cache/cso_context.c.<br>So, there is a function call pipe->draw_vbo(pipe, info) in the<br>
function cso_draw_vbo(...).<br><br>1- Is this function call (pipe->draw_vbo(pipe, info)) really calling,<br>for a NV30 driver, pipe->draw_vbo = nv30_draw_vbo? Or for other driver<br>like NVC0, is it really calling pipe->draw_vbo = nvc0_draw_vbo?<br>
<br>2- If it is so, how could (mesa3d? gallium3d? X? ddx? the responsible)<br>call the correct one for the correct driver?<br><br>3- Is the pipe and info arguments in the function call mentionated<br>the encoded TGSI IR Bytestream? If it is not, how and where is it<br>
encoded?<br></div>