diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2016-07-14 05:33:15 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-10-14 15:43:22 +0100 |
commit | 19fa29a59288de6ea38501f8a32d8dfc2a08dace (patch) | |
tree | 95d4ba5adb97162c1365c4966c4a89616db29823 /src/mesa/drivers/dri/i965/gen8_draw_upload.c | |
parent | 284795616a76787447ebf7db8b93d4b90073ccf5 (diff) | |
download | external_mesa3d-19fa29a59288de6ea38501f8a32d8dfc2a08dace.zip external_mesa3d-19fa29a59288de6ea38501f8a32d8dfc2a08dace.tar.gz external_mesa3d-19fa29a59288de6ea38501f8a32d8dfc2a08dace.tar.bz2 |
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
This is the porting of corresponding patch for i965,
i.e. commit 2516d83 i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
The only difference compared to i965 one is that intel_check_sync() was renamed
to intel_gl_check_sync() here, as it is more appropriate.
Here follows original commit message by Chad Versace:
"I'm about to implement DRI2_Fenc in intel_syncobj.c. To prevent
madness, we need to prefix functions for GL_ARB_sync with 'gl' and
functions for DRI2_Fence with 'dri'. Otherwise, the file will become
a jumble of similiarly named functions.
For example:
old-name: intel_client_wait_sync()
new-name: intel_gl_client_wait_sync()
soon-to-come: intel_dri_client_wait_sync()
I wrote this renaming commit separately from the commit that implements
DRI2_Fence because I wanted the latter diff to be reviewable."
[Emil Velikov: rename the outstanding intel_sync instances]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen8_draw_upload.c')
0 files changed, 0 insertions, 0 deletions