VirtualBox

source: vbox/trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c@ 20084

Last change on this file since 20084 was 20084, checked in by vboxsync, 16 years ago

crOpenGL: reduce amount of sync calls to speed up d3d

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 426 bytes
Line 
1/* $Id: packspu_texture.c 20084 2009-05-27 13:26:41Z vboxsync $ */
2
3/** @file
4 * VBox OpenGL DRI driver functions
5 */
6
7/*
8 * Copyright (C) 2009 Sun Microsystems, Inc.
9 *
10 * Sun Microsystems, Inc. confidential
11 * All rights reserved
12 */
13
14#include "packspu.h"
15#include "cr_packfunctions.h"
16#include "cr_glstate.h"
17#include "packspu_proto.h"
18
19void PACKSPU_APIENTRY packspu_ActiveTextureARB(GLenum texture)
20{
21 crStateActiveTextureARB(texture);
22 crPackActiveTextureARB(texture);
23}
Note: See TracBrowser for help on using the repository browser.

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