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) @76237   6 years vboxsync DevVGA-SVGA3d-ogl: no 3D overlay on Darwin too
(edit) @76236   6 years vboxsync DevVGA-SVGA: fixed detection of shading language version on Darwin
(edit) @75811   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: get rid of the overlay window on X11 host.
(edit) @75752   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: format fixes; restored support for Z_DF16; …
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @75696   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: the code does not use texture buffer objects
(edit) @75695   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: Z_DF16 is not supported by OpenGL; use texture …
(edit) @75514   6 years vboxsync DevVGA-SVGA: logging
(edit) @74549   6 years vboxsync DevVGA-SVGA: further cleanup of context windows creation (Windows host …
(edit) @73736   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73633   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: a few more formats.
(edit) @73519   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: formats fixes.
(edit) @73390   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: allow DXT2 and DXT4 formats.
(edit) @73373   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: fixed handling of stencil render states (untested).
(edit) @73367   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: comment.
(edit) @73364   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions (mac build fix).
(edit) @73363   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions.
(edit) @73330   6 years vboxsync DevVGA-SVGA3d-ogl: instancing; compressed formats; workaround for …
(edit) @73297   6 years vboxsync DevVGA-SVGA3d: moved vmsvga3dSurfaceBlitToScreen to DevVGA-SVGA3d, …
(edit) @73296   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73295   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73284   6 years vboxsync DevVGA-SVGA3d-ogl: removed never used MANUAL_FLIP_SURFACE_DATA code.
(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 …
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