Signed-off-by: Gwenole Beauchesne
---
configure.ac |5 +
src/Makefile.am | 39 +--
src/i965_drv_version.h.in | 36
src/i965_drv_video.c |7 +++
4 files changed, 85 insertions(+
Move out generation of the vendor string to its specific helper function,
while also making it more robust and aware of possible overflows.
Signed-off-by: Gwenole Beauchesne
---
src/i965_drv_video.c | 47 +++
1 file changed, 35 insertions(+), 12 dele
From: "Zhao, Halley"
---
src/i965_drv_video.c | 1 +
1 file changed, 1 insertion(+)
mode change 100755 => 100644 src/i965_drv_video.c
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
old mode 100755
new mode 100644
index a628e05..b701923
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_vi