541 Commits (a613dcc82ae06be8df010e6f00f5a25eb6583bb8)

Author SHA1 Message Date
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
Gert Wollny 7751ba2cff vrend: Add geometry shaders on the GLES 3.1 host 6 years ago
Gert Wollny 5e630741f5 vrend, feature: Add GLSL version information for GLES 3.1 host 6 years ago
Gert Wollny 3d6213cc8b vrend, features: add ARB_texture_gather to feature test 6 years ago
Gert Wollny 5eaf8f11d6 vrend, features: Correct ARB_draw_indirect and set available for GLES 3.1 6 years ago
Gert Wollny c91500a14c vrend: Enable ARB_texture_storage on GLES 6 years ago
Gert Wollny 0d93c228a3 vrend: Use the sample count that was read before 6 years ago
Gurchetan Singh f32948d782 vrend_renderer: Zero out tex parameters for TBOs 6 years ago
Gert Wollny 845dab3d54 vrend,caps: Move all v2 caps into according function (v4) 6 years ago
Gert Wollny be46fcef3e vrend,caps: move all caps for version 1 into one function (v4) 6 years ago
Gert Wollny 20592e390c vrend,caps: evaluate GLSL version before everything else (v5) 6 years ago
Gert Wollny e9a1d25a60 vrend,caps: unify GLSL version evaluation (v4) 6 years ago
Gert Wollny 0bed90c245 vrend,caps: Add GLES entry for gl_prim_restart 6 years ago
Gert Wollny adbd163914 vrend,caps: Unify feature code path and remove duplicates 6 years ago
Gert Wollny 56fe9d6fb3 vrend,caps: move version-less common caps into common functions 6 years ago