1583 Commits (72ef4315087c84dc918c7259a1b408b01e0a40ea)
 

Author SHA1 Message Date
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
Elie Tournier 4ea2c60553 gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ 6 years ago
Elie Tournier 346d36abc1 gallium/tgsi: Add int64 opcodes 6 years ago
Gert Wollny 4efd580f48 vrend,stringbuf: Add line numbers to shader dumps 6 years ago
Po-Hsien Wang e00dea22c8 decode: check args for decode functions. 6 years ago
Po-Hsien Wang 967a57bdd1 vrend_decode_clear: fix undefined-behavior for mis-aligned cast 6 years ago
Po-Hsien Wang 53faae4fc1 vrend_renderer: fix undefined shift by 31 bits. 6 years ago
Erik Faye-Lund ec9513786a vrend: give gles lod-bias its own warning 6 years ago
Erik Faye-Lund 0e346c92ad vrend: drop unused value argument to report_core_warn 6 years ago
Erik Faye-Lund ecd4d4cd2e vrend: drop unused value argument to report_gles_warn 6 years ago
Erik Faye-Lund afb78f123a vrend: remove duplicate VREND_TRANSFER_* defines 6 years ago
Erik Faye-Lund 990db949e9 vrend: validate transfer_mode while decoding 6 years ago
Gert Wollny 75f2191683 shader: Don't emit gl_FragCoord layout qualifier on GLES and emulate pixel_center_integer 6 years ago
Gerd Hoffmann f91a9dd357 Fix unlinking resources from hash table. 6 years ago
Stéphane Marchesin 6cbf3287cf vrend: Reset shader_dirty and cs_shader_dirty when emitted 6 years ago
Erik Faye-Lund 0ee5a88a8f vtest: allow controlling context-flags from options 6 years ago
Erik Faye-Lund cfc702c674 vtest: lift out getenv calls closer to main 6 years ago