Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,059
    • Issues 3,059
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 997
    • Merge requests 997
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !2368

Enable OpenGL ES 3.1 on V3D

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged José María Casanova Crespo requested to merge chema/mesa:v3d-gles31-enable into master Oct 17, 2019
  • Overview 6
  • Commits 6
  • Pipelines 2
  • Changes 17

This series enables OpenGL ES 3.1 on V3D driver, the driver used by the GPU of Raspberry Pi 4

This MR includes the support of Compute Shaders developed by Eric Anholt (@anholt) and the fix for memory write violations that needs the support of kernel space DRM_V3D_PARAM_SUPPORTS_CACHE_FLUSH by (@itoral)

For the driver to pass CTS GLES 3.1 conformance the following MR need to land and 2 failing tests need to be fixed.

  • !332 "glsl: fix a binding points assignment for ssbo/ubo arrays" to fix GLES31.functional.ssbo.layout.random.all_per_block_buffers.18 (Affects all mesa drivers)
  • Land !1871 (closed) "WIP: nir: add support to load_shared on Eric's prepass scheduling" to fix KHR-GLES31.core.compute_shader.shared-max
  • Fix KHR-GLES31.core.shader_image_load_store.advanced-sync-vertexArray
  • Fix dEQP-GLES31.functional.synchronization.inter_call.with_memory_barrier.image_atomic_multiple_interleaved_write_read
Edited Feb 06, 2020 by José María Casanova Crespo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v3d-gles31-enable