2633 Commits (c8b112f5f530f80eb6dbf6578354433a6a3eaa2b)
 

Author SHA1 Message Date
Gert Wollny a3005d3dd9 shader: on GLES replace FS COLOR inputs that are not availabe by constants 3 years ago
Gert Wollny 4bd0ef0301 shader: Don't clear precise flag, it defaults already to false 3 years ago
Gert Wollny 43ee4fea8b shader: Always write the destination swizzle for (B)COLOR outputs 3 years ago
Gert Wollny 05d4c8c892 vrend: Signal the guest that we can handle compatibility profiles 3 years ago
Gert Wollny a786d284ed vrend: Handle COLOR semantic in GS, TCS, and TESS_EVAL 3 years ago
Gert Wollny 3435d8e196 vrend: Handle SEMANTIC_CLIPVERTEX in all shader types and fix PerVertex 3 years ago
Gert Wollny 2a5c3a452d vrend: Dump all shader involved when linking fails 3 years ago
Gert Wollny 01e050b701 shader: Sort FS color outputs 3 years ago
Gert Wollny d1c6cd20dd shader: Handle PCOORD inputs 3 years ago
Daniel Verkamp 5dfa27e219 meson: disable .pyc bytecode for u_format_table.py 3 years ago
Chia-I Wu bd4dd6a622 Revert "gallium: copy xxhash.h from Mesa" 3 years ago
Chia-I Wu 59c145a094 Revert "gallium: add util_hash_table_u64" 3 years ago
Chia-I Wu 8c6198b41f Revert "gallium: optimize util_hash_table_u64 for 64-bit builds" 3 years ago
Chia-I Wu a68284a380 vkr: use the newer hash_table to manage objects 3 years ago
Chia-I Wu 5683f40ce5 vkr: stop using util_hash_table_create_u64 3 years ago
Chia-I Wu d001f6d270 vkr: add vkr_context_get_object 3 years ago
Chia-I Wu 0e2eb9ca83 vkr: use the newer hash_table to manage resources 3 years ago
Chia-I Wu 8249c00b02 vkr: add vkr_context_{add,remove,get}_resource 3 years ago
Gert Wollny c8b5b487b1 vrend: remove unused parameters 3 years ago
Chia-I Wu cecd190247 mesa: remove files that are not really needed 3 years ago
Chia-I Wu f720e2497e mesa: remove unused files 3 years ago
Chia-I Wu e7cf972d8b mesa: add the latest hash_table.h 3 years ago
Chia-I Wu 50f448ee49 mesa: update to the latest u_atomic.h 3 years ago
Chia-I Wu 10b89464a3 mesa: update to the latest u_math.h 3 years ago
Chia-I Wu 9526a95d47 mesa: update to the latest u_debug.h 3 years ago
Chia-I Wu 049ee8ff40 mesa: update to the latest u_memory.h 3 years ago
Chia-I Wu 2c0715b42a mesa: update to the latest u_thread.h 3 years ago
Chia-I Wu d32f92c8d1 mesa: update to the latest os_misc.h 3 years ago
Chia-I Wu 7683d499d5 mesa: update to the latest os_memory*.h 3 years ago
Chia-I Wu c5875c0a64 mesa: update to the latest p_compiler.h 3 years ago
Chia-I Wu 5a80957f86 mesa: add the latest list.h 3 years ago
Chia-I Wu 49403c1dfd mesa: update to the latest p_config.h 3 years ago
Chia-I Wu 90ab7ae537 mesa: update to the latest c99/c11 compat headers 3 years ago
Chia-I Wu c6f193ce32 mesa: add meson.build for libmesa 3 years ago
Chia-I Wu 1301ea0611 meson: use -imacros to include config.h 3 years ago
Chia-I Wu 8dc262c7ad vrend: use c11 threads 3 years ago
Gert Wollny b135d20cfc vrend: clear pointers to bound VBO if it is deleted 3 years ago
Italo Nicola 5d2202fcb6 vrend: always set CLAMP_READ_COLOR to false in do_readpixels 3 years ago
mwezdeck 729c6b9177 vrend: apply format swizzling during GLSL generation 3 years ago
Lepton Wu 00b2cb688c vrend: Fix calculation of dual_src 3 years ago
Gert Wollny 3b393c1171 meson: fail when EGL is requested, but EGL is not available 3 years ago
Gert Wollny e19259f02d meson: Require EGL when tests are enabled 3 years ago
Ryan Neph b9d859fbe6 vrend: silence false-positive use-of-uninitialized-value reported by fuzzer 3 years ago
Italo Nicola 0d84775435 vrend: make sure color read from a buffer is always unclamped 3 years ago
Colin Cross e1e6d3cb0a Include sys/types.h in p_compiler.h 3 years ago
Emma Anholt fb64b116e1 Add missing writemask on TGSI_SEMANTIC_CLIPDIST writes. 3 years ago
Corentin Noël eae4e44566 gallium: Remove s3tc enablement leftovers 3 years ago
Emma Anholt b904137c84 Make sure that gl_Layer and gl_Viewport get necessary vec4 expansion. 3 years ago
Emma Anholt addbd9c505 Don't expect Memory tokens with TGSI_OPCODE_BARRIER 3 years ago
Gert Wollny a30704147c vrend: Fix shaders with gerneric indices >= 32 3 years ago