Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8091175 Remove Flush & Finish in ES2SwapChain
  3. JDK-8091451

Remove glFlush from EGLFBGLDrawable.nSwapBuffers

XMLWordPrintable

      --- a/modules/graphics/src/main/native-prism-es2/eglfb/EGLFBGLDrawable.c Wed Oct 23 09:51:45 2013 +0200
      +++ b/modules/graphics/src/main/native-prism-es2/eglfb/EGLFBGLDrawable.c Wed Oct 23 16:05:24 2013 +0300
      @@ -110,7 +110,6 @@
       (JNIEnv *env, jclass jeglfbDrawable, jlong nativeDInfo) {
           int value;

      - glFlush();
           DrawableInfo *dInfo = (DrawableInfo *) jlong_to_ptr(nativeDInfo);
           if (dInfo == NULL) {
               return JNI_FALSE;

            dblaukop Daniel Blaukopf (Inactive)
            dblaukop Daniel Blaukopf (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: