Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove unused _mesa_unmarshal_BindBufferBase() | Samuel Pitoiset | 2017-04-13 | 1 | -8/+0 |
* | mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled | Timothy Arceri | 2017-04-03 | 1 | -0/+37 |
* | mesa: simplify code around 'variable_data' in marshal.c | Brian Paul | 2017-03-27 | 1 | -12/+7 |
* | mesa/glthread: add custom marshalling for ClearBufferfv() | Timothy Arceri | 2017-03-25 | 1 | -0/+74 |
* | mesa/marshal: add custom BufferData/BufferSubData marshalling | Timothy Arceri | 2017-03-24 | 1 | -0/+125 |
* | mesa: fix glthread marshal build issues on platforms without PTHREAD | Timothy Arceri | 2017-03-16 | 1 | -0/+3 |
* | mesa: Track the current vertex/element array buffers for glthread. | Eric Anholt | 2017-03-16 | 1 | -0/+103 |
* | mesa: Custom thread marshalling for Flush. | Paul Berry | 2017-03-16 | 1 | -0/+33 |
* | mesa: Custom thread marshalling for ShaderSource. | Paul Berry | 2017-03-16 | 1 | -0/+123 |