~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/main/state.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
extern void
40
40
_mesa_update_state( GLcontext *ctx );
41
41
 
 
42
/* As above but can only be called between _mesa_lock_context_textures() and 
 
43
 * _mesa_unlock_context_textures().
 
44
 */
 
45
extern void
 
46
_mesa_update_state_locked( GLcontext *ctx );
 
47
 
42
48
 
43
49
#endif