1799 Commits (be02caf74b19c333f53fe706ddc2c6ae124e2ef9)
 

Author SHA1 Message Date
Dave Airlie 6cd7a73e45 virgl: add support for multi draw indirect. 6 years ago
Dave Airlie 479a6eb4e0 virgl: fix command args buffers 6 years ago
Gert Wollny 660a02af5a vrend,caps: Add a caps feature check version 6 years ago
Erik Faye-Lund 94b282b994 vtest: fix typo in usage-string 6 years ago
Alexandros Frantzis 288ffa1fe7 ci: Update known good Mesa commit 6 years ago
Po-Hsien Wang bdc8e87c04 vrend_decode: check vrend_decode_create_sampler_state 6 years ago
Alexandros Frantzis d05e2d887b ci: Use the docker image digest instead of ':latest' tag in jobs 6 years ago
Gert Wollny 9f67d5e5d6 shader: Fix block emission and prefer it on GLES 6 years ago
Gert Wollny f8840c1a4b vrend: Don't expect TCS to be present in first shader pass 6 years ago
Gert Wollny db0ac81910 shader: Don't emit 'invariant' or 'precise' for gl_ClipVertex 6 years ago
Alexandros Frantzis 5212d0a1e8 ci: Trigger the docker image build on merge requests 6 years ago
Gert Wollny dbf78591ea shader; on GLES require extension NV_image_formats for certain image types 6 years ago
Gert Wollny fcf9740960 shader: force default format layout 6 years ago
Gert Wollny 18081311fb shader: on GLES drop write flag for images we read from 6 years ago
Gert Wollny 3137c2e6f1 ci: Update mesa version and expected results 6 years ago
Gert Wollny 8e2be176e5 vrend: Fall back to NV_shader_atomic_float if ARB_GLES3_1_compatibility is missing 6 years ago
Gert Wollny 476094e832 shader: Fall back to MESA_shader_integer_functions if ARB_gpu_shaders5 is missing 6 years ago
Gert Wollny 64740cf9f0 vrend, feature: Add feature for GLES 3.1 compatibility 6 years ago
Gert Wollny 95bed95df5 shader: Don't emit GL_OES_gpu_shader5 on GLES 6 years ago
Gert Wollny 8094b5b438 shader: Use swizzle on 1D images that are emulated by 2D images on GLES 6 years ago
Gert Wollny 2b24afd1ec shader: Correct coordinates for texelFetch of emulated RECT on GLES 6 years ago
Gert Wollny 3403b5cb0e shader: Further fixes for the 1D texture emulation on GLES 6 years ago
Gert Wollny 5eeb767d09 vrend: Also add TEXTURE_RECTANGLE to the targets translated on GLES 6 years ago
Gert Wollny 905e04dce3 shader: swizzle array coordinates for emulated 1D arrays on GLES 6 years ago
Gert Wollny 57248487ec vrend: translate 1D texture targets to 2D texture targets for copies in 6 years ago
Gert Wollny ba41038ace shader: Fix offset and argument type for texelFetchOffset for 1D 6 years ago
Gert Wollny d184b04097 shader: reswizzle size values for 1D texture arrays on GLES 6 years ago
Gert Wollny 0b9f2e4bf7 shader: Emit swizzle for "1D" textures on GLES 6 years ago
Gert Wollny 718f338a3e vrend,features: Add feature for timer queries 6 years ago
Gert Wollny 4617b9ae46 decode: Use correct comparison for images 6 years ago
Emil Velikov 5daad80e21 renderer: rewrap __report* helpers to 80 columns 6 years ago
Emil Velikov a1286bbed7 renderer: use named initializers for ctx_error and core/gles_warn 6 years ago
Gert Wollny b9a9c59ef7 vrend: Use glDepthRangefOES when on GLES 6 years ago
Gert Wollny 095bd118f9 vrend: Force setting viewport state when the sub context is new 6 years ago
Gert Wollny 71609cc1ce vrend: Use glDepthRangeIndexedfOES when on GLES 6 years ago
Gert Wollny 1a27e447f9 vrend: Lie a bit more about the GLSL support level on GLES 6 years ago
Gert Wollny 88ffc3beb3 vrend,feature: Check for GL_OES_viewport_array extension 6 years ago
Erik Faye-Lund a613dcc82a gallium: move print_channels to u_format_table.py 6 years ago
Erik Faye-Lund d3b2e8ef6b gallium: sort and remove duplicate includes 6 years ago
Erik Faye-Lund 5b2b4719e6 gallium: inline u_format_pack.generate 6 years ago
Erik Faye-Lund f8d5280bdb gallium: drop unused python code 6 years ago
Erik Faye-Lund 680893db76 gallium: remove unused texture-compression sources 6 years ago
Erik Faye-Lund a8962eda12 gallium: remove prototypes for removed functions 6 years ago
Dave Airlie 4da4ae7679 decode: fix warnings with new checks 6 years ago
Elie Tournier 16fe7d84a5 gallium: remove TGSI opcode BREAKC 6 years ago
Elie Tournier d559aa4675 gallium: remove TGSI opcode DP2A 6 years ago
Elie Tournier 69a9443c38 gallium: remove TGSI_OPCODE_CALLNZ 6 years ago
Elie Tournier 9053c5be0d gallium: remove TGSI FENCE opcodes 6 years ago
Elie Tournier 7f9c913569 gallium: remove TGSI_OPCODE_CLAMP 6 years ago
Elie Tournier e73201de59 tgsi: fix the src type of TGSI_OPCODE_MEMBAR 6 years ago