summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/marshal.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/glthread: fix misaligned address accessBartosz Tomczyk2017-04-041-2/+4
* mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri2017-04-031-0/+8
* mesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZE is exceededTimothy Arceri2017-03-301-0/+13
* mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri2017-03-251-0/+9
* mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri2017-03-241-0/+18
* mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri2017-03-161-25/+51
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-161-0/+57
* mesa: Custom thread marshalling for Flush.Paul Berry2017-03-161-0/+8
* mesa: Custom thread marshalling for ShaderSource.Paul Berry2017-03-161-0/+10
* mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt2017-03-161-0/+112