aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused _mesa_unmarshal_BindBufferBase()Samuel Pitoiset2017-04-131-8/+0
* mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri2017-04-031-0/+37
* mesa: simplify code around 'variable_data' in marshal.cBrian Paul2017-03-271-12/+7
* mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri2017-03-251-0/+74
* mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri2017-03-241-0/+125
* mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri2017-03-161-0/+3
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-161-0/+103
* mesa: Custom thread marshalling for Flush.Paul Berry2017-03-161-0/+33
* mesa: Custom thread marshalling for ShaderSource.Paul Berry2017-03-161-0/+123