summaryrefslogtreecommitdiff
path: root/src/mesa/main/marshal.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-14mesa/marshal: fix glNamedBufferData with NULL dataGrigori Goronzy1-4/+13
2017-07-14mesa/marshal: add marshalling for glClearBuffer*Grigori Goronzy1-1/+132
2017-07-14mesa/marshal: extract ClearBuffer helpersGrigori Goronzy1-27/+47
2017-06-26mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák1-4/+0
2017-06-26mesa/marshal: add custom marshalling for glNamedBuffer(Sub)DataGrigori Goronzy1-0/+108
2017-04-13mesa: remove unused _mesa_unmarshal_BindBufferBase()Samuel Pitoiset1-8/+0
2017-04-03mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri1-0/+37
2017-03-27mesa: simplify code around 'variable_data' in marshal.cBrian Paul1-12/+7
2017-03-25mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri1-0/+74
2017-03-24mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri1-0/+125
2017-03-16mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri1-0/+3
2017-03-16mesa: Track the current vertex/element array buffers for glthread.Eric Anholt1-0/+103
2017-03-16mesa: Custom thread marshalling for Flush.Paul Berry1-0/+33
2017-03-16mesa: Custom thread marshalling for ShaderSource.Paul Berry1-0/+123