954 Commits (b344d957fa938a264c7d8c57184e46c7e946d4a9)
 

Author SHA1 Message Date
Erik Faye-Lund b344d957fa vrend: GL_COLOR_ATTACHMENT*_EXT -> GL_COLOR_ATTACHMENT* 6 years ago
Erik Faye-Lund a8907c276f vrend: glFramebufferTexture*DEXT -> glFramebufferTexture*D 6 years ago
Erik Faye-Lund 051b8a90ac vrend: glBindFramebufferEXT -> glBindFramebuffer 6 years ago
Erik Faye-Lund 042851a3ee vrend: GL_FRAMEBUFFER_EXT -> GL_FRAMEBUFFER 6 years ago
Erik Faye-Lund e44ef7de64 vrend: do not proble for compressed formats 6 years ago
Nathan Gauer 298059b97e vtest: refactorized the run_renderer function 6 years ago
Emil Velikov 061c854de8 build: include ax_gcc_func_attribute.m4 6 years ago
Gert Wollny ee9d6c2548 vrend: Use pixel pack buffers as buffers and unbind after use 6 years ago
Dave Airlie 6564d1395c virglrenderer: enable symbol visiblity. 6 years ago
Gert Wollny eaca8c5e2e shader: Don't require ARB_gpu_shader5 on gles for certain texture gather 6 years ago
Gert Wollny 8d6054e5d9 Eliminate the use of EGL_MESA_image_dma_buf_export for compile time decisions 6 years ago
Gert Wollny 5a472049a3 tests: Make it possible to run the unit tests with EGL_SURFACELESS 6 years ago
Erik Faye-Lund 1905b38207 shader: correct swizzles from TGSI_SEMANTIC_SAMPLEPOS 6 years ago
Gert Wollny efba840386 shader: add TXP special handling on GLES host for 1D textures 6 years ago
Gert Wollny 7f5e49d54a blitter: Replace 1D by 2D on GLES host and correct texture function call 6 years ago
Gurchetan Singh 43811855be vrend_renderer.c: remove use_sub_data 6 years ago
Dave Airlie 9b91cc380f update u_format_parse from mesa to handle python3 6 years ago
Dave Airlie 402c228861 bump release to 0.7.0 6 years ago
Gert Wollny de00899d4a vrend,feat: check for GL_OES_draw_buffers_indexed on GLES < 3.2 6 years ago
Gert Wollny 9813d105bf shader: emit required extensions for 'sample' keyword on GLES 3.1 host 6 years ago
Gert Wollny d725cd8172 shader: emit GL_EXT_geometry_shader for glLayer on GLES 3.1 host 6 years ago
Gert Wollny 0d843ab1a3 shader: Emit GL_OES_shader_image_atomic on GLES 3.1 host when needed 6 years ago
Jakob Bornecrantz fed5d2d2d8 vtest: Don't read past the iovec 6 years ago
Jakob Bornecrantz fdcb5b588c vtest: Better error reporting 6 years ago
Jakob Bornecrantz 9b3bab8331 vtest: Replace asserts with if cases 6 years ago
Tomeu Vizoso 6373d5a35f vtest: Add backing store to each resource 6 years ago
Tomeu Vizoso 33da7361ae vtest: Add versioning mechanism to protocol 6 years ago
Dave Airlie 6cc3162d45 vtest: Add ping protocol version cmd 6 years ago
Po-Hsien Wang 003007e3e4 vrend_renderer: check for 0 length shader request. 6 years ago
Gert Wollny 2546d11c63 shader: Enable GL_ARB_texture_cube_map_array in shader on gles 3.1 host 6 years ago
Gurchetan Singh 71c75f201d configure: fix issues with GLX build 6 years ago
Gurchetan Singh 80b6b3727e configure: delete duplicated line 6 years ago
Tomeu Vizoso 4333584835 shader: Add support for TGSI_FILE_HW_ATOMIC 6 years ago
Tomeu Vizoso cd8c1b66d2 renderer: Add support for TGSI_FILE_HW_ATOMIC 6 years ago
Erik Faye-Lund 13ca94b7f4 vrend: send max_combined_shader_buffers to guest 6 years ago
Tomeu Vizoso 1d8b215aba gallium: Add changes needed for TGSI_FILE_HW_ATOMIC 6 years ago
Tomeu Vizoso 30d2c0a610 shader: Declare ssbo_addr_temp for TGSI_FILE_MEMORY 6 years ago
Gert Wollny e2ef712922 vrend,features: Report PIPE_PRIM_PATCHES when tesselation is supported 6 years ago
Erik Faye-Lund 36c919e139 shader: rework precise-emitting for built-ins 6 years ago
Gert Wollny 10ae7e399c vrend: Don't cache blend enable state and set it directly 6 years ago
Po-Hsien Wang a5bfadaab5 vrend_renderer: Check the shader terminator 6 years ago
Erik Faye-Lund 76670ade68 vrend: do not overwrite a sampler-object that might be in use 6 years ago
Dave Airlie 2766ae7e97 only set texture params for non multisample surfaces 6 years ago
Dave Airlie 8bd7e0859d vtest: destroy renderer in no-fork mode 6 years ago
Dave Airlie 8498354597 blitter: add blitter destruction path 6 years ago
Dave Airlie 2d6713c6cd vrend: Enhanced layout support. 6 years ago
Erik Faye-Lund 4553faf23a vrend: alpha-textures are supported on GLES 6 years ago
Gert Wollny 0d6a2439ee vrend,feature: correct handling of feat_texture_buffer_range and use it 6 years ago
Gert Wollny 148d32634d vrend,features: Corrext typo in GL_KHR_robust_buffer_access_behavior 6 years ago
Gert Wollny 026c80f313 vrend,features: expose GL_ARB_draw_buffers_blend also on a GLES 3.2 host 6 years ago