VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 5:24:52 PM (7 years ago)
Author:
vboxsync
Message:

GuestHost/OpenGL: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r68550 r69392  
    4646#endif
    4747
    48 /*@todo move define somewhere else, and make sure it's less than VBGLR0_MAX_HGCM_KERNEL_PARM*/
     48/** @todo move define somewhere else, and make sure it's less than VBGLR0_MAX_HGCM_KERNEL_PARM*/
    4949/*If we fail to pass data in one chunk, send it in chunks of this size instead*/
    5050#define CR_HGCM_SPLIT_BUFFER_SIZE (8*_1M)
     
    545545
    546546#ifndef IN_GUEST
    547 /*@todo get rid of it*/
     547/** @todo get rid of it*/
    548548static bool _crVBoxHGCMWriteBytes(CRConnection *conn, const void *buf, uint32_t len)
    549549{
     
    593593    else
    594594# endif
    595     {       
     595    {
    596596        rc = VbglR3HGCMCall(pData, cbData);
    597597        if (RT_SUCCESS(rc))
     
    916916    {
    917917#ifndef IN_GUEST
    918             /**@todo remove temp buffer allocation in unpacker*/
     918            /** @todo remove temp buffer allocation in unpacker*/
    919919            /* we're at the host side, so just store data until guest polls us */
    920920            _crVBoxHGCMWriteBytes(conn, start, len);
     
    10231023    CRASSERT(hgcm_buffer->magic == CR_VBOXHGCM_BUFFER_MAGIC);
    10241024
    1025     /*@todo wrong len for redir buffers*/
     1025    /** @todo wrong len for redir buffers*/
    10261026    conn->recv_credits += hgcm_buffer->len;
    10271027
     
    10331033#endif
    10341034            if (g_crvboxhgcm.bufpool) {
    1035                 /**@todo o'rly? */
     1035                /** @todo o'rly? */
    10361036                /* pool may have been deallocated just a bit earlier in response
    10371037                 * to a SIGPIPE (Broken Pipe) signal.
     
    13761376}
    13771377
    1378 /*@todo same, replace DeviceIoControl with vbglR3DoIOCtl */
     1378/** @todo same, replace DeviceIoControl with vbglR3DoIOCtl */
    13791379static void crVBoxHGCMDoDisconnect( CRConnection *conn )
    13801380{
     
    21892189
    21902190    /* Can't open VBox guest driver here, because it gets called for host side as well */
    2191     /*@todo as we have 2 dll versions, can do it now.*/
     2191    /** @todo as we have 2 dll versions, can do it now.*/
    21922192
    21932193#ifdef RT_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette