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 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • GL
  • mesamesa
  • Merge requests
  • !4

Fix/110282 blit ints instead floats

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sergii Romantsov requested to merge fix/110282_blit_ints_instead_floats into i965_ci Apr 04, 2019
  • Overview 0
  • Commits 255
  • Pipelines 3
  • Changes 273

Blorp blitting uses floats for better precision. But still its not enough for some tests. This patch avoids usage of floats in API. Instead integers are used. Patch covers clipping for integers. Part 2 is done separately because it almost independent, but changes (incorrect type) may break functionality. With patch-changes all current tests has to be passed (especially fbo-blit-scaled-linear).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110282 Signed-off-by: 's avatarSergii Romantsov sergii.romantsov@globallogic.com Reported-by: 's avatarVadym Shovkoplias vadym.shovkoplias@globallogic.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/110282_blit_ints_instead_floats