glshim icon indicating copy to clipboard operation
glshim copied to clipboard

pack() directly into ringbuffer, and don't do blocks locally

Open lunixbochs opened this issue 10 years ago • 1 comments

maybe glWhatever_PACKED *call = ring_dma(size); call->args = args;

should_intercept_render will go to the "copy pointers" mode which I can associate with a direct function on the remote side.

lunixbochs avatar Aug 01 '15 04:08 lunixbochs

merged dma branch at 61b6f076fd5baca6c6a1d18bf783c97ef71c3b9c. blocks are still local.

lunixbochs avatar Aug 04 '15 15:08 lunixbochs