summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* turnip: fix znear clippingJonathan Marek2020-03-241-1/+2
* freedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMPJonathan Marek2020-03-243-6/+20
* aco: implement 64-bit VGPR constant copies in handle_operands()Rhys Perry2020-03-242-4/+39
* aco: remove dead code in handle_operands()Rhys Perry2020-03-241-19/+3
* nir/gather_info: fix per-vertex handling in try_mask_partial_ioRhys Perry2020-03-241-3/+7
* radeonsi: enable workarounds for YoYo engine based gamesPierre-Eric Pelloux-Prayer2020-03-241-0/+17
* util/xmlconfig: add new sha1 application attributePierre-Eric Pelloux-Prayer2020-03-242-2/+30
* util/u_process: add util_get_process_exec_pathPierre-Eric Pelloux-Prayer2020-03-244-0/+141
* util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer2020-03-243-4/+9
* radeonsi: clarify the conditions when FLUSH_AND_INV_DB is neededPierre-Eric Pelloux-Prayer2020-03-243-17/+7
* intel/dump_gpu: Handle a bunch of getparam in the no-HW caseJason Ekstrand2020-03-241-2/+47
* intel/dump_gpu: Add an ensure_device_info helperJason Ekstrand2020-03-241-9/+17
* anv: Stop fetching the timestamp frequency ourselvesJason Ekstrand2020-03-241-13/+0
* egl/android: enable/disable KHR_partial_update correctlyChia-I Wu2020-03-231-3/+5
* st/mesa: fix use of uninitialized memory due to st_nir_lower_builtinMarek Olšák2020-03-231-1/+1
* aco: fix boolean undef regclassRhys Perry2020-03-231-0/+2
* lima: Add missing source file to Android.mkRoman Stratiienko2020-03-231-0/+1
* intel/tools/aubinator_error_decode: Decode ring buffers from HEAD to TAILD Scott Phillips2020-03-231-5/+43
* intel/tools/aubinator_error_decode: read HW Context before other batchesD Scott Phillips2020-03-231-0/+18
* iris: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* anv: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* intel/compiler: Track patch count thresholdSagar Ghuge2020-03-232-0/+33
* intel/genxml: Add patch count threshold field on gen12Sagar Ghuge2020-03-231-0/+1
* aco: emit IR in IF's merge block instead if the other side ends in a jumpRhys Perry2020-03-231-6/+92
* aco: improve check for unreachable loop continue blocksRhys Perry2020-03-231-6/+10
* aco: skip NIR in unreachable merge blocksRhys Perry2020-03-231-2/+6
* aco: handle when ACO adds new continue edgesRhys Perry2020-03-232-1/+92
* aco: handle missing second predecessors at merge block phisRhys Perry2020-03-231-0/+4
* aco: set has_divergent_branch for discards in loopsRhys Perry2020-03-231-0/+3
* radv/llvm: fix subgroup shuffle for chips without bpermuteSamuel Pitoiset2020-03-232-5/+30
* panfrost: Align Android makefiles with recent changesRoman Stratiienko2020-03-237-3/+68
* gallium/gallivm: Remove workaround disabling AVX code for newer CPUsJan Zielinski2020-03-231-9/+3
* radv/winsys: spoof some values for num_render_backends in the null winsysSamuel Pitoiset2020-03-231-40/+32
* radv/winsys: fix wrong PCI ID for Vega10 in the null winsysSamuel Pitoiset2020-03-231-1/+1
* glsl: Restore the IsES flag on the shader when reading from cache.Eric Anholt2020-03-221-0/+2
* gallivm: add support for rgtc/latc fetches.Dave Airlie2020-03-233-3/+415
* gallivm/s3tc: split out dxt5 alpha codeDave Airlie2020-03-231-35/+55
* pan/bi: Pack csel4 opcodesAlyssa Rosenzweig2020-03-222-1/+80
* pan/bi: Default csel to "!= 0" modeAlyssa Rosenzweig2020-03-221-0/+5
* pan/bi: Use bi_lookup_immediate when packingAlyssa Rosenzweig2020-03-221-15/+25
* pan/bi: Respect shift when printing immediatesAlyssa Rosenzweig2020-03-223-2/+11
* pan/bi: Implement csel fusingAlyssa Rosenzweig2020-03-221-21/+65
* pan/bi: Add `soft` NIR->BIR condition translationAlyssa Rosenzweig2020-03-221-3/+11
* pan/bi: Remove hacks for 1-bit booleans in IRAlyssa Rosenzweig2020-03-224-8/+8
* pan/bi: Lower bool to intsAlyssa Rosenzweig2020-03-222-27/+39
* pan/bi: Pack LD_ATTRAlyssa Rosenzweig2020-03-223-11/+39
* pan/bi: Pack st_varyAlyssa Rosenzweig2020-03-222-0/+29
* pan/bi: Add store_channels propertyAlyssa Rosenzweig2020-03-223-1/+7
* pan/bi: Generalize data register settingAlyssa Rosenzweig2020-03-221-3/+15
* pan/bi: Flesh out st_vary IRAlyssa Rosenzweig2020-03-224-15/+16