• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


RSS
Rev. Tiempo Autor
e613327 2017-02-25 07:30:14 Jussi Kukkonen

wayland: Don't commit and ship generated files

I believe shipping wayland-drm-client-protocol.h is wrong: The header
should always be generated by the wayland-scanner that matches the
runtime wayland version. Currently when someone clones the repo and
builds, the shipped version is used.

Remove wayland-drm-client-protocol.h from source tree, modify the
build so the header is considered a built source file, and make
configure fail if wayland is enabled but wayland-scanner is not found.

Fixes #34.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>

b832b37 2017-02-16 02:43:52 Hans de Goede

Wayland-drm: Fix not finding wl_drm_interface on systems with libglvnd

We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
is the only way which defines the wl_drm_interface symbol we need,
one systems with libglvnd libEGL.so.1 is a dispatcher library provided
by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
so try that first.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>

59d252f 2017-02-07 13:27:37 Mark Thompson

drm: Add mapping of amdgpu kernel driver to radeonsi Mesa driver

Fixes #24.

Signed-off-by: Mark Thompson <sw@jkqxz.net>

2eef723 2017-02-07 13:27:37 Mark Thompson

drm: Fix Mesa driver names

The use of "gallium" as the driver name was removed in Mesa commit
0c0f841e5de27d01312f8857641668ca439b1ab1. This updates the mapping
to use the individual driver names.

Fixes #25.

Signed-off-by: Mark Thompson <sw@jkqxz.net>

81a2cf7 2017-02-06 11:41:38 Sean V Kelley

config: Add va_messaging flag

on by default, but allows optional disabling.

fixes #21

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

c8d523b 2017-02-02 04:05:48 Sean V. Kelley

Merge pull request #19 from seanvk/remove_debiancontrol

debian: Remove legacy packaging

c753468 2017-02-02 03:33:44 Sean V Kelley

debian: Remove legacy packaging

debian control files are maintained by packagers

Yes there is a "convenience" factor to roll your
own debian package, but this is not maintained by
us and represents a fork from debian packagers.
As with the bit rot of libva.spec, remove this.

fixes #18

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

929d90f 2017-02-01 14:48:41 Sean V. Kelley

Merge pull request #13 from seanvk/remove-test

test: remove from library

a84e59c 2017-02-01 13:41:14 Sean V Kelley

config: Updated AC_INIT for github

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

1a3cfce 2017-02-01 12:55:16 Sean V Kelley

specfile: remove libva.spec

Package maintainers create and maintain their own.

Fixes #8

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

573b01e 2017-02-01 12:53:22 Sean V Kelley

test: remove from library

Moved to libva-utils

Fixes #12

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

fcf32f5 2017-01-31 14:16:27 Sean V Kelley

travis: Added new security list for scans

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

5ad186e 2017-01-31 14:08:40 Sean V Kelley

github: Removed coveralls integration

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

2fb97e3 2017-01-31 13:49:21 Sean V Kelley

github: Added slack team to readme

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

0e06133 2017-01-30 08:29:00 Sean V Kelley

github: Use correct travis svg and coverity project id

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

c7e3d66 2017-01-30 07:30:33 Sean V Kelley

travis: Coverity not seeing the email

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

4e4b02f 2017-01-30 07:17:32 Sean V Kelley

travis: coverity scan notification email must be set

Will have to find another suitable destination later.
Mailing list maybe?

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

a0e06ca 2017-01-30 07:08:03 Sean V Kelley

travis: Configure for a coverity scan branch

Also reduce waste of resources, avoiding duplicate builds

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

ea4fa9f 2017-01-30 06:27:19 Sean V Kelley

travis: Test coverity

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

65a8fa5 2017-01-30 01:42:14 Xiang, Haihao

va: Keep compatibility with the backend driver built against 0.39.x

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99375
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Signed-off-by: Sean V Kelley <seanvk@posteo.de>

74c48da 2017-01-29 20:06:16 Sean V Kelley

github: Added link to doxygen gh pages for libva

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

7d9c67b 2017-01-29 20:03:33 Sean V Kelley

doc: Remove log file from script

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

604abf3 2017-01-29 19:55:30 Sean V. Kelley

Merge pull request #16 from seanvk/master

doc: update to doxy and new gh deploy script

4b8e981 2017-01-29 19:51:38 Sean V Kelley

doc: update to doxy and new gh deploy script

Fixes #15

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

7860713 2017-01-29 11:12:37 Sean V Kelley

github: Correct project name

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

9fe86f0 2017-01-27 08:11:23 Sean V Kelley

github: Updated mailing list

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

04afdd3 2017-01-27 07:41:24 Sean V Kelley

github: Contact update

Update with new mailing list and irc channel.

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

63f94f4 2017-01-23 13:27:16 Sean V Kelley

travis: Add hooks for slack

Add hooks for travis to slack.

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

2d6c8dd 2017-01-22 16:22:55 Sean V Kelley

travis : Test for coveralls

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

44d4a23 2017-01-22 16:02:03 Sean V. Kelley

Merge pull request #5 from seanvk/upstream

travis: Explicitly use apt-get for deps