VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73283   6 years vboxsync DevVGA-SVGA3d-ogl: reverted a part of previous commit: …
(edit) @73238   6 years vboxsync DevVGA-SVGA3d-ogl: fixed wrong handling of GL_TEXTURE_MAX_LEVEL; added …
(edit) @73194   6 years vboxsync DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @69904   7 years vboxsync Devices/Graphics: VMSVGA: take screen offset into account; saved state …
(edit) @69859   7 years vboxsync Devices/Graphics: VMSVGA: removed sidRenderTarget, because it does not …
(edit) @69418   7 years vboxsync Devices/Graphics: VMSVGA occlusion queries (build fix)
(edit) @69415   7 years vboxsync Devices/Graphics: VMSVGA occlusion queries
(edit) @69294   7 years vboxsync Devices/Graphics: scm cleanups
(edit) @69163   7 years vboxsync Devices/Graphics: VMSVGA: texture and sampler states.
(edit) @69153   7 years vboxsync Devices/Graphics: VMSVGA: Initial support for volume textures. …
(edit) @69136   7 years vboxsync Devices/Graphics: VMSVGA support for cubemaps and compressed textures …
(edit) @69092   7 years vboxsync vmsvga3d: logging fixes
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68994   7 years vboxsync Fix switch statement fall-through warnings with gcc 7.2. bugref:8192: …
(edit) @68083   7 years vboxsync Devices/Graphics/DevVGA-SVGA3d-ogl.cpp: detect shader model from …
(edit) @67972   7 years vboxsync bugref:8863: several DevVGA-SVGA fixes
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @64483   8 years vboxsync DevVGA_SVGA: fixed index/vertex buffer usage with recent Mesa
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63211   8 years vboxsync Devices: warnings (gcc)
(edit) @62933   8 years vboxsync Devices: warnings
(edit) @62514   8 years vboxsync (C) 2016
(edit) @62463   8 years vboxsync Devices: scm
(edit) @59741   9 years vboxsync SVGA3d: Applied patch for supporting pretransformed vertices …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57790   9 years vboxsync VMSVGA3d: Turns out I'm blitting to the wrong end (Y direction) of the …
(edit) @57519   9 years vboxsync SVGA3d/win: Fixed the scrolling issues with the SVGA_3D_CMD_PRESENT …
(edit) @57517   9 years vboxsync SVGA3d/ogl: Finally figured out the scrolling issue with the …
(edit) @57504   9 years vboxsync VMSVGA3d/ogl: Banging my head vertical scrolling of the host …
(edit) @57503   9 years vboxsync DevVGA-SVGA3d-ogl.cpp: @todo cleanup
(edit) @57502   9 years vboxsync DevVGA-SVGA*: Some viewport sanity adjustments and comments.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57154   9 years vboxsync vmsvga3d: Darwin view info.
(edit) @57152   9 years vboxsync vmsvga3d: Removed non-VMSVGA3D_OGL_WITH_SHARED_CTX OpenGL code.
(edit) @57151   9 years vboxsync VMSVGA3d: Started reworking 3d command handling code to avoid …
(edit) @57149   9 years vboxsync VMSVGA3d: Combining OGL and D3D backend structures and moving …
(edit) @57139   9 years vboxsync DevVGA-SVGA3d-ogl.cpp: Reverted r99617, should've been fixed at the …
(edit) @57138   9 years vboxsync oops
(edit) @57136   9 years vboxsync DevVGA-SVGA3d-ogl.cpp: X11 build fix and warning fix.
(edit) @57135   9 years vboxsync vmsvga3d/darwin/ogl: Resize the shared context, save and restore the …
(edit) @57131   9 years vboxsync vmsvga3d/mac: back/front buffer clearing fixes and hiding contexts …
(edit) @57082   9 years vboxsync VMSVGA3d: build fixes.
(edit) @57081   9 years vboxsync VMSVGA3d: added vmsvga3dctx and vmsvga3dsfc info items, the latter …
(edit) @57010   9 years vboxsync vmsvga/ogl: Must destroy shared context on reset and termination, …
(edit) @56947   9 years vboxsync vmsvga3dShaderSet: Restore fix, i.e. when pContext is not NULL.
(edit) @56236   10 years vboxsync warning, something is suspicious here
(edit) @55840   10 years vboxsync vmsvga3d/mac: Fixed problem with missing back/front buffers. Stop use …
(edit) @55811   10 years vboxsync DevVGA-SVGA3d-ogl.cpp,++: A couple of minor fixes and more GL success …
(edit) @55790   10 years vboxsync Replaced .rc files in src/VBox/Devices.
(edit) @55684   10 years vboxsync SVGA3d: mipmap related patch from trivirt.
(edit) @55297   10 years vboxsync two gcc warnings
(edit) @54789   10 years vboxsync VMSVGA3d: Changed the surface arrays into pointer arrays to reduce the …
(edit) @54786   10 years vboxsync VMSVGA3D: Check stage range.
(edit) @54785   10 years vboxsync VMSVGA3d: Changed the context arrays into pointer arrays to reduce the …
(edit) @54783   10 years vboxsync VMSVGA3D: Corrected realloc calls.
(edit) @54772   10 years vboxsync vmsvga3dCreateTexture/ogl: It's not all that needs doing here, …
(edit) @54771   10 years vboxsync vmsvga3dCreateTexture/ogl: Initializing the texture memory even in the …
(edit) @54766   10 years vboxsync The D3DXDisassembleShader API required the DirectX SDK, which we don't …
(edit) @54765   10 years vboxsync VMSVGA3d: Applied patches from trivirt that among other things makes …
(edit) @54736   10 years vboxsync vmsvga3dSaveExec: Must set packing parameters before calling glGetTexImage.
(edit) @54660   10 years vboxsync darwin build fix.
(edit) @54659   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Attempt to deal with annoying assertions in for …
(edit) @54658   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Texture (surface) load and saving (to memory) …
(edit) @54641   10 years vboxsync Corrected wrong assertion in vmsvga3dDrawPrimitives that would trigger …
(edit) @54639   10 years vboxsync logging
(edit) @54633   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: More logging.
(edit) @54626   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: LogFlow idAssociatedContext changes.
(edit) @54576   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: recreate surfaces in vmsvga3dContextDestroy …
(edit) @54572   10 years vboxsync Added 3D capability usage xrefs against current linux sources.
(edit) @54211   10 years vboxsync DevVGA=SVGA3d-ogl.cpp: AssertReturn -> AssertReturnStmt and free …
(edit) @54210   10 years vboxsync DevVGA=SVGA3d-ogl.cpp: Don't crash should glMapBuffer return NULL, …
(edit) @54166   10 years vboxsync GL_MAX_CLIP_DISTANCES is larger in the 3.2-core profile on my ati, so …
(edit) @54143   10 years vboxsync warnings
(edit) @54142   10 years vboxsync build fix
(edit) @53792   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Fixed gcc warnings and made it build on my …
(edit) @53756   10 years vboxsync vmsvgaGMRTransfer: Display detail in buffer overflow assertions.
(edit) @53755   10 years vboxsync VMSVGA3d: Cleaning up some of the dual-profile mess, switched back to …
(edit) @53750   10 years vboxsync build fix
(edit) @53749   10 years vboxsync Use a context configured with the legacy OpenGL profile for getting …
(edit) @53745   10 years vboxsync VBoxSVGAObjc.dylib: Can't work with OpenGL functions directly in the …
(edit) @53741   10 years vboxsync VMSVGA3d: Reworked the 3.2 core GL profile specific code, putting it …
(edit) @53737   10 years vboxsync Missing files are in place.
(edit) @53733   10 years vboxsync VBoxSVGA3D: temporarily disable dynamic resolving of the library on …
(edit) @53732   10 years vboxsync Dynamically resolve imports from VBoxSVGA3D.dll/dylib/so. Added some …
(edit) @53731   10 years vboxsync VMSVGA3d/darwin: Some tweaks.
(edit) @53729   10 years vboxsync VMSVGA3d/darwin: Using the use OpenGL 3.2 Core profile works better, …
(edit) @53728   10 years vboxsync VMSVGA3d/darwin: Using the use OpenGL 3.2 Core profile works better, …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53596   10 years vboxsync SVGA/SVGA3d: Moved hexdumps from LogFlow() to Log2(), Log3(), and Log4().
(edit) @53595   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Moved a LogFlow statement up before the …
(edit) @53348   10 years vboxsync VMSVGA3D: fixed assertion
(edit) @53275   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Corrected #elif RT_OS_DARWIN and #elif …
(add) @53206   10 years vboxsync Devices/vmsvga: header fixes
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