VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53535   10 years vboxsync DevVGA: fixed loading of pre-VGA_SAVEDSTATE_VERSION_MODE_HINTS saved states
(edit) @53532   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53531   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53529   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53513   10 years vboxsync Devices/Graphics: safety checks when setting IRQs.
(edit) @53348   10 years vboxsync VMSVGA3D: fixed assertion
(edit) @53304   10 years vboxsync VBoxDD: Dynamically resolve Direct3DCreate9Ex and make sure other …
(edit) @53277   10 years vboxsync glsl_shader.c: Corrected return value of shader_glsl_generate_vshader …
(edit) @53276   10 years vboxsync kup file for shaderlib.
(edit) @53275   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Corrected #elif RT_OS_DARWIN and #elif …
(edit) @53274   10 years vboxsync VBoxGetProcessHeap is not needed; file headers are required, though.
(edit) @53272   10 years vboxsync wined3d_gl.h: The GLhandleARB typedef is incompatible with 64-bit …
(edit) @53258   10 years vboxsync windows build fix: glFinish needs to be declared for some weird reason …
(edit) @53240   10 years vboxsync vmsvga: fix load state
(edit) @53222   10 years vboxsync Devices/vmsvga: enabled 3D and a few warning fixes
(edit) @53206   10 years vboxsync Devices/vmsvga: header fixes
(edit) @53205   10 years vboxsync build fix
(edit) @53203   10 years vboxsync build fix
(edit) @53201   10 years vboxsync Devices/Main: vmsvga updates
(edit) @53100   10 years vboxsync BIOS: Use safer port access.
(edit) @53099   10 years vboxsync VGABIOS: Fake up a few more tables.
(edit) @53078   10 years vboxsync DevVGA: reverted r96537 (wrong solution)
(edit) @53044   10 years vboxsync DevVGA: disable secondary screens when VBVA is disabled for them.
(edit) @52970   10 years vboxsync Devices/Graphics: added original vmsvga and vmsvga_glext headers (2009-04)
(edit) @52885   10 years vboxsync DevVGA: Careful when dumping state.
(edit) @52849   10 years vboxsync Devices/Graphics: resume paused VBVA when it is re-asserted by the guest.
(edit) @52504   10 years vboxsync DevVGA_VDMA: execute vgaUpdateDisplayAll on EMT
(edit) @52493   10 years vboxsync vga/crCtl: racing fix
(edit) @52429   10 years vboxsync crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
(edit) @51836   10 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51816   10 years vboxsync vga/CmdVbva: var initialization
(edit) @51761   10 years vboxsync DevVGA: get the device lock when VRAM region is mapped.
(edit) @51748   10 years vboxsync DevVGA: replaced assert with if statement for a transient VGA state.
(edit) @51730   10 years vboxsync Devices/VGA_VBVA: use RT_STR_TUPLE()
(edit) @51648   10 years vboxsync vga: legacy state load fixes
(edit) @51633   10 years vboxsync vga: saved state bugfix, sigh
(edit) @51632   10 years vboxsync vga: build fix
(edit) @51631   10 years vboxsync vga: saved state fixes
(edit) @51629   10 years vboxsync DevVGA: moved asserts to the right place in vgaPortUpdateDisplayRect.
(edit) @51617   10 years vboxsync DevVGA: updateDisplayAll should not initiate a resize.
(edit) @51524   10 years vboxsync DevVGA/crOpenGL: bugfixes, logging
(edit) @51511   11 years vboxsync DevVGA: use actual fRenderVRAM value (fixed a regression from r94031)
(edit) @51507   11 years vboxsync DevVGA_VDMA: vboxVDMADestruct should accept NULL.
(edit) @51462   11 years vboxsync Graphics: logging
(edit) @51461   11 years vboxsync Graphics: never change connector to avoid racing; Graphics/Main: fix …
(edit) @51365   11 years vboxsync DevVGA: keep pfnCrHgcmCtlSubmit when doing pDrv replacement
(edit) @51364   11 years vboxsync DevVGA: saved state fix for disabled 3D
(edit) @51362   11 years vboxsync Disabled broken vboxVDMASaveLoadDone code (VERR_INVALID_STATE).
(edit) @51358   11 years vboxsync fix crogl disabled
(edit) @51357   11 years vboxsync wddm/crOpenGL/DevVGA: CmdVbva disable fixes
(edit) @51349   11 years vboxsync crOpenGL: saved state fixes, misc fixes
(edit) @51324   11 years vboxsync DevVGA: fix IRQ handling racing
(edit) @51260   11 years vboxsync wddm: resize enhancements & fixes
(edit) @51255   11 years vboxsync update alternative BIOS sources
(edit) @51237   11 years vboxsync Devices/Graphics/VGA: don't panic on VERR_PDM_NO_ATTACHED_DRIVER (e.g. …
(edit) @51218   11 years vboxsync build fix
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51161   11 years vboxsync gcc warnings
(edit) @51154   11 years vboxsync VGABIOS: Requests to set mode 7 must set mode 0 instead.
(edit) @51141   11 years vboxsync crOpenGL: crcmd enhancements & fixes; osx deadlock fix; temporary …
(edit) @51121   11 years vboxsync extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better …
(edit) @51111   11 years vboxsync wddm/crOpenGL/DevVGA: impl missing CrCmd commands, some adjustments
(edit) @51101   11 years vboxsync DevVGA/CrCmd: multimon support fix (some more to follow)
(edit) @51081   11 years vboxsync wddm/CrCmd: bugfixes + more correct complex command length info data
(edit) @51062   11 years vboxsync update alternative BIOS sources
(edit) @51042   11 years vboxsync wddm/DevVGA: complex command submission; bugfixes
(edit) @51013   11 years vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @51007   11 years vboxsync warning fix
(edit) @51006   11 years vboxsync burn fix
(edit) @51005   11 years vboxsync DevVGA/crOpenGL: create worker thread when needed only; saved state; …
(edit) @50940   11 years vboxsync compilable w/o CROGL
(edit) @50928   11 years vboxsync wddm/DevVga/crOpenGL: new command submission working for 3D
(edit) @50921   11 years vboxsync wddm/graphics/crogl: more new command submission fixes
(edit) @50920   11 years vboxsync VGABIOS: Do not increment TTY line position twice when LF is sent at …
(edit) @50913   11 years vboxsync wddm/graphics: new command submission working for 2D, more testing needed
(edit) @50889   11 years vboxsync dev/graphics: fix a race
(edit) @50850   11 years vboxsync 32-bit build fix
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50831   11 years vboxsync crOpnGL: new command submission continued
(edit) @50812   11 years vboxsync crOpenGL: bugfixes, more on new command submission
(edit) @50804   11 years vboxsync DevVGA: set VBVA pause after loading the saved state.
(edit) @50799   11 years vboxsync crOpenGL: more on new command submission
(edit) @50773   11 years vboxsync remove unnamed unions
(edit) @50763   11 years vboxsync dev/vga: fixes
(edit) @50760   11 years vboxsync dev/vga: build fix
(edit) @50759   11 years vboxsync build fix
(edit) @50758   11 years vboxsync burn fix
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50552   11 years vboxsync DisplayImpl,DevVGA: take correct screenshot if VBVA is paused
(edit) @50550   11 years vboxsync DevVGA/HGSMI: use RTList
(edit) @50542   11 years vboxsync Use HGSMI memory allocator
(edit) @50518   11 years vboxsync HGSMI memory allocator: saved state
(edit) @50497   11 years vboxsync DevVGA: saved state version assignment, save vmsvga state if enabled.
(edit) @50482   11 years vboxsync Build HGSMI memory allocator (unused)
(edit) @50328   11 years vboxsync Devices/Graphics/vmsvga: don't loop forver if the guest doesn't respond
(edit) @50259   11 years vboxsync DevVGA: VBVAPause
(edit) @50214   11 years vboxsync dev/vga: reset only on vbe disable
(edit) @50159   11 years vboxsync Devices/BIOS: updated alternative BIOS sources
(edit) @50149   11 years vboxsync crOpenGL: bugfixes
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