search for: nv40_draw_elements_swtnl

Displaying 1 result from an estimated 1 matches for "nv40_draw_elements_swtnl".

2009 Dec 17
1
Question about nv40_draw_array
...trib/gfx/libs/mesa/src/mesa/glapi/glapitemp.h:95 at this point nv40->vtxbuf[0] contains a vertex buffer that was previously used to store a compiled call list. My question is: how data from this buffer is being transfered to gfx card/used by gfx card. I went through the software path "nv40_draw_elements_swtnl" and found a place in draw module where the buffer storage address is obtained and data from buffer is used direclty by software rendering. I cannot however find a similar place for hardware path. I would like to learn where is the code that copies this data to gfx card or, if this is done...