Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pan/mdg: Apply outmods | Alyssa Rosenzweig | 2020-05-19 | 1 | -0/+39 |
* | pan/mdg: Use helpers for branch/discard inversion | Alyssa Rosenzweig | 2020-05-19 | 1 | -2/+18 |
* | pan/mdg: Remove invert optimizations | Alyssa Rosenzweig | 2020-05-19 | 7 | -462/+1 |
* | pan/mdg: Treat inot as a modifier | Alyssa Rosenzweig | 2020-05-19 | 5 | -8/+105 |
* | pan/mdg: Apply abs/neg modifiers | Alyssa Rosenzweig | 2020-05-19 | 1 | -0/+9 |
* | pan/mdg: Ingest fsat_signed/fclamp_pos | Alyssa Rosenzweig | 2020-05-19 | 2 | -0/+9 |
* | pan/mdg: Prepare for modifier helpers | Alyssa Rosenzweig | 2020-05-19 | 2 | -87/+75 |
* | pan/mdg: Drop nir_lower_to_source_mods | Alyssa Rosenzweig | 2020-05-19 | 1 | -5/+0 |
* | pan/mdg: Remove .pos propagation pass | Alyssa Rosenzweig | 2020-05-19 | 1 | -90/+0 |
* | panfrost: Add modifier detection helpers | Alyssa Rosenzweig | 2020-05-19 | 4 | -0/+134 |
* | panfrost: Enable AFBC for Z24X8 | Alyssa Rosenzweig | 2020-05-19 | 1 | -5/+2 |
* | panfrost: Fix Z24 vs Z32 mixup | Alyssa Rosenzweig | 2020-05-19 | 3 | -5/+4 |
* | panfrost: Switch formats to table | Alyssa Rosenzweig | 2020-05-19 | 3 | -196/+270 |
* | pan/decode: Fix min/max_tile_coord mixup | Alyssa Rosenzweig | 2020-05-19 | 1 | -1/+1 |
* | pan/decode: Use a page table for tracking mmaps | Alyssa Rosenzweig | 2020-05-19 | 2 | -25/+17 |
* | gallium: change comments to remove 'state tracker' | Marek Olšák | 2020-05-13 | 1 | -1/+1 |
* | pan/mdg: Fix derivative swizzle | Alyssa Rosenzweig | 2020-05-12 | 1 | -4/+2 |
* | pan/mdg: Set types for derivatives | Alyssa Rosenzweig | 2020-05-12 | 1 | -0/+2 |
* | pan/mdg: Remove texture_op_count | Alyssa Rosenzweig | 2020-05-12 | 4 | -15/+0 |
* | pan/mdg: Use analysis to set .cont/.last flags | Alyssa Rosenzweig | 2020-05-12 | 1 | -10/+2 |
* | pan/mdg: Use the helper invo analyze passes | Alyssa Rosenzweig | 2020-05-12 | 1 | -0/+5 |
* | pan/mdg: Analyze helper execution requirements | Alyssa Rosenzweig | 2020-05-12 | 5 | -8/+99 |
* | pan/mdg: Analyze helper invocation termination | Alyssa Rosenzweig | 2020-05-12 | 5 | -0/+112 |
* | pan/mdg: Explain helper invocations dataflow theory | Alyssa Rosenzweig | 2020-05-12 | 1 | -0/+63 |
* | pan/midgard: Fix old style shadows | Icecream95 | 2020-05-12 | 1 | -0/+4 |
* | panfrost: don't always build bifrost_compiler | Qiang Yu | 2020-05-09 | 1 | -1/+1 |
* | panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifrost_blend | Tomeu Vizoso | 2020-05-07 | 1 | -0/+1 |
* | pan/decode: Fix flags_hi printing | Alyssa Rosenzweig | 2020-05-07 | 1 | -1/+1 |
* | pan/bit: Add IMATH packing tests | Alyssa Rosenzweig | 2020-05-04 | 1 | -1/+17 |
* | pan/bit: Factor out identity swizzle helper | Alyssa Rosenzweig | 2020-05-04 | 1 | -6/+10 |
* | pan/bit: Use swizzle helper for round | Alyssa Rosenzweig | 2020-05-04 | 1 | -9/+5 |
* | pan/bit: Remove test names | Alyssa Rosenzweig | 2020-05-04 | 1 | -84/+19 |
* | pan/bit: Interpret v4i8 ops | Alyssa Rosenzweig | 2020-05-04 | 1 | -1/+10 |
* | pan/bit: Interpret IMATH | Alyssa Rosenzweig | 2020-05-04 | 1 | -2/+13 |
* | pan/bi: Don't schedule <32-bit IMATH to FMA | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+9 |
* | pan/bi: Add SUB.v2i16/SUB.v4i8 opcodes to disasm | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+2 |
* | pan/bi: Pack ADD IADD/ISUB for 8/16/32 | Alyssa Rosenzweig | 2020-05-04 | 2 | -0/+35 |
* | pan/bi: Pack FMA IADD/ISUB 32 | Alyssa Rosenzweig | 2020-05-04 | 2 | -2/+18 |
* | pan/bi: Use IMATH for nir_op_iadd | Alyssa Rosenzweig | 2020-05-04 | 3 | -1/+26 |
* | pan/bi: Rename BI_ISUB to BI_IMATH | Alyssa Rosenzweig | 2020-05-04 | 6 | -7/+7 |
* | pan/bit: Add ICMP tests | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+23 |
* | pan/bit: Add more 16-bit fmod tests | Alyssa Rosenzweig | 2020-05-04 | 1 | -4/+20 |
* | pan/bit: Add swizzles to round tests | Alyssa Rosenzweig | 2020-05-04 | 1 | -4/+11 |
* | pan/bi: Don't pack ICMP on FMA | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+9 |
* | pan/bi: Pack ADD ICMP 16 | Alyssa Rosenzweig | 2020-05-04 | 2 | -7/+29 |
* | pan/bi: Pack ADD ICMP 32 | Alyssa Rosenzweig | 2020-05-04 | 1 | -1/+66 |
* | pan/bi: Structify ADD ICMP 16 | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+15 |
* | pan/bi: Pack ADD.DISCARD | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+46 |
* | pan/bi: Handle discard/branch in get_component_count | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+5 |
* | pan/bi: Fuse conditions into discard_if | Alyssa Rosenzweig | 2020-05-04 | 1 | -0/+16 |