Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • virgl
  • virglrenderer
  • Merge requests
  • !50

shader: Don't require ARB_gpu_shader5 on gles for certain texture gather operations

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Gert Wollny requested to merge gerddie/virglrenderer:fix-TG4-on-gles-softpipe-host into master Oct 11, 2018
  • Overview 2
  • Commits 0
  • Pipelines 0
  • Changes -

The GLES 3.1 standard already requires support for shadow samplers, components, and offsets, so it is not needed to specify the requirement for the extensions.

Closes: #40 (closed)

Out of the tests that pass on the softpipe host and fail when runing it through vtest/host:gles-softpipe this fixes the failures: dEQP-GLES31.functional.texture.gather.*

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Edited Oct 11, 2018 by Gert Wollny
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-TG4-on-gles-softpipe-host