Age | Commit message (Collapse) | Author |
|
Change-Id: Ibc9f88d2588c028cd71aa86c26d970a73025ef22
|
|
Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6
|
|
The plain scaling is rather rough, and in fact drawing a scaled bitmap
the normal way gives much better results (because OutputDevice pre-scales
the bitmap before it's drawn). This one may be a bit slow perhaps,
but hopefully nobody there's no code that'd extensively use bitmap
drawing with custom transformations (wishful thinking).
Change-Id: I83e05307adfaeac0ed0757f1a0b2603f64caf8f8
|
|
Change-Id: I0e4ad776cbf31f9a130aedf0f9741927560b5ac1
|
|
Was missing from 82bc764bc9, without this opengl scaling wasn't used for these.
Change-Id: If853435b12383e799afe2f057c43263b2d2297fa
|
|
I.e. make it possible for the opengl backend to decide to use a different
scaling algorithm.
Change-Id: I36e76de071797129c7636b3048c93bc6e5d93aca
|
|
Change-Id: I516cdbc466f3d6427e36fea8c5cdbe718ce7d0ea
|
|
Change-Id: Idbf9026c5e64ef41d4c913153dfddf36923ff7de
|
|
Conflicts:
include/vcl/opengl/OpenGLContext.hxx
vcl/inc/openglgdiimpl.hxx
vcl/opengl/gdiimpl.cxx
vcl/opengl/x11/gdiimpl.cxx
vcl/source/opengl/OpenGLContext.cxx
Change-Id: I17f6ce66fb8b5bc027d35b4016ae56c24ee0a738
|
|
Change-Id: I332c954259bdc7e34718449023f5aa82323987cc
|
|
~X11SalVirtualDevice() was destroying X resources referred to by
OpenGLSalBitmap's mpContext, which were subsequently accessed by
Bitmap::AcquireReadAccess on the floating Bitmap. Better to use the
default window's GLContext for all bitmap operations.
Change-Id: I9009980e791cff1a1f36d626592d72c7a32efd39
|
|
Change-Id: I8a6a5ffe71c9e5f16533fd1f0944d4fd2a051c73
|
|
Conflicts:
vcl/opengl/gdiimpl.cxx
Change-Id: I6421265325e72023d1affe671d75488185772786
|
|
Change-Id: Ib5d12b0e57b537bbd1798121e80cd517d9c8f751
|
|
Otherwise we will get the report of an error much much later, most probably in
a totally unrelated part.
Change-Id: I33d3c6d01126f5766beb179eeaeb3276a9078226
|
|
Change-Id: I90486137323afc03a23afa6c18c27840fe8456e1
|
|
Change-Id: I949e13277fa176d64d7fba9a57e3ca6f3f0dd732
|