Age | Commit message (Collapse) | Author |
|
Now it's possible to add a preamble to the compiled program, so there can
be just one program with #ifdef's inside and the small variants can be
selected using #define in the preamble instead of having several almost
identical programs.
Change-Id: I6c5112313b91b6269ebdecdfc896e0f96209ea2b
|
|
Change-Id: I225cbb3a4a66a8f20bec91c4770ad78e72b663b1
|
|
Change-Id: I0e4ad776cbf31f9a130aedf0f9741927560b5ac1
|
|
you can get debug stl this way
Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
|
|
Change-Id: I240d2b44e77d28af3cd5952b6d666a1709c4c54a
|
|
Conflicts:
include/vcl/opengl/OpenGLContext.hxx
Change-Id: Id9c7932976ce9d9282776c20d93d9cca4d290056
|
|
Change-Id: Iec9f8c7d8f7cded0aef9e017373e44387dc0b05c
|
|
Change-Id: Ia86b67e92985eeb4fb2a5f6cd74c65fab2ac5566
|
|
Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496
|
|
Change-Id: I5790deb9ab5af6f8678c964af5321264d3bce733
|
|
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
|
|
Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4
|
|
Change-Id: I939e184f6706fc0135f6906f0c183e5166aba5bb
|
|
Change-Id: Idbf9026c5e64ef41d4c913153dfddf36923ff7de
|
|
Conflicts:
vcl/inc/openglgdiimpl.hxx
Change-Id: I1d764a8dba1850d2475f08e1014a085846f336c3
|
|
Implemented by both SalFrame and SalVirtualDevice, to help us to
un-tangle code that needs to operate on resources associated with
both of these without special cases.
Change-Id: If681a002647e20c57186577fe039d4ac85bba872
|
|
It is presumed that #i59315# is fixed already, and that this is no
longer necessary.
Change-Id: Ifb2f6550fac2481c4fec269b38d6e806753cb53e
|
|
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: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
|
|
Especially the ones from our developer machines as they are better tested than anything else.
Change-Id: Id6ff6bcae314c03453d82ee4e64aaef1bd5ed84a
|
|
Change-Id: I524883b0f0bbce9a8b6f893771f144feeee49934
|
|
Change-Id: I78af18a1df98920a235c22c2f1875f0ac43a8e27
|
|
Change-Id: I4a6d7a384daf00eb8841ea742187e38eafe98e8b
|
|
Change-Id: Iaaafe7da8e717f7b127ab5806773a5a5d75b82d5
|
|
Change-Id: Ia5810aa5f9e1e169b5f0217f6f176a253dc1439d
|
|
Change-Id: I408b76855693c64473dba3bb3fa94374fff01fae
|
|
Change-Id: Ief0e947149c133aaa8e81973e088c4df6432bfdc
|
|
Change-Id: Ic4c073360070a559855732d2de41ae9085d7d51b
|
|
Change-Id: Ieb8da224e02a9c8e19eabb4c5bcbd81120900245
|
|
desktop/unx/source/glxtest.cxx is taken directly from the Mozilla
project.
THe whole concept is taken from Mozilla and is based on starting an
early process that creates an OpenGL context. This prevents crashing
drivers to crash Libreoffice.
We read the information from the pipe as soon as we create the first vcl
Window. In that place we then decide if the device/driver combination is
blacklisted.
Change-Id: I2624d4ce06d503281a4459cf3174f57cf1f7b733
|
|
Change-Id: Ib402395f5523a980c9ca098dcd2d8e1ecbbfa7c0
|
|
~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: Ib820326fdc752d0893840bad3eb7f1369469f796
|
|
Change-Id: I8a6a5ffe71c9e5f16533fd1f0944d4fd2a051c73
|
|
Change-Id: Ie20b10656788113709b0b0720d3cae2653639d78
|
|
eg. OutputDevice::DrawOutDev:
mpGraphics->CopyBits( aPosAry, NULL, this, NULL );
Change-Id: I0b041bb5aa6aba573b9f589842084722481cb438
|
|
Conflicts:
vcl/opengl/gdiimpl.cxx
Change-Id: I6421265325e72023d1affe671d75488185772786
|
|
Conflicts:
vcl/unx/generic/gdi/gdiimpl.cxx
vcl/unx/generic/gdi/salgdi2.cxx
Change-Id: I2cb960d194ee5bc38beece97e8b21cc6fa3b3fbc
|
|
We don't have a method that would paint a texture with transparency yet. We
also need to limit the size of the DIBSection exactly to what we are going to
paint, no point in creating a huge bitmap that is mostly empty (but the part
where is the text being drawn).
Change-Id: Ice0bf325743d08e19e636be73cef6aff3cde5704
|
|
Change-Id: Id5aa4c1e843d286026a7bcd1297670db467dcbbc
|
|
Change-Id: Ib5d12b0e57b537bbd1798121e80cd517d9c8f751
|
|
Change-Id: I8cb97a4057c06ca09adfcac8dcd3f61ac9508430
|
|
Change-Id: Ib1b84745cd1211a5194da78d83646ade4b01e72a
|
|
Change-Id: I4f8d4f9393b931f7593486f8e1fadee7ad35902a
|
|
Change-Id: I8b244a5bdd12a64a65ca1bab14dfe6917a175ccf
|
|
Change-Id: I949e13277fa176d64d7fba9a57e3ca6f3f0dd732
|
|
Change-Id: If4431fb276c9c2629acbc95aeff2ef7c4a683d86
|
|
Change-Id: I0deebaedf6fe5b23f50a448eea0d5d9e99ebd391
|