summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-14/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-3/+0
* mesa syncobj: don't store a pointer to the set_entryJordan Justen2012-12-101-4/+10
* mesa: validate that sync objects were created by mesaJordan Justen2012-12-061-8/+15
* main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen2012-12-061-4/+4
* mesa: fix uint64 printing in syncobj.cBrian Paul2012-12-031-1/+3
* mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner2012-11-151-5/+2
* mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner2012-11-151-1/+1
* mesa: remove FEATURE_ARB_sync define.Oliver McFadden2012-09-151-3/+0
* mesa: don't wait in _mesa_ClientWaitSync if timeout is 0Vadim Girlin2012-09-011-2/+6
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-9/+9
* mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-141-0/+15
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Fix calling conventions of sync object api callbacks.Michal Krol2009-09-071-6/+6
* mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-031-5/+5
* Don't dereference function pointers in calls.Ian Romanick2009-09-031-7/+7
* Whitespace and include file clean-up.Ian Romanick2009-09-031-14/+0
* Use MIN2 instead of open-coded versionIan Romanick2009-09-031-1/+2
* ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-031-23/+73
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+372