~ubuntu-branches/ubuntu/precise/mesa-lts-quantal/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-02-11 16:46:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130211164655-23kq9rr4w7wjg70q
Tags: 9.0.2-0ubuntu0.1~precise1
Sync MRE update from quantal (LP: #1130563)

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
extern GLint
139
139
_mesa_get_texture_dimensions(GLenum target);
140
140
 
 
141
extern GLsizei
 
142
_mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height,
 
143
                             GLsizei depth);
 
144
 
141
145
extern GLenum
142
146
_mesa_es_error_check_format_and_type(GLenum format, GLenum type,
143
147
                                     unsigned dimensions);
144
148
 
 
149
extern GLsizei
 
150
_mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height,
 
151
                             GLsizei depth);
 
152
 
145
153
/**
146
154
 * Lock a texture for updating.  See also _mesa_lock_context_textures().
147
155
 */