Re: [Mesa-dev] [PATCH 2/3] st/va: Save surface chroma format in config

2016-09-27 Thread Emil Velikov
Hi Mark, Patches without any commit message are a bad idea, generally. Please don't do that. Here are some articles which should help you on the topic. [1] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [2] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

[Mesa-dev] [PATCH 2/3] st/va: Save surface chroma format in config

2016-09-18 Thread Mark Thompson
--- We need this stored somewhere to be able to return useful information from vaQuerySurfaceAttributes() in the following patch. src/gallium/state_trackers/va/config.c | 23 +-- src/gallium/state_trackers/va/va_private.h | 1 + 2 files changed, 22 insertions(+), 2 dele