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
f9a0564f
Kaydet (Commit)
f9a0564f
authored
Ara 09, 2015
tarafından
Emmanuel Gil Peyrot
Kaydeden (comit)
Tomaž Vajngerl
Ara 11, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
slideshow: Remove wrong and unused uniform upload
Change-Id: I13c91af15caad888b4b56dbf92b63fdb0a97b47d
üst
878be3cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
OGLTrans_TransitionImpl.cxx
...ource/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
+1
-11
No files found.
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
Dosyayı görüntüle @
f9a0564f
...
@@ -465,18 +465,8 @@ void SimpleTransition::displaySlides_( double nTime, sal_Int32 glLeavingSlideTex
...
@@ -465,18 +465,8 @@ void SimpleTransition::displaySlides_( double nTime, sal_Int32 glLeavingSlideTex
CHECK_GL_ERROR
();
CHECK_GL_ERROR
();
applyOverallOperations
(
nTime
,
SlideWidthScale
,
SlideHeightScale
);
applyOverallOperations
(
nTime
,
SlideWidthScale
,
SlideHeightScale
);
glActiveTexture
(
GL_TEXTURE2
);
CHECK_GL_ERROR
();
glBindTexture
(
GL_TEXTURE_2D
,
glEnteringSlideTex
);
glActiveTexture
(
GL_TEXTURE0
);
GLint
location
=
-
1
;
if
(
m_nProgramObject
)
location
=
glGetUniformLocation
(
m_nProgramObject
,
"slideTexture"
);
if
(
location
!=
-
1
)
glUniform1f
(
location
,
2
);
displaySlide
(
nTime
,
glLeavingSlideTex
,
getScene
().
getLeavingSlide
(),
SlideWidthScale
,
SlideHeightScale
);
displaySlide
(
nTime
,
glLeavingSlideTex
,
getScene
().
getLeavingSlide
(),
SlideWidthScale
,
SlideHeightScale
);
if
(
location
!=
-
1
)
glUniform1f
(
location
,
0
);
displaySlide
(
nTime
,
glEnteringSlideTex
,
getScene
().
getEnteringSlide
(),
SlideWidthScale
,
SlideHeightScale
);
displaySlide
(
nTime
,
glEnteringSlideTex
,
getScene
().
getEnteringSlide
(),
SlideWidthScale
,
SlideHeightScale
);
CHECK_GL_ERROR
();
CHECK_GL_ERROR
();
}
}
...
...
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