Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • queryconversions.h
Find file
BlameHistoryPermalink
  • Jiawei Shao's avatar
    Fix incorrect conversion in ConvertToGLint · 3c43b4d1
    Jiawei Shao authored Feb 23, 2018
    This patch fixes a bug in function ConvertToGLint. This function
    should convert ParamType into GLint instead of GLenum.
    
    This patch can fix the bug that no errors are generated when trying
    to set negative base level or max level by glTexParameteri because
    ConvertToGLint always incorrectly converts a negative integer into
    an unsigned integer in ValidateTexParameterBase.
    
    BUG=angleproject:2371
    TEST=angle_end2end_tests
         dEQP-GLES31.functional.debug.negative_coverage.get_error.texture.texparameter*
    Change-Id: Id5baf3430ae574a083bcc40a7a8f7db1cb2d07ed
    Reviewed-on: https://chromium-review.googlesource.com/933923Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJiajia Qin <jiajia.qin@intel.com>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    3c43b4d1
queryconversions.h 2.93 KB
EditWeb IDE
×

Replace queryconversions.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.