mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 07:00:31 +01:00
Remove llvm and sse2 dependencies.
This commit is contained in:
parent
26df9d1a30
commit
21b5ff5dcc
1 changed files with 0 additions and 10 deletions
|
|
@ -40,8 +40,6 @@
|
|||
|
||||
#include "p_compiler.h"
|
||||
|
||||
#include "x86/rtasm/x86sse.h"
|
||||
|
||||
/**
|
||||
* Implementation limits
|
||||
*/
|
||||
|
|
@ -58,7 +56,6 @@
|
|||
|
||||
/* fwd decl */
|
||||
struct pipe_surface;
|
||||
struct ga_llvm_prog;
|
||||
|
||||
/* opaque type */
|
||||
struct pipe_buffer_handle;
|
||||
|
|
@ -149,13 +146,6 @@ struct pipe_constant_buffer {
|
|||
|
||||
struct pipe_shader_state {
|
||||
const struct tgsi_token *tokens;
|
||||
#if defined(__i386__) || defined(__386__)
|
||||
struct x86_function sse2_program;
|
||||
#endif
|
||||
void (*executable)();
|
||||
|
||||
const struct ga_llvm_prog *llvm_prog;
|
||||
|
||||
ubyte num_inputs;
|
||||
ubyte num_outputs;
|
||||
ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue