VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94385   3 years vboxsync Devices,SVGA: Fix some memory leaks in the OpenGL backend
(edit) @93498   3 years vboxsync Devices/Graphics/libWineStub/debug.c: Tweaked stupid guest-side debug …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92903   3 years vboxsync libWineStub: Don't include wrapper headers on non-windows platforms. …
(edit) @85204   4 years vboxsync shaderlib/wine: Clang 11 adjustments - 3rd try. bugref:9790
(edit) @85203   4 years vboxsync shaderlib/wine: Clang 11 adjustments - 2nd try. bugref:9790
(edit) @85196   4 years vboxsync shaderlib/wine: Clang 11 adjustments. bugref:9790
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84409   5 years vboxsync VBoxSVGA3D: VC++ 14.0 / UCRT adjustments. bugref:8489
(edit) @83816   5 years vboxsync VBoxSVGA3D: VC++ 14.1 / UCRT adjustments. bugref:8489
(edit) @83626   5 years vboxsync VMSVGA: consider only allowed output reg names, bugref:9668
(edit) @83193   5 years vboxsync Devices/Graphics/shaderlib: use correct constant when checking the …
(edit) @83176   5 years vboxsync Devices/Graphics/shaderlib: workaround for NVidia GLSL compiler quirk.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82722   5 years vboxsync 3D: Corrected r135648 to fix blank guest screen, bugref:9613
(edit) @82718   5 years vboxsync 3D: Check last shader bytecode token, bugref:9613
(edit) @82711   5 years vboxsync 3D: Fix regression caused by r135612 and 135630, bugref:9613
(edit) @82704   5 years vboxsync 3D: Check register index in shader opcodes, bugref:9613
(edit) @82700   5 years vboxsync 3D: Sampler index validation in ldl and ldd instructions, bugref:9613
(edit) @82693   5 years vboxsync 3D: Sampler index validation
(edit) @81981   5 years vboxsync Devices/Graphics/shaderlib: the VMSVGA device always renders …
(edit) @81876   5 years vboxsync Devices/Graphics/shaderlib: use correct limit for the reg_idx (fixed …
(edit) @81211   5 years vboxsync More validation of a shader bytecode, bugref:9520
(edit) @81102   5 years vboxsync Devices/Graphics: removed apparently unused header files.
(edit) @80547   5 years vboxsync Devices/Graphics/shaderlib: print OpenGL shader compiler messages.
(edit) @80515   5 years vboxsync Devices/Graphics/shaderlib: workaround for mac OS GL driver limits
(edit) @79670   5 years vboxsync VMSVGA: Adding some more validation of a shader bytecode, bugref:9460
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @73518   6 years vboxsync DevVGA-SVGA3d-ogl: shaderlib: allow more float constants.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72837   6 years vboxsync VBoxDbgGl: add missing va_end().
(edit) @72836   6 years vboxsync VBoxDbgGl: fix bitwise vs logical precedence.
(edit) @69505   7 years vboxsync More scm updates
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69420   7 years vboxsync Graphics/shaderlib: scm updates
(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) @66828   8 years vboxsync Devices: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63474   8 years vboxsync build fix for gcc on Ubuntu
(edit) @62950   8 years vboxsync build fix
(edit) @62949   8 years vboxsync build fix
(edit) @62948   8 years vboxsync VBoxSVGA3D: warnings
(edit) @62935   8 years vboxsync Devices: warnings
(edit) @62934   8 years vboxsync Devices: warnings
(edit) @62920   8 years vboxsync Devices: warnings
(edit) @62686   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62514   8 years vboxsync (C) 2016
(edit) @60038   9 years vboxsync Devices/Graphics: typo (thanks PVS)
(edit) @59741   9 years vboxsync SVGA3d: Applied patch for supporting pretransformed vertices …
(edit) @57933   9 years vboxsync Devices/Graphics: fixed wrong comparison between gl_vendor and …
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @54765   10 years vboxsync VMSVGA3d: Applied patches from trivirt that among other things makes …
(edit) @53755   10 years vboxsync VMSVGA3d: Cleaning up some of the dual-profile mess, switched back to …
(edit) @53747   10 years vboxsync directx.c / VBOX_CHECK_GL_CALL needs VBox assertions and logging.
(edit) @53741   10 years vboxsync VMSVGA3d: Reworked the 3.2 core GL profile specific code, putting it …
(edit) @53740   10 years vboxsync VMSVGA3d/constant_heap_init: Don't trash the heap if the input …
(edit) @53735   10 years vboxsync build fix
(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) @53728   10 years vboxsync VMSVGA3d/darwin: Using the use OpenGL 3.2 Core profile works better, …
(edit) @53725   10 years vboxsync shaderapi.c/h: ShaderInitLib() and ShaderDestroyLib() are not valid C …
(edit) @53724   10 years vboxsync shader.c: Fixed -Wshadow warning in shader_trace_init().
(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) @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) @53222   10 years vboxsync Devices/vmsvga: enabled 3D and a few warning fixes
(edit) @53206   10 years vboxsync Devices/vmsvga: header fixes
(add) @53201   10 years vboxsync Devices/Main: vmsvga updates
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