Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.5 KB

README.chadv.markdown

File metadata and controls

70 lines (45 loc) · 2.5 KB

drawElements Quality Program

This is chadv's fork of dEQP, a testsuite for OpenGL ES, EGL, and Vulkan. Go read the upstream README first.

chadv's dEQP

chadv's fork contains the Chromium OS patchset and some minor changes for Linux development.

  • Homepage
  • git clone -b master git://git.kiwitree.org/~chadv/deqp

For build and installation instructions, see INSTALL.chadv.markdown.

Branches and Tags

  • refs/heads/master
    My personal fork, which is based on Android's master branch. It includes fixes and improvements for Linux and Chromium OS. I semi-regularly merge Android's master branch and apply the patches from Chromium OS's dEQP package. . To view my non-upstreamed patches, I recommend:

      % git remote add aosp https://android.googlesource.com/platform/external/deqp
      % git fetch aosp
      % git log --oneline --decorate ^aosp/master master
    
  • refs/tags/chromiumos-deqp-$VERSION
    A snapshot of the exact dEQP code built by Chromium OS's dEQP package, media-gfx/deqp-${VERSION}.ebuild. This includes patches applied by the ebuild.

  • refs/heads/chromiumos-latest
    Points to the latest tag chromiumos-deqp-$VERSION.

  • refs/heads/chromiumos-latest-fixes
    My fixes, rebased onto branch chromiumos-latest.

Android's dEQP

The canonical repository resides in the Android tree.

  • Upstream: git clone https://android.googlesource.com/platform/external/deqp
  • Gitweb
  • Homepage

Chromium OS's dEQP

Chromium OS maintains a mirror of the Android repository; a [Portage] 2 ebuild with additional patches; [Autotest] 1 integration; and hardware-specific lists of expected results.