summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_syncobj.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-09i965: Actually use the user timeout in glClientWaitSync.Ben Widawsky1-9/+1
2012-07-04intel: Fix a comment typo.Eric Anholt1-1/+1
2011-02-21intel: use pwrite for batchChris Wilson1-2/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2009-10-20intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt1-1/+1
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul1-2/+2
2009-09-03intel: Add support for ARB_sync.Eric Anholt1-0/+132