Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-84717

Make QSGTexture, QSGPlainTexture, and related OpenGL-clean

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • None
    • Qt RHI, Quick: SceneGraph
    • None

    Description

      Split from QTBUG-84623.

      virtual int textureId() const = 0; // ### Qt 6: remove
      virtual void bind() = 0; // ### Qt 6: remove
      void updateBindOptions(bool force = false); // ### Qt 6: remove

      plus some helper function in qsgtexture.cpp can be removed as well.

      Same goes for QSGPlainTexture, the overrides of these functions are to be removed.

      Remove the OpenGL texture atlas.

      Then it has effects in various places (painter node, etc.) clean those up.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              lagocs Laszlo Agocs
              lagocs Laszlo Agocs
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes