1. 6c6a5dc vcl: Consolidate size information around the GeometryProvider. by Michael Meeks · 11 years ago private/mmeeks/vcl-opengl3
  2. 6c55e8f vcl: create a GeometryProvider interface. by Michael Meeks · 11 years ago
  3. 38511b4 vcl: remove SalVirtualDevice::GetWidth by Michael Meeks · 11 years ago
  4. 2b5b60e vcl: initial outdev unit test - for VirtualDevices. by Michael Meeks · 11 years ago
  5. db003eb vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible by Louis-Francis Ratté-Boulianne · 11 years ago
  6. d454094 windows opengl: Transparency of the native widgets. by Jan Holesovsky · 11 years ago
  7. 2942056 windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl. by Jan Holesovsky · 11 years ago
  8. 328dbaf3 Fix build. by Jan Holesovsky · 11 years ago
  9. 7dd5f00 windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too. by Jan Holesovsky · 11 years ago
  10. 566d460 Add dummy Erase to SalBitmap implementations by Matúš Kukan · 11 years ago
  11. 1f653d3 Add dummy Crop to SalBitmap implementations by Matúš Kukan · 11 years ago
  12. 07eea5d vcl: Make sure the active framebuffer is the right one before drawing by Louis-Francis Ratté-Boulianne · 11 years ago
  13. aff5f19 vcl: Re-flip native X11 widgets upside down in OpenGL backend by Louis-Francis Ratté-Boulianne · 11 years ago
  14. 11b2007 vcl: Improve precision and performance of clipping when region is a RegionBand by Louis-Francis Ratté-Boulianne · 11 years ago
  15. 6563a90 vcl: Track the GL context's clip region and update before drawing when needed by Louis-Francis Ratté-Boulianne · 11 years ago
  16. 385dd7d vcl: Move the painting fence to the OpenGL context by Louis-Francis Ratté-Boulianne · 11 years ago
  17. e26c8fd vcl: Always use the same OpenGL context when drawing in a window by Louis-Francis Ratté-Boulianne · 11 years ago
  18. c907415 vcl: Use old method for pixmap painting for GTK widgets without OpenGL by Louis-Francis Ratté-Boulianne · 11 years ago
  19. 71c1cbc vcl: Draw native widgets twice on black/white background to synthesize alpha by Louis-Francis Ratté-Boulianne · 11 years ago
  20. 632106d boost::scoped_ptr instead of manual pointer lifecycle management. by Jan Holesovsky · 11 years ago
  21. cab741e windows opengl: Implement the native theming with OpenGL. by Jan Holesovsky · 11 years ago
  22. 83b31b4 windows opengl: Introduce OpenGLCompatibleDC. by Jan Holesovsky · 11 years ago
  23. 6c2d0e1 One more IsMapMode() -> IsMapModeEnabled(). by Jan Holesovsky · 11 years ago
  24. 5ec1c4f vcl: If there it a MapMode, it is applied. by Jan Holesovsky · 11 years ago
  25. 40581a8 vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled(). by Jan Holesovsky · 11 years ago
  26. b7342ea vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice. by Michael Meeks · 11 years ago
  27. 1f3a20c vcl: Correctly set the values for the GL scissor test when clipping by Louis-Francis Ratté-Boulianne · 11 years ago
  28. 913554d vcl: Actually returns the number of rectangles for the RegionBand by Louis-Francis Ratté-Boulianne · 11 years ago
  29. 738f3b4 vcl: Apply the OutputDevice transformation to the gradient clipping polygon by Louis-Francis Ratté-Boulianne · 11 years ago
  30. 483a43d vcl: Implement copyArea in OpenGL backend by Louis-Francis Ratté-Boulianne · 11 years ago
  31. 69bb3f6 vcl: fix un-initialized log length & clean copy/paste bits. by Michael Meeks · 11 years ago
  32. 36afb0e vcl: since we share Bitmaps across all GLContexts simplify lifecycle. by Michael Meeks · 11 years ago
  33. eb080a8 vcl: Make sure the texture unit is the right one before binding by Louis-Francis Ratté-Boulianne · 11 years ago
  34. 282d83a vcl: Update current context before executing scale operation by Louis-Francis Ratté-Boulianne · 11 years ago
  35. 29153ff vcl: Add support for backend-dependent blending of bitmaps (mask and alpha) by Louis-Francis Ratté-Boulianne · 11 years ago
  36. 0c39c36 vcldemo: render more small scaled page-border alikes by Michael Meeks · 11 years ago
  37. 9b18be2 vcl: Actually keep the new offscreen texture around by Louis-Francis Ratté-Boulianne · 11 years ago
  38. 086756486 vcl: check the OpenGL drawable as well as the context. by Michael Meeks · 11 years ago
  39. ba6af6f windows opengl: Share the contexts as we do on Linux. by Jan Holesovsky · 11 years ago
  40. 4bf414c vcl: remove old GetOpenGLContext method. by Michael Meeks · 11 years ago
  41. a33aaf1 Revert "vcl: Fix crash when requesting coordonnates for empty texture" by Jan Holesovsky · 11 years ago
  42. d09f827 windows opengl: Provide the context to textures everywhere where we have it. by Jan Holesovsky · 11 years ago
  43. 2195500 vcl: Fix crash when requesting coordonnates for empty texture by Louis-Francis Ratté-Boulianne · 11 years ago
  44. 053b01f vcl: Unbind framebuffer after setting offscreen mode by Louis-Francis Ratté-Boulianne · 11 years ago
  45. 9368d74 windows opengl: Use the updated DrawMask to get nice text with OpenGL. by Jan Holesovsky · 11 years ago
  46. bb92f43 windows: Improve logging. by Jan Holesovsky · 11 years ago
  47. 4c85f9a3 opengl: Do not check for OpenGL errors in a loop. by Jan Holesovsky · 11 years ago
  48. af85db1 windows: msbuild gets completely confused when the 'Platform' envvar is set. by Jan Holesovsky · 11 years ago
  49. a3945b6 vcl: make OpenGLContext::makeCurrent unfeasibly faster. by Michael Meeks · 11 years ago
  50. ea95f561 vcl: initialize data when XGetWindowAttributes fails. by Michael Meeks · 11 years ago
  51. 6631d98 vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized. by Michael Meeks · 11 years ago
  52. 67ff07d vcl: Execute pending operations on source when copying bitmap by Louis-Francis Ratté-Boulianne · 11 years ago
  53. 435e8d6 vcl: Fix DrawMask implementation in OpenGL backend by Louis-Francis Ratté-Boulianne · 11 years ago
  54. c62ef36 vcl: Implement drawing of transformed bitmaps in OpenGL backend by Louis-Francis Ratté-Boulianne · 11 years ago
  55. 8c151cb vcldemo: improve my rather trivial inferred alpha maths. by Michael Meeks · 11 years ago
  56. 97cb820 vcl: always use the default windows' GL Context for now to create bitmaps. by Michael Meeks · 11 years ago
  57. 1989aea vcl: copyBits should operate on mrParent if no context supplied. by Michael Meeks · 11 years ago
  58. 580a0c0 vcldemo: prototype Alpha recovery for native theming. by Michael Meeks · 11 years ago
  59. 79d1c87 vcldemo: repair mini view, and add alpha blended page corner alike. by Michael Meeks · 11 years ago
  60. c6d3fce vcldemo: simulate border stretching. by Michael Meeks · 11 years ago
  61. d82d946 Invert Native Widget rendering in Y. by Markus Mohrhard · 11 years ago
  62. 5633fdb blind fix for native control on X11 by Markus Mohrhard · 11 years ago
  63. 9cb55ef vcl: disable OpenGL usage during build. by Michael Meeks · 11 years ago
  64. ddf15dc emfplus: re-work and cleanup unit test by Michael Meeks · 11 years ago
  65. f04e5ce remove some useless SAL_WARNs by Markus Mohrhard · 11 years ago
  66. 98a0ff7 use correct flag to enable ARB debug version by Markus Mohrhard · 11 years ago
  67. 86bc8fe vcldemo: create multiple windows sharing the same renderer. by Michael Meeks · 11 years ago
  68. a68947b Revert "make something visible on the screen again" by Markus Mohrhard · 11 years ago
  69. a7be267 use the OpenGLHelper version to check for OpenGL support by Markus Mohrhard · 11 years ago
  70. 139b0e6 vcldemo: disable broken gradient stencil use. by Michael Meeks · 11 years ago
  71. d1c2076 vcl: avoid crash with 'gen' backend around window icons. by Michael Meeks · 11 years ago
  72. 6661fda make something visible on the screen again by Markus Mohrhard · 11 years ago
  73. 89cdfaa remove unnecessary whitespace by Markus Mohrhard · 11 years ago
  74. 2f19b7f Revert "Revert "Revert "Revert "wrong merge conflict resolution, vcldemo, icontest go to instdir"""" by Markus Mohrhard · 11 years ago
  75. 4f84424 vcl: assert more useful truths on BitmapWriterAccess completion. by Michael Meeks · 11 years ago
  76. 9074210 opengl: Another places where it is too eager to check for errors. by Jan Holesovsky · 11 years ago
  77. bad9b2d vcl: The backend should decide whether fast alpha drawing is available. by Jan Holesovsky · 11 years ago
  78. 1e15058 windows opengl: Do not be _that_ eager with CHECK_GL_ERROR(). by Jan Holesovsky · 11 years ago
  79. 340888d vcldemo: implement key-bindings and command-line by Michael Meeks · 11 years ago
  80. 633c40b vcldemo: BitmapEx rotation, translation and shear. by Michael Meeks · 11 years ago
  81. f731362 vcldemo: exercise more BitmapEx rendering paths. by Michael Meeks · 11 years ago
  82. 1d2c522 opengl: Add many more CHECK_GL_ERROR()'s before returning from functions. by Jan Holesovsky · 11 years ago
  83. 3bc5e98 vcldemo: dump and render all icons from images.zip when zoomed in. by Michael Meeks · 11 years ago
  84. f5b3ea8 vcl: Fix palette modification during BitmapWriteAccess lifetime. by Michael Meeks · 11 years ago
  85. c7d87b7 vcldemo: much improved icon rendering tests. by Michael Meeks · 11 years ago
  86. d75c9df vcl: re-factor image rendering control-flow. by Michael Meeks · 11 years ago
  87. 5b92486 windows opengl: Finally got the text working. by Jan Holesovsky · 11 years ago
  88. 30c6b2f windows opengl: Explain the concept of the text drawing + minor fixes. by Jan Holesovsky · 11 years ago
  89. 6fd7199 windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering. by Jan Holesovsky · 11 years ago
  90. 4093a54 request single buffered context on windows by Markus Mohrhard · 11 years ago
  91. 169562f windows blind fix by Markus Mohrhard · 11 years ago
  92. 893d37c blind fix for OSX by Markus Mohrhard · 11 years ago
  93. 1577f53 let us make the virtual explicit by Markus Mohrhard · 11 years ago
  94. a175429 ialso support the ARB debug version by Markus Mohrhard · 11 years ago
  95. 0e55b14 fix building the KDE backend by Markus Mohrhard · 11 years ago
  96. 32bddc7 vcl: Implement axial gradients in OpenGL backend by Louis-Francis Ratté-Boulianne · 11 years ago
  97. b190ffe vcl: Add DrawAlphaTexture to directly render Cairo surface by Louis-Francis Ratté-Boulianne · 11 years ago
  98. fbe77f4 vcl: Make sure the offscreen texture is unique before rendering to it by Louis-Francis Ratté-Boulianne · 11 years ago
  99. dce9610 vcl: Improve OpenGLTexture implementation by allowing implicit sharing by Louis-Francis Ratté-Boulianne · 11 years ago
  100. 330b7b3 vcl: Draw gradient in alpha device even when using native rendering by Louis-Francis Ratté-Boulianne · 11 years ago