981 Commits (870f08de927daabddde237f6f55843073811ff12)
 

Author SHA1 Message Date
Gert Wollny 82412e927a formats: Reject also formats that give GL_INVALID_OPERATION and correct STENCIL_INDEX 6 years ago
Dave Airlie 9932a4c3c0 shader: fix regression with image vs sampler array 6 years ago
Erik Faye-Lund 510325e216 shader: emit precision for images on GLSL 6 years ago
Erik Faye-Lund ba349a176e shader: emit readonly-images 6 years ago
Erik Faye-Lund f97bec1799 shader: generate bindings with layout qualifiers 6 years ago
Erik Faye-Lund 921602de80 shader: refactor image declaration emitting 6 years ago
Erik Faye-Lund ea5353047a shader: pass sampler directly to emit_sampler_decl 6 years ago
Erik Faye-Lund 2d6249846d shader: add missing precision specifier 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
Gurchetan Singh c37e9e688a vrend_shader: support integer memory 6 years ago
Gurchetan Singh b0a4b4ae19 vrend_shader: do a first pass analyzing tgsi instructions 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 f434be0d5a shader: Fix warnings: 6 years ago
Gert Wollny 52844995a6 gallium/auxiliary/util/u_debug.h: Fix "noreturn" warnings in debug mode 6 years ago
Gert Wollny 9ddf5081a6 gallium/auxiliary/util/u_debug.c: Fix warnings 6 years ago
Gert Wollny 1df55d36b2 gallium/aux/tgsi/tgsi_scan.c: Fix warnings 6 years ago
Gert Wollny a722f982f5 gallium/aux/util/u_cpu_detect.h: Fix warning in u_cpu_detect.c 6 years ago
Gert Wollny ae89b77849 gallizm/aux/util/u_format.c, u_debug_describe.c: Fix warnings 6 years ago
Gert Wollny c7fe2bdb5d gallium/aux/tgsi/tgsi_util.c: Fix warnings 6 years ago
Gert Wollny 4d89feef5a gallium/aux/tgsi/tgsi_ureg.*: Fix warnings 6 years ago
Gert Wollny 79cf595336 gallium/aux/util/u_surface.c: Fix warning 6 years ago
Gert Wollny ad731eebd4 gallium/aux/tgsi/tgsi_text.c: Fix warnings 6 years ago
Gert Wollny dfe2535349 gallium/aux/util/u_debug_refcnt.h: Fix warnings: 6 years ago
Gert Wollny 22dadfccf0 gallium/aux/tgsi/tgsi_sanity.c: Fix warnings 6 years ago
Gert Wollny d30031ae87 gallium/aux/tgsi/tgsi_parse.c: Fix warnings 6 years ago
Gert Wollny d0d787c951 gallium/aux/tgsi/tgsi_dump.c: Fix warnings 6 years ago
Gert Wollny 16a06ce340 gallium/aux/tgsi/tgsi_build.c: Fix warnings 6 years ago
Gert Wollny f0f9466623 gallium/aux/cso_cache.c: Fix warnings 6 years ago
Gert Wollny 257cf11b52 vrend: correct blit/copy_image code path 6 years ago
Erik Faye-Lund d4ea73104d vrend_shader: fixup typo in indirect image-handling 6 years ago
Dave Airlie aaed5a6c10 add texture barrier implementation 6 years ago
Gert Wollny a2639989a0 formats: include compressed formats in the copy-compatibility check 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
Elie Tournier da81b0c93d shader: require GL_OES_texture_storage_multisample_2d_array for 2D MS. 6 years ago
Gert Wollny 41a0fd8717 formats: reorder sample count reading and emultate it for low sample counts 6 years ago
Gert Wollny 0d93c228a3 vrend: Use the sample count that was read before 6 years ago
Gurchetan Singh d9fee3c228 vrend_shader: fix uninitialized variable warning 6 years ago