aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_syncobj.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix a comment typo.Eric Anholt2012-07-041-1/+1
* intel: use pwrite for batchChris Wilson2011-02-211-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt2009-10-201-1/+1
* mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-031-2/+2
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+132