summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-03intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.Francisco Jerez7-15/+41
2019-09-03intel/eu: Rework opcode description tables to allow efficient look-up by eith...Francisco Jerez5-304/+166
2019-09-03intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++.Francisco Jerez4-13/+13
2019-09-03intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).Francisco Jerez5-32/+46
2019-09-03intel/fs: Fix constness of implied_mrf_writes() argument.Francisco Jerez2-2/+2
2019-09-03intel/fs: Define is_send() convenience IR helper.Francisco Jerez1-1/+7
2019-09-03intel/fs: Define is_payload() method of the IR instruction class.Francisco Jerez2-0/+39
2019-09-03intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like inst...Francisco Jerez1-0/+3
2019-09-03radeonsi/nir: Remove uniform variable scanningConnor Abbott1-84/+7
2019-09-03ttn: Fill out more info fieldsConnor Abbott1-0/+4
2019-09-03nir: Fix num_ssbos when lowering atomic countersConnor Abbott3-6/+23
2019-09-03ac/nir: Fix gather4 integer wa with unnormalized coordinatesConnor Abbott1-4/+26
2019-09-03ac/nir: Rewrite gather4 integer workaround based on radeonsiConnor Abbott1-65/+85
2019-09-03egl: warn user if they set an invalid EGL_PLATFORMEric Engestrom1-0/+3
2019-09-03panfrost: Remove panfrost_uploadAlyssa Rosenzweig2-26/+0
2019-09-03panfrost: Fix misc. issues flagged by cppcheckAlyssa Rosenzweig3-10/+7
2019-09-03panfrost: Mark (1 << 31) as unsignedAlyssa Rosenzweig1-3/+3
2019-09-03pan/midgard: Remove mir_rewrite_index_*_tagAlyssa Rosenzweig2-29/+0
2019-09-03pan/midgard: Remove mir_print_bundleAlyssa Rosenzweig1-13/+0
2019-09-03pan/midgard: Remove cppwrap.cppAlyssa Rosenzweig2-10/+0
2019-09-03pan/midgard: Fix cppcheck issuesAlyssa Rosenzweig5-22/+27
2019-09-03pan/midgard: Correct issues in disassemble.cAlyssa Rosenzweig1-23/+22
2019-09-03pan/decode: Add missing format specifierAlyssa Rosenzweig1-1/+1
2019-09-03pan/decode: Use portable format specifier for 64-bitAlyssa Rosenzweig1-1/+1
2019-09-03pan/decode: Use %zu instead of %dAlyssa Rosenzweig1-3/+3
2019-09-03pan/decode: Fix uninitialized variablesAlyssa Rosenzweig1-2/+5
2019-09-03docs: update calendar, add news item and link release notes for 19.1.6Juan A. Suarez Romero3-7/+8
2019-09-03docs: add sha256 checksums for 19.1.6Juan A. Suarez Romero1-1/+1
2019-09-03docs: add release notes for 19.1.6Juan A. Suarez Romero1-0/+132
2019-09-03vulkan/overlay: bounce image back to present layoutLionel Landwerlin1-2/+30
2019-09-03broadcom/vc4: Expand width of dst surfaceZhaowei Yuan1-1/+1
2019-09-02swr: Fix make_unique build error.Vinson Lee1-3/+3
2019-09-02loader: include limits.h for PATH_MAXnia1-0/+1
2019-09-02util: only allow _BitScanReverse64 on 64-bit cpusErik Faye-Lund2-3/+3
2019-09-02mesa/x86: improve SSE-checks for MSVCErik Faye-Lund1-2/+2
2019-09-02util: do not assume MSVC implies SSEErik Faye-Lund1-4/+3
2019-09-02util: fix SSE-version needed for double opcodesErik Faye-Lund1-1/+1
2019-09-02mesa/main: remove unused includeErik Faye-Lund1-1/+0
2019-09-02nir: do not assume that the result of fexp2(a) is always an integralSamuel Pitoiset1-0/+1
2019-09-02egl: fix platform selectionLionel Landwerlin1-2/+7
2019-08-31iris: Lessen texture cache hack flush for blits/copies on Icelake.Kenneth Graunke1-16/+34
2019-08-31util: Define strchrnul on macOS.Vinson Lee1-1/+1
2019-08-31gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund1-10/+10
2019-08-31travis: Fail build if any command in if statement fails.Vinson Lee1-4/+4
2019-08-31swr: Fix build with llvm-9.0 again.Vinson Lee3-0/+28
2019-08-30pan/midgard: Use shared psiz clamp passAlyssa Rosenzweig4-82/+1
2019-08-30pan/midgard: Remove mir_opt_post_move_eliminateAlyssa Rosenzweig2-49/+0
2019-08-30pan/midgard: Schedule before RAAlyssa Rosenzweig1-27/+29
2019-08-30pan/midgard: Handle fragment writeout in RAAlyssa Rosenzweig6-24/+49
2019-08-30pan/midgard: Do not propagate swizzles into writeoutAlyssa Rosenzweig1-3/+5