VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_clip.c

    r15532 r33540  
    157157        /*
    158158         * First, compute normals for the clip poly. This
    159          * breaks for multiple (3+) adjacent colinear verticies
     159         * breaks for multiple (3+) adjacent colinear vertices
    160160         */
    161161        clip_normals = (double *)crAlloc(nclip_to_vert*2*sizeof(double));
     
    307307        }
    308308
    309         /* can't subract something from nothing! */
     309        /* can't subtract something from nothing! */
    310310        if (got_intr)
    311311                *head = intr;
     
    382382/*
    383383 * Here we generate all valid bitmaps to represent union/difference
    384  * conbinations. Each bitmap is N elements long, where N is the
     384 * combinations. Each bitmap is N elements long, where N is the
    385385 * number of polys [quads] that we are testing for overlap
    386386 */
     
    451451 * In the map, 1 == union, 0 == difference
    452452 *
    453  * (*res)[a] is the head of a poly list for all the polys that conver
     453 * (*res)[a] is the head of a poly list for all the polys that convert
    454454 * regions of overlap between a+1 polys ((*res)[0] == NULL)
    455455 */
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getteximage.c

    r32240 r33540  
    2525        GLvoid *pbo_offset;
    2626
    27         /*pixels are actualy a pointer to location of 8byte network pointer in hgcm buffer
    28           regarless of guest/host bitness we're using only 4lower bytes as there're no
     27        /*pixels are actually a pointer to location of 8byte network pointer in hgcm buffer
     28          regardless of guest/host bitness we're using only 4lower bytes as there're no
    2929          pbo>4gb (yet?)
    3030         */
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c

    r31808 r33540  
    22
    33/** @file
    4  * VBox OpenGL: GLSL related fucntions
     4 * VBox OpenGL: GLSL related functions
    55 */
    66
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c

    r32255 r33540  
    2323 * By zeroing the 'shared_display_lists' configuration option, we can tell
    2424 * the server to make list K be unique for all N clients.  We do this by
    25  * translating K into a new, unique ID dependant on which client we're
     25 * translating K into a new, unique ID dependent on which client we're
    2626 * talking to (curClient->number).
    2727 *
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r33319 r33540  
    677677    g_hackVBoxServerSaveLoadCallsLeft--;
    678678
    679     /* Do nothing untill we're being called last time */
     679    /* Do nothing until we're being called last time */
    680680    if (g_hackVBoxServerSaveLoadCallsLeft>0)
    681681    {
     
    795795    g_hackVBoxServerSaveLoadCallsLeft--;
    796796
    797     /* Do nothing untill we're being called last time */
     797    /* Do nothing until we're being called last time */
    798798    if (g_hackVBoxServerSaveLoadCallsLeft>0)
    799799    {
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_projmatrix.c

    r27889 r33540  
    2121
    2222/*
    23  * Determine which view and projection matrices to use when in stere mode.
     23 * Determine which view and projection matrices to use when in stereo mode.
    2424 * Return 0 = left eye, 1 = right eye.
    2525 */
     
    142142 * If you're not using Cg, you may have to tell Chromium which program
    143143 * parameters contain the projection matrix.
    144  * In this case, look at the OpenGL appliation's vertex program code to
     144 * In this case, look at the OpenGL application's vertex program code to
    145145 * determine which program parameters contain the projection matrix.
    146146 * Then set the crserver's 'vertprog_projection_param' config option to
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_readpixels.c

    r27983 r33540  
    3636        GLvoid *pbo_offset;
    3737
    38         /*pixels are actualy a pointer to location of 8byte network pointer in hgcm buffer
    39           regarless of guest/host bitness we're using only 4lower bytes as there're no
     38        /*pixels are actually a pointer to location of 8byte network pointer in hgcm buffer
     39          regardless of guest/host bitness we're using only 4lower bytes as there're no
    4040          pbo>4gb (yet?)
    4141         */
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_viewport.c

    r27889 r33540  
    147147                        p.y2 = (GLfloat) (extent->clippedImagewindow.y2 - vpy) / vph;
    148148
    149                         /* XXX not sure this clamping is really neeed anymore
     149                        /* XXX not sure this clamping is really need anymore
    150150                         */
    151151                        if (p.x1 < 0.0) {
Note: See TracChangeset for help on using the changeset viewer.

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