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) @84914   4 years vboxsync Devices/Graphics: updated assertion in OpenGL backend
(edit) @84888   4 years vboxsync FE/Qt,Devices/Graphics: experimental GLX graphics output: use TEXTURE_2D
(edit) @84742   5 years vboxsync Devices/Graphics: experimental GLX graphics output
(edit) @84136   5 years vboxsync DevVGA-SVGA3d: Use ASSERT_GUEST_RETURN rather than AssertReturn for …
(edit) @83579   5 years vboxsync Devices/Graphics: added helpers to parse and log the shader code, …
(edit) @83513   5 years vboxsync VMSVGA: Skip light source if index is wrong, bugref:9689
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82718   5 years vboxsync 3D: Check last shader bytecode token, bugref:9613
(edit) @82609   5 years vboxsync Devices/Graphics: pThis -> pThisCC.
(edit) @82586   5 years vboxsync Devices/Graphics: use glVertexAttrib to set a constant value of a …
(edit) @82583   5 years vboxsync Devices/Graphics: fixes for the CLEAR command; BLIT_SURFACE_TO_SCREEN …
(edit) @82408   5 years vboxsync Devices/Graphics: OpenGL backend: move a code block to where is …
(edit) @82165   5 years vboxsync Devices/Graphics: OpenGL backend: fixes for compressed textures.
(edit) @82114   5 years vboxsync DevVGA: Splitting up the VMSVGASTATE structure. bugref:9218
(edit) @82110   5 years vboxsync DevVGA: Darwin fixes. bugref:9218
(edit) @82109   5 years vboxsync DevVGA: Splitting up the VGASTATE structure. bugref:9218
(edit) @82101   5 years vboxsync Devices/Graphics: OpenGL backend: use glTexSubImage for uploading data …
(edit) @82095   5 years vboxsync Devices/Graphics: renamed VMSVGA3DSURFACE::pMipmapLevels to …
(edit) @82090   5 years vboxsync Devices/Graphics: use helpers to resolve surface and context ids; log …
(edit) @82089   5 years vboxsync DevVGA: Mark functions with R3 where appropriate, adding docs and …
(edit) @82003   5 years vboxsync Devices/Graphics: support SVGA3D_TS_TEXTURE_ANISOTROPIC_LEVEL in the …
(edit) @81980   5 years vboxsync Devices/Graphics: log the shader float constants as floats
(edit) @81978   5 years vboxsync Devices/Graphics: logging
(edit) @81903   5 years vboxsync Devices/Graphics: D3D backend: use the vertex attribute index to …
(edit) @81899   5 years vboxsync Devices/Graphics: assertions and (disabled) debug code
(edit) @81771   5 years vboxsync Devices/Graphics: OpenGL backend texture format conversion
(edit) @81757   5 years vboxsync Devices/Graphics: UNPACK -> PACK
(edit) @81755   5 years vboxsync Reverted r134542, wrong files
(edit) @81754   5 years vboxsync Devices/Graphics: suppress noisy logging.
(edit) @81219   5 years vboxsync Devices/Graphics: fixed the wrong translation of BlendOp in the OpenGL …
(edit) @81080   5 years vboxsync Devices/Graphics: correctly process the vertex attribute arrays with …
(edit) @79668   5 years vboxsync VMSVGA: Ignore requests to set invalid transform type or render state, …
(edit) @78593   6 years vboxsync Devices/Graphics: use more vmsvga3d helpers, minor cleanups (build fix)
(edit) @78589   6 years vboxsync Devices/Graphics: use more vmsvga3d helpers, minor cleanups
(edit) @77114   6 years vboxsync DevVGA-SVGA3d-ogl: remember type of created resource; …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76269   6 years vboxsync DevVGA-SVGA3d: dynamic loading of OpenGL: log failures
(edit) @76266   6 years vboxsync DevVGA-SVGA3d-ogl: a better check for shader version
(edit) @76261   6 years vboxsync DevVGA-SVGA3d: no need to resize the opengl window, it is not used for …
(edit) @76255   6 years vboxsync DevVGA-SVGA3d: Use PDMDevHlpVMSetError and …
(edit) @76253   6 years vboxsync DevVGA-SVGA3d: dynamic loading of OpenGL: use function pointer type
(edit) @76252   6 years vboxsync DevVGA-SVGA3d: enable dynamic loading of opengl for win and linux …
(edit) @76249   6 years vboxsync DevVGA-SVGA: removed obsolete HostWindowId
(edit) @76246   6 years vboxsync DevVGA-SVGA3d: dynamic loading of opengl (not enabled)
(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.
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