Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
90742105
Kaydet (Commit)
90742105
authored
Kas 14, 2014
tarafından
Jan Holesovsky
Kaydeden (comit)
Markus Mohrhard
Kas 15, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
opengl: Another places where it is too eager to check for errors.
Change-Id: Ib6ca3d653f3fd1155bce418226146934e765928d
üst
bad9b2d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
gdiimpl.cxx
vcl/opengl/gdiimpl.cxx
+0
-2
texture.cxx
vcl/opengl/texture.cxx
+0
-2
No files found.
vcl/opengl/gdiimpl.cxx
Dosyayı görüntüle @
90742105
...
@@ -1505,8 +1505,6 @@ void OpenGLSalGraphicsImpl::endPaint()
...
@@ -1505,8 +1505,6 @@ void OpenGLSalGraphicsImpl::endPaint()
maContext
.
makeCurrent
();
maContext
.
makeCurrent
();
glFlush
();
glFlush
();
}
}
CHECK_GL_ERROR
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/opengl/texture.cxx
Dosyayı görüntüle @
90742105
...
@@ -92,8 +92,6 @@ ImplOpenGLTexture::~ImplOpenGLTexture()
...
@@ -92,8 +92,6 @@ ImplOpenGLTexture::~ImplOpenGLTexture()
SAL_INFO
(
"vcl.opengl"
,
"~OpenGLTexture "
<<
mnTexture
);
SAL_INFO
(
"vcl.opengl"
,
"~OpenGLTexture "
<<
mnTexture
);
if
(
mnTexture
!=
0
)
if
(
mnTexture
!=
0
)
glDeleteTextures
(
1
,
&
mnTexture
);
glDeleteTextures
(
1
,
&
mnTexture
);
CHECK_GL_ERROR
();
}
}
OpenGLTexture
::
OpenGLTexture
()
:
OpenGLTexture
::
OpenGLTexture
()
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment