projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f344e
)
egl/android: Fix typ-o
author
Robert Foss
<robert.foss@collabora.com>
Thu, 15 Jun 2017 20:47:53 +0000
(16:47 -0400)
committer
Eric Engestrom
<eric@engestrom.ch>
Thu, 15 Jun 2017 21:35:10 +0000
(22:35 +0100)
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
src/egl/drivers/dri2/platform_android.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/dri2/platform_android.c
b/src/egl/drivers/dri2/platform_android.c
index 7a73419d14899d6c17da111b58eb11c178f10db3..5550f580a8073765e913e3810e7506734133de6a 100644
(file)
--- a/
src/egl/drivers/dri2/platform_android.c
+++ b/
src/egl/drivers/dri2/platform_android.c
@@
-752,7
+752,7
@@
droid_create_image_from_prime_fd_yuv(_EGLDisplay *disp, _EGLContext *ctx,
}
if (ycbcr.chroma_step == 2) {
- /* Semi-planar Y + CbCr or Y + C
bCr
format. */
+ /* Semi-planar Y + CbCr or Y + C
rCb
format. */
const EGLint attr_list_2plane[] = {
EGL_WIDTH, buf->width,
EGL_HEIGHT, buf->height,