#include "main/imports.h"
#include "main/cpuinfo.h"
Defines | |
#define | MAX_STRING 50 |
Functions | |
void | _mesa_get_cpu_features (void) |
This function should be called before the various "cpu_has_foo" macros are used. | |
char * | _mesa_get_cpu_string (void) |
Return a string describing the CPU architexture and extensions that Mesa is using (such as SSE or Altivec). |
#define MAX_STRING 50 |
void _mesa_get_cpu_features | ( | void | ) |
This function should be called before the various "cpu_has_foo" macros are used.
char* _mesa_get_cpu_string | ( | void | ) |
Return a string describing the CPU architexture and extensions that Mesa is using (such as SSE or Altivec).