Re: [PATCH v5 2/5] dcc: Create a stream associated with gl_draw for non-gl clients (v4)

2024-03-03 Thread Frediano Ziglio
Il giorno sab 2 mar 2024 alle ore 03:21 Vivek Kasireddy ha scritto: > > For non-gl/remote clients, if there is no stream associated with > the DisplayChannel, then we create a new stream. Otherwise, we > just update the current stream's timestamp. > > v2: (suggestions and fixups from Frediano) > -

[PATCH v5 2/5] dcc: Create a stream associated with gl_draw for non-gl clients (v4)

2024-03-01 Thread Vivek Kasireddy
For non-gl/remote clients, if there is no stream associated with the DisplayChannel, then we create a new stream. Otherwise, we just update the current stream's timestamp. v2: (suggestions and fixups from Frediano) - Moved the gl_draw_stream object from DCC to DC - Moved the stream initialization