Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Side by Side Diff: third_party/libva/va/x11/va_dricommon.h

Issue 10694038: Update libva to pick up updated license headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libva/va/va_x11.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /*
2 * Copyright (c) 2012 Intel Corporation. All Rights Reserved.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the
6 * "Software"), to deal in the Software without restriction, including
7 * without limitation the rights to use, copy, modify, merge, publish,
8 * distribute, sub license, and/or sell copies of the Software, and to
9 * permit persons to whom the Software is furnished to do so, subject to
10 * the following conditions:
11 *
12 * The above copyright notice and this permission notice (including the
13 * next paragraph) shall be included in all copies or substantial portions
14 * of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
19 * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
20 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 */
1 #ifndef _VA_DRICOMMON_H_ 24 #ifndef _VA_DRICOMMON_H_
2 #define _VA_DRICOMMON_H_ 25 #define _VA_DRICOMMON_H_
3 26
4 #ifndef ANDROID 27 #ifndef ANDROID
5 #include <X11/Xlib.h> 28 #include <X11/Xlib.h>
6 #include <xf86drm.h> 29 #include <xf86drm.h>
7 #include <drm.h> 30 #include <drm.h>
8 #include <drm_sarea.h> 31 #include <drm_sarea.h>
9 #endif 32 #endif
10 33
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }; 85 };
63 86
64 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name); 87 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name);
65 void free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable); 88 void free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable);
66 void free_drawable_hashtable(VADriverContextP ctx); 89 void free_drawable_hashtable(VADriverContextP ctx);
67 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable); 90 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable);
68 void dri_swap_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable); 91 void dri_swap_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable);
69 union dri_buffer *dri_get_rendering_buffer(VADriverContextP ctx, struct dri_draw able *dri_drawable); 92 union dri_buffer *dri_get_rendering_buffer(VADriverContextP ctx, struct dri_draw able *dri_drawable);
70 93
71 #endif /* _VA_DRICOMMON_H_ */ 94 #endif /* _VA_DRICOMMON_H_ */
OLDNEW
« no previous file with comments | « third_party/libva/va/va_x11.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698