VirtualBox

Ignore:
Timestamp:
Mar 24, 2015 6:43:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99180
Message:

Host 3D: crServer: move glGenLists() handler from autogenerated .c to crserverlib/server_lists.c; now all the GL Display List related commands flow will be routed through the same code path.

File:
1 edited

Legend:

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

    r52641 r54934  
    5555    }
    5656    return id;
     57}
     58
     59GLuint SERVER_DISPATCH_APIENTRY crServerDispatchGenLists( GLsizei range )
     60{
     61    GLuint retval;
     62    retval = cr_server.head_spu->dispatch_table.GenLists( range );
     63    crServerReturnValue( &retval, sizeof(retval) );
     64    return retval; /* WILL PROBABLY BE IGNORED */
    5765}
    5866
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