None of this code is used in C++ context.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
#include "intel_bufmgr.h"
#include "intel_reg.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* Number of bytes to reserve for commands necessary to complete a batch.
*
#define ADVANCE_BATCH() intel_batchbuffer_advance(intel);
#define CACHED_BATCH() intel_batchbuffer_cached_advance(intel);
-#ifdef __cplusplus
-}
-#endif
-
#endif
#include "tnl_dd/t_dd_vertex.h"
#undef TAG
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define DV_PF_555 (1<<8)
#define DV_PF_565 (2<<8)
#define DV_PF_8888 (3<<8)
return (struct intel_context *) ctx;
}
-#ifdef __cplusplus
-}
-#endif
-
#endif
#include "intel_mipmap_tree.h"
#include "intel_screen.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
struct intel_context;
struct intel_mipmap_tree;
struct intel_texture_image;
struct intel_region*
intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* INTEL_FBO_H */
#include "intel_regions.h"
#include "GL/internal/dri_interface.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* A layer on top of the intel_regions code which adds:
*
* - Code to size and layout a region to hold a set of mipmaps.
unsigned int slice);
-#ifdef __cplusplus
-}
-#endif
-
#endif
#include "main/mtypes.h"
#include "intel_bufmgr.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
struct intel_context;
struct intel_screen;
struct intel_buffer_object;
void *data;
};
-#ifdef __cplusplus
-}
-#endif
-
#endif