[Mesa-dev] [PATCH v2 0/3] asynchronous pbo transfer with glthread

Dieter Nützel Dieter at nuetzel-hh.de
Thu Apr 13 17:26:40 UTC 2017


Hello Gregory,

do you have the v3 'ready'?
v2 do NOT apply any longer since Samuel Pitoiset's changes for 'bind 
less'.
I'm running with this on Turks XT since you've sent it.

Greetings,
Dieter

Am 13.04.2017 17:49, schrieb gregory hainaut:
> On Wed, 5 Apr 2017 12:52:03 +0200
> Gregory Hainaut <gregory.hainaut at gmail.com> wrote:

>> >> Gregory Hainaut (3):
>> >>   mesa/glthread: track buffer creation/destruction
>> >>   mesa/glthread: add tracking of PBO binding
>> >>   mapi/glthread: generate asynchronous code for PBO transfer
>> >>
>> >>  src/mapi/glapi/gen/ARB_direct_state_access.xml |  18 +--
>> >>  src/mapi/glapi/gen/ARB_robustness.xml          |   2 +-
>> >>  src/mapi/glapi/gen/gl_API.dtd                  |  10 +-
>> >>  src/mapi/glapi/gen/gl_API.xml                  |  32 +++---
>> >>  src/mapi/glapi/gen/gl_marshal.py               |  23 +++-
>> >>  src/mapi/glapi/gen/marshal_XML.py              |  19 +++-
>> >>  src/mesa/main/glthread.h                       |  10 ++
>> >>  src/mesa/main/marshal.c                        | 149
>> >> ++++++++++++++++++++++++-
>> >>  src/mesa/main/marshal.h                        |  24 ++++
>> >>  src/mesa/main/mtypes.h                         |   5 +
>> >>  src/mesa/main/shared.c                         |   4 +
>> >>  11 files changed, 257 insertions(+), 39 deletions(-)


More information about the mesa-dev mailing list