summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-22loplugin:constmethod in vclNoel Grandin1-2/+2
2019-08-20loplugin:constvars in vclNoel Grandin2-2/+2
2019-08-12Fix typosAndrea Gelmini2-2/+2
2019-08-10Silence -Werror,-Wimplicit-int-float-conversionStephan Bergmann1-2/+3
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen3-3/+0
2019-07-20cid#1448247 Division or modulo by float zeroCaolán McNamara1-0/+3
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen3-32/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin4-12/+12
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen3-0/+3
2019-05-02tdf#115092: blacklist Intel(R) HD Graphics 530Xisco Fauli1-0/+4
2019-04-16fix areaScaleFragmentShader.glsl with texture atlas (tdf#105277)Luboš Luňák3-40/+74
2019-04-16in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák1-0/+14
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák1-2/+2
2019-04-16round() instead of truncating in two-pass OpenGL area scalingLuboš Luňák1-2/+2
2019-04-15restore code commentsLuboš Luňák1-0/+7
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-10/+2
2019-03-29tdf#107966 vcl opengl: fix not drawn 1px wide polypolygonsMiklos Vajna1-0/+5
2019-03-28make OpenGLSalBitmap deallocate user data properlyLuboš Luňák1-4/+13
2019-03-28make ReadTexture() also handle 8-bit non-grayscale images (tdf#116888)Luboš Luňák1-3/+7
2019-03-22opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák1-1/+13
2019-03-21add missing else in an if-else chainLuboš Luňák1-2/+2
2019-03-14Fix scheduled Task priority change handlingJan-Marek Glogowski1-2/+1
2019-03-08tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna1-7/+0
2019-03-08vcl opengl: avoid task priority warning on cursor blinkMiklos Vajna1-1/+2
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2-9/+6
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-11-23improve function local staticsNoel Grandin1-5/+4
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-05Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-1/+1
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-4/+4
2018-10-21pvs-studio: V501 same expression twiceCaolán McNamara1-1/+0
2018-10-21pvs-studio: silence bogus V557Caolán McNamara1-14/+20
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-7/+3
2018-10-15loplugin:constantparamNoel Grandin1-6/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-3/+3
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-4/+4
2018-09-17loplugin:staticconstfield improvementsNoel Grandin2-5/+3
2018-09-14loplugin:constfields in vclNoel Grandin3-5/+5
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-4/+24
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-2/+1
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-3/+6