1312 Commits (ddf9c85c43b70eb81532c38a6dfc05956583e171)
 

Author SHA1 Message Date
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
Elie Tournier 3afe6f4d35 Add a caps to advertise fake fp64 support 6 years ago
Gert Wollny 5cd3e29827 shader: Use swizzles on return values of (i|u)mulextended 6 years ago
Gert Wollny 5fb91750b8 shader: rework shader patching to be able to patch various IOs with the same sid 6 years ago
Gert Wollny 31562ef40b shader: rewrite POS inputs that are read indirectly as array 6 years ago
Gert Wollny 9157dcbca0 shader: use varying outputs directly for TF when possible 6 years ago
Gert Wollny 3c195a9a36 shader: Make it possible to require shader versions > 150 6 years ago
Gert Wollny dbf5489555 shader: Update the evaluation of the generic IOs to use array and mask info 6 years ago
Gert Wollny cadf0219e8 shader: also check usage masks and correct swizzles if needed 6 years ago
Gert Wollny f87162df93 shader: handle layout changes in the destination register 6 years ago
Gert Wollny 04e5adfa0c shader: rewrite the componets when no arrays are sent 6 years ago
Gert Wollny 7523f35e62 shader: renumber the input arrays to get consistent interfaces 6 years ago
Gert Wollny 128db05c64 shader: Add array index to glsl_name 6 years ago
Gert Wollny 0f9885ead5 shader: Fix swizzles for interpolatAt* calls 6 years ago
Gert Wollny 4dc3eb5ed8 shader: Add component info to generated arrays and require arrays of arrays 6 years ago
Gert Wollny 7465fd346b shader: Add a few more requirements flags 6 years ago
Gert Wollny 956a6ceb8d shader: Pass information about the layout of generics and patches to the next stage 6 years ago
Gert Wollny 4efe5c1ce2 shader: keep track of some more per-IO information 6 years ago
Gert Wollny 636a7c2aa4 shader: unify block and varible name evalution for generated IO arrays 6 years ago
Gert Wollny cb51104a07 vrend/shader: prefer the use of "arrays of arrays" for passing varyings 6 years ago
Gert Wollny bb76c1aec7 shader: Enable support for passing clipdistances as TGSI array 6 years ago
Gert Wollny f23da8e47a shader: remove old check for indirect IO access 6 years ago