Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/glthread: add custom marshalling for ClearBufferfv() | Timothy Arceri | 2017-03-25 | 1 | -0/+9 |
* | mesa/marshal: add custom BufferData/BufferSubData marshalling | Timothy Arceri | 2017-03-24 | 1 | -0/+18 |
* | mesa: fix glthread marshal build issues on platforms without PTHREAD | Timothy Arceri | 2017-03-16 | 1 | -25/+51 |
* | mesa: Track the current vertex/element array buffers for glthread. | Eric Anholt | 2017-03-16 | 1 | -0/+57 |
* | mesa: Custom thread marshalling for Flush. | Paul Berry | 2017-03-16 | 1 | -0/+8 |
* | mesa: Custom thread marshalling for ShaderSource. | Paul Berry | 2017-03-16 | 1 | -0/+10 |
* | mesa: Add infrastructure for a worker thread to process GL commands. | Eric Anholt | 2017-03-16 | 1 | -0/+112 |