aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_syncobj.c
Commit message (Expand)AuthorAgeFilesLines
* i965/sync: Rename intel_syncobj.c -> brw_sync.cChad Versace2016-10-051-300/+0
* i965/sync: Replace 'intel' prefix with 'brw'Chad Versace2016-10-051-35/+35
* i965/sync: Fix uninitalized usage and leak of mutexChad Versace2016-10-051-2/+12
* i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke2016-09-201-1/+1
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-191-1/+0
* i965: store reference to the context within struct brw_fence (v2)Emil Velikov2016-07-201-11/+44
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965/sync: Implement DRI2_Fence extensionChad Versace2015-05-071-39/+152
* i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Chad Versace2015-05-071-21/+31
* i965/sync: Return NULL when calloc failsChad Versace2015-05-071-0/+2
* i965/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg2015-03-041-0/+8
* i965: Drop unused simple_list.h includes.Kenneth Graunke2013-10-211-1/+0
* i965: Directly call intel_batchbuffer_flush() after i915 split.Eric Anholt2013-08-301-1/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-1/+2
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+124
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+1