455 Commits (69d7f802b784047cda89b45223cbf53f5bd0372d)

Author SHA1 Message Date
Gert Wollny bb02ee0c09 vrend: Enable logging infrastructure 6 years ago
Gert Wollny d5efa766aa vrend: Add possibility for the guest to add debug flags 6 years ago
Gert Wollny cbb6a487c9 debug: Add flag and function for texture logging 6 years ago
Gert Wollny 40db85e7ee debug: Add debugging for features 6 years ago
Gert Wollny 97f2b21d66 debug: Add logging for blits and copy 6 years ago
Gert Wollny 05a10455a2 debug: Add shader logging code 6 years ago
Gert Wollny 20afd5c45b debug: Add skeleton for switchable logging 6 years ago
Gert Wollny 47a2154bd3 vrend: Move some feature checks 6 years ago
Gert Wollny d4eb065057 vrend: refactor feature list to easily add names to features 6 years ago
Gert Wollny 584a1e20fb vrend, tex: Support fake multisample correctly 6 years ago
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
Gert Wollny ee9d6c2548 vrend: Use pixel pack buffers as buffers and unbind after use 6 years ago
Gurchetan Singh 43811855be vrend_renderer.c: remove use_sub_data 6 years ago
Gert Wollny de00899d4a vrend,feat: check for GL_OES_draw_buffers_indexed on GLES < 3.2 6 years ago
Po-Hsien Wang 003007e3e4 vrend_renderer: check for 0 length shader request. 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
Gert Wollny e2ef712922 vrend,features: Report PIPE_PRIM_PATCHES when tesselation is supported 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 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
Gert Wollny 527f078d3c vrend,feature: Enable feat_indep_blend on a GLES 3.2 host 6 years ago
Gert Wollny aa0f6a7fa9 vrend,features: Sample shading is provided by GLES 3.2 6 years ago
Gert Wollny 662a62029b vrend: Lift glsl level on GLES 3.1 + some extensions to 400 6 years ago
Gert Wollny 967c508ec7 vrend,features: Enable tessellation shaders for GLES >= 3.2 or 6 years ago
Gert Wollny c31e6facde vrend, caps: multisample images are not available on GLES 6 years ago
Erik Faye-Lund 829176087c renderer: query host for max texture sizes 6 years ago
Erik Faye-Lund f97bec1799 shader: generate bindings with layout qualifiers 6 years ago
Dave Airlie b6cbb42afe query: use 64-bit get for timer queries 6 years ago
Gurchetan Singh fe745cea60 vrend_renderer: use GL_RGBA8UI instead of GL_RGBA8_SNORM 6 years ago
Jakob Bornecrantz fd10f0a017 Revert "renderer: check for shader_text validity" 6 years ago
Dave Airlie 272d9a4db4 renderer: fix warning. 6 years ago
Po-Hsien Wang 3193c2cbab renderer: check for shader_text validity 6 years ago
Gert Wollny fae89caf15 vrend_renderer.c: Fix warnings 6 years ago
Gert Wollny 257cf11b52 vrend: correct blit/copy_image code path 6 years ago
Dave Airlie aaed5a6c10 add texture barrier implementation 6 years ago
Dave Airlie f60737c039 add support for shader clock. 6 years ago
Po-Hsien Wang 8c155eca46 check before calling multisample 6 years ago
Gert Wollny bef8c7ebf9 vrend, features: enable sampler objects as provided by GLES 3.0 6 years ago
Gert Wollny 842c320a0a vrend, features: Add stencil texturing as feature provided by GLES 3.1 6 years ago
Gert Wollny a457c578ce vrend: don't call glShaderStorageBlockBinding on GLES and warn about it's use 6 years ago