forked from KolibriOS/kolibrios
mesa egl: GL blitter support code.
blitter: single set of the texture coordinates. git-svn-id: svn://kolibrios.org@4525 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -23,12 +23,16 @@ struct render
|
||||
EGLint width, height;
|
||||
EGLint scr_width, scr_height;
|
||||
GLuint framebuffer;
|
||||
EGLImageKHR screen, front, back, mask;
|
||||
EGLImageKHR screen, front, back;
|
||||
GLuint tx_buffers[2];
|
||||
GLuint tx_screen;
|
||||
GLuint tx_mask;
|
||||
|
||||
GLuint mask_handle;
|
||||
void *mask_buffer;
|
||||
GLuint mask_name;
|
||||
void *mask_buffer;
|
||||
EGLImageKHR mask_image;
|
||||
|
||||
int back_buffer;
|
||||
GLuint blit_prog;
|
||||
GLint sampler, sm_mask;
|
||||
|
Reference in New Issue
Block a user