VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/render

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51349   11 years vboxsync crOpenGL: saved state fixes, misc fixes
(edit) @51082   11 years vboxsync crOpenGL/OSX: bugfixes
(edit) @51064   11 years vboxsync crOpenGL: fix to switch on/off new command submission
(edit) @50626   11 years vboxsync crOpenGL/win: proper deal with HRGN
(edit) @50412   11 years vboxsync crOpenGL: scaling bugfixes; rename stretch -> scale
(edit) @50405   11 years vboxsync crOpenGL: include 3D data in framebuffer saved state snapshot, saved …
(edit) @50274   11 years vboxsync crOpenGL/osx: impl async window modifications & present handling to …
(edit) @50184   11 years vboxsync crOpenGL: misc bugfixes, Vrdp+3D working with the new framework
(edit) @50095   11 years vboxsync crOpenGL: presentation infrastructure rework (still work in progress)
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49294   11 years vboxsync crOpenGL: fix 2D crash on shutdown
(edit) @49011   11 years vboxsync crOpenGL/win: fix window flashing on VM creation
(edit) @48791   11 years vboxsync crOpenGL: fix window geometry setting
(edit) @48726   11 years vboxsync crOpenGL: seamless fixes
(edit) @48487   11 years vboxsync Additions and HostServices: remove unneeded calls to XInitThreads().
(edit) @48356   11 years vboxsync crOpenGL: dummy window handling, shared context creation, window …
(edit) @48348   11 years vboxsync crOpenGL: int gl version presentation
(edit) @48325   11 years vboxsync crOpenGL/OSX: scrolling & docktile image fixes
(edit) @48322   11 years vboxsync crOpenGL: default context cleanup fix
(edit) @48291   11 years vboxsync crOpenGL: fix OSX win8.1 rendering
(edit) @48275   11 years vboxsync crOpenGL: basics for no-alpha blits
(edit) @48171   11 years vboxsync crOpenGL: fix potential deadlock
(edit) @48084   11 years vboxsync crOpenGL/OSX: fix presentation with no-context-set views
(edit) @48079   11 years vboxsync crOpenGL: proper default shared context support
(edit) @47566   11 years vboxsync crOpenGL/wddm: TexPresent fixes, irq handling fix
(edit) @46887   11 years vboxsync crOpenGL/wgl: more correct repaint handling
(edit) @46885   11 years vboxsync crOpenGL: TexPresent fixes
(edit) @46343   12 years vboxsync crOpenGL: bugfixes, debugging, dumping draw commands to html
(edit) @45921   12 years vboxsync crOpenGL: makecurrent(0,0) impl fix
(edit) @45673   12 years vboxsync HostServices/OpenGL: compile fix for certin environments
(edit) @45581   12 years vboxsync crOpenGL/glx: fix zero-sized windows treatment
(edit) @45577   12 years vboxsync crOpenGL: fix window mgmt
(edit) @45526   12 years vboxsync crOpenGL/OSX: do not rely on presense of GL_EXT_framebuffer_blit
(edit) @45507   12 years vboxsync crOpenGL: blitter enhancements for OSX
(edit) @45201   12 years vboxsync crOpenGL: basics for BlitFramebuffer driver bugs work around
(edit) @45148   12 years vboxsync crOpenGL: misc bugxifes
(edit) @45132   12 years vboxsync crOpenGL: seamles mode support impl; bugfizes & cleanup
(edit) @45066   12 years vboxsync crOpenGL: misc bugfixes & cleanups
(edit) @45053   12 years vboxsync crOpenGL/osx: fix null visible regions
(edit) @45048   12 years vboxsync crOpenGL/osx: fix visible regions handling
(edit) @45043   12 years vboxsync crOpenGL/win: return back setting visible state
(edit) @45041   12 years vboxsync crOpenGL: synch server and render window visible state
(edit) @45039   12 years vboxsync crOpenGL/glx: additional fixes
(edit) @45036   12 years vboxsync crOpenGL/glx: do not allow zero window sizes
(edit) @44997   12 years vboxsync crOpenGL/win: fix redraw concurrency
(edit) @44950   12 years vboxsync crOpenGL: crDebug->crWarning for wgl make current case that should not …
(edit) @44922   12 years vboxsync crOpenGL/OSX: synch window reshape
(edit) @44913   12 years vboxsync crOpenGL: fix renderspu cleanup
(edit) @44908   12 years vboxsync crOpenGL: work around context destruction ogl driver bug
(edit) @44887   12 years vboxsync crOpenGL: more window attr handling fixes
(edit) @44886   12 years vboxsync crOpenGL: window attr change fixes
(edit) @44880   12 years vboxsync crOpenGL: resize fixes, more to follow
(edit) @44860   12 years vboxsync crOpenGL: redraw impl for X11/glx hosts; enable offscreen rendering …
(edit) @44813   12 years vboxsync crOpenGL: fix typos & a warning
(edit) @44787   12 years vboxsync crOpenGL/OSX: presentation variations
(edit) @44784   12 years vboxsync crOpenGL/OSX: redraw impl
(edit) @44768   12 years vboxsync burn fix
(edit) @44766   12 years vboxsync crOpenGL: host 3d window repaint impl for Win host; enable offscreen …
(edit) @44756   12 years vboxsync crOpenGL/OSX: fix scrolling
(edit) @44740   12 years vboxsync crOpenGL: OSX backend rework; oddscreen rendering generalization
(edit) @44714   12 years vboxsync crOpenGL: always output X server display information.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44377   12 years vboxsync crOpenGL: context destruction fix
(edit) @44290   12 years vboxsync crOpenGL: saved state fixes & improvements
(edit) @43748   12 years vboxsync crOpenGL: proper renderspu tsd cleanup on context destruction
(edit) @43285   12 years vboxsync crOpenGL/win: fix window flashing, take 2
(edit) @43266   12 years vboxsync crOpenGL/win: fix window flashing on VM creation
(edit) @43240   12 years vboxsync crOpenGL: revert tmp r80634
(edit) @43237   12 years vboxsync crOpenGL/win: temporary enable a full-screen issue workaround for …
(edit) @43182   12 years vboxsync crOpenGL: 1. VRDP+3D fixes, 2. Generic bugfixes, 3. Intel GPU-related fixes
(edit) @43181   12 years vboxsync crOpenGL/win: Intel GPU work-arounds/fixes
(edit) @42042   12 years vboxsync crOpenGL/OSX: fix invalid drawable warning
(edit) @41929   12 years vboxsync crOpenGL,wddm/3d: create windows hidden initially to avoid flikering
(edit) @41913   12 years vboxsync crOpenGL/OSX: fix concurency and freed memory reference
(edit) @41865   12 years vboxsync crOpenGL/osx: fix deadlock on window destroy
(edit) @41073   13 years vboxsync crOpenGL: missing window possition state for wgl backend
(edit) @40703   13 years vboxsync crOpenGL: OSX multiple contexts
(edit) @40699   13 years vboxsync crOpenGL: OSX burn fix
(edit) @40697   13 years vboxsync crOpenGL: multiple contexts prototype for OSX
(edit) @40691   13 years vboxsync crOpenGL: basics for using multiple contexts on host
(edit) @40318   13 years vboxsync HostServices/SharedOpenGL: a few warnings
(edit) @39757   13 years vboxsync crOpenGL: remove unnecessary warning
(edit) @39737   13 years vboxsync crOpenGL: remove debug assertion
(edit) @39736   13 years vboxsync coOpenGL: followup to fix XP hosts, bugs #10071 and #10088
(edit) @39735   13 years vboxsync coOpenGL: fix XP hosts, bugs #10071 and #10088
(edit) @39507   13 years vboxsync crOpenGL: fix destroyed context refference in TLS
(edit) @39415   13 years vboxsync CrOpenGL: comments
(edit) @39412   13 years vboxsync CrOpenGL: work around ATI fullscreen issue
(edit) @39206   13 years vboxsync Made OpenGL build against the Mac OS X 10.7 SDK. Some cleanups.
(edit) @38964   13 years vboxsync crOpenGL: show max supported uniforms in log
(edit) @38505   13 years vboxsync crOpenGL: fix incorrect rendering when switching to/from fullscreen …
(edit) @37706   13 years vboxsync OpenGL-OSX: update the window after the visible regions went to zero …
(edit) @37383   14 years vboxsync OpenGL-OSX: no alpha for the target
(edit) @37382   14 years vboxsync OpenGL-OSX: flush before swapping
(edit) @37333   14 years vboxsync OpenGl-OSX: debug left over; remove compiler warnings; use GL_LINEAR …
(edit) @37332   14 years vboxsync OpenGl-OSX: introduce double buffer support for FBO (Gnome3 fix); use …
(edit) @36735   14 years vboxsync crOpenGL: fix crash on mac (#5651)
(edit) @36231   14 years vboxsync crOpenGL: workaround for recent nvidia drivers, disabled yet as need …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette