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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
#define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) do { } while (0)
58
58
 
59
 
static INLINE GLboolean
 
59
static inline GLboolean
60
60
_ae_create_context( struct gl_context *ctx )
61
61
{
62
62
   return GL_TRUE;
63
63
}
64
64
 
65
 
static INLINE void
 
65
static inline void
66
66
_ae_destroy_context( struct gl_context *ctx )
67
67
{
68
68
}
69
69
 
70
 
static INLINE void
 
70
static inline void
71
71
_ae_invalidate_state( struct gl_context *ctx, GLuint new_state )
72
72
{
73
73
}
74
74
 
75
 
static INLINE void
 
75
static inline void
76
76
_mesa_install_arrayelt_vtxfmt(struct _glapi_table *disp,
77
77
                              const GLvertexformat *vfmt)
78
78
{