908 Commits (4553faf23a1897f429f75dca61a44de79f857e29)
 

Author SHA1 Message Date
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
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
Jakob Bornecrantz 1d35f3e3d4 vtest: Add --no-loop-or-fork flag 6 years ago
Gurchetan Singh 938352fab2 vrend_shader: require glsl 150 for early depth stencil 6 years ago
Gurchetan Singh 244b110659 vrend_shader: use require_glsl_ver function 6 years ago
Elie Tournier 5758881bb3 shader: Do not adjust y coordinate if an application render to a FBO 6 years ago
Gert Wollny 7241f45c35 blitter: Make fbo sRGB state always act like on GLES 6 years ago
Gert Wollny 403875b787 vrend, feat: Add feat_texture_srgb_decode and protect calls 6 years ago
Erik Faye-Lund 0364a2a318 expose FBFETCH-cap if supported 6 years ago
Erik Faye-Lund 3e0f7bd4ae vrend: grok FBFETCH instruction 6 years ago
Ilia Mirkin 66307104d5 gallium: add FBFETCH opcode to retrieve the current sample value 6 years ago
Dave Airlie c2ee1afa1b export GLSL 4.30 since we now have compute shaders and ssbos 6 years ago
Dave Airlie 8e822c9dc3 add robust buffer access feature. 6 years ago
Dave Airlie b4965e28ec add framebuffer_no_attachment support 6 years ago
Dave Airlie 1a71bfdcbb renderer: expose compute shaders to the host. (v2) 6 years ago
Dave Airlie 38207b5bbb compute: handle launch grid. 6 years ago
Dave Airlie 40a4b1141e decode/renderer: handle compute shader creation 6 years ago