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
7a1cb6c3
Kaydet (Commit)
7a1cb6c3
authored
Kas 25, 2014
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: misc. TODO comment expansion.
Change-Id: Iac9e998c2737a370aff382f8c4ae68af8e59f521
üst
14527345
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gdiimpl.cxx
vcl/opengl/gdiimpl.cxx
+4
-3
No files found.
vcl/opengl/gdiimpl.cxx
Dosyayı görüntüle @
7a1cb6c3
...
...
@@ -393,7 +393,7 @@ bool OpenGLSalGraphicsImpl::CheckOffscreenTexture()
GLfloat
fHeight
=
GetHeight
();
SalTwoRect
aPosAry
(
0
,
0
,
fWidth
,
fHeight
,
0
,
0
,
fWidth
,
fHeight
);
// TODO: lfrb: User GL_ARB_copy_image?
// TODO:
improve performance:
lfrb: User GL_ARB_copy_image?
OpenGLTexture
aNewTex
=
OpenGLTexture
(
GetWidth
(),
GetHeight
()
);
glFramebufferTexture2D
(
GL_FRAMEBUFFER
,
GL_COLOR_ATTACHMENT0
,
GL_TEXTURE_2D
,
aNewTex
.
Id
(),
0
);
glViewport
(
0
,
0
,
GetWidth
(),
GetHeight
()
);
...
...
@@ -1376,7 +1376,7 @@ void OpenGLSalGraphicsImpl::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32*
if
(
mnLineColor
!=
SALCOLOR_NONE
)
{
// TODO Use glMultiDrawElements or primitive restart
// TODO
performance:
Use glMultiDrawElements or primitive restart
BeginSolid
(
mnLineColor
);
for
(
sal_uInt32
i
=
0
;
i
<
nPoly
;
i
++
)
DrawLines
(
pPoints
[
i
],
pPtAry
[
i
],
true
);
...
...
@@ -1562,7 +1562,8 @@ void OpenGLSalGraphicsImpl::DoCopyBits( const SalTwoRect& rPosAry, OpenGLSalGrap
}
SAL_WARN
(
"vcl.opengl"
,
"*** NOT IMPLEMENTED *** copyBits"
);
// TODO Copy from one FBO to the other (glBlitFramebuffer)
// TODO: Copy from one FBO to the other (glBlitFramebuffer)
// ie. copying from one visible window to another visible window
}
void
OpenGLSalGraphicsImpl
::
drawBitmap
(
const
SalTwoRect
&
rPosAry
,
const
SalBitmap
&
rSalBitmap
)
...
...
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