summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
blob: b7245c8e89e8b88d216e032bb8245d26ba829db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef XORG_EXA_TGSI_H
#define XORG_EXA_TGSI_H

#include "xorg_exa.h"

struct xorg_shader {
   void *fs;
   void *vs;
};

struct xorg_shader xorg_shader_construct(struct exa_context *exa,
                                         int op,
                                         PicturePtr src_picture,
                                         PicturePtr mask_picture,
                                         PicturePtr dst_picture);

#endif