summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_syncobj.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-05i965/sync: Rename intel_syncobj.c -> brw_sync.cChad Versace1-300/+0
2016-10-05i965/sync: Replace 'intel' prefix with 'brw'Chad Versace1-35/+35
2016-10-05i965/sync: Fix uninitalized usage and leak of mutexChad Versace1-2/+12
2016-09-20i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke1-1/+1
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-07-20i965: store reference to the context within struct brw_fence (v2)Emil Velikov1-11/+44
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-1/+1
2015-05-07i965/sync: Implement DRI2_Fence extensionChad Versace1-39/+152
2015-05-07i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Chad Versace1-21/+31
2015-05-07i965/sync: Return NULL when calloc failsChad Versace1-0/+2
2015-05-07i965/sync: Don't crash when deleting sync objectChad Versace1-1/+3
2015-03-04i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg1-0/+8
2013-10-21i965: Drop unused simple_list.h includes.Kenneth Graunke1-1/+0
2013-08-30i965: Directly call intel_batchbuffer_flush() after i915 split.Eric Anholt1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-1/+2
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+124
2009-09-03intel: Add support for ARB_sync.Eric Anholt1-0/+1