summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ci: Ban the recent popular freedreno a630 intermittent failure.Eric Anholt2020-03-231-0/+1
* 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
* docs/features: Update virgl OpenGL 4.5 featuresElie Tournier2020-03-231-2/+2
* 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
* gitlab-ci/traces: Add Vulkan sample entries for POLARIS10Andres Gomez2020-03-231-1/+9
* gitlab: add bug report templateDenys2020-03-231-0/+54
* 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
* gitlab-ci: add python3-requests to the test-vk containerAndres Gomez2020-03-232-1/+2
* 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
* gitlab-ci: add a bunch of new fossils from the Sascha Vulkan demosSamuel Pitoiset2020-03-231-2/+2
* gitlab-ci: add a new stage for RADV CISamuel Pitoiset2020-03-232-4/+4
* gitlab-ci: compile fossils with more ASICsSamuel Pitoiset2020-03-231-4/+17
* gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO)Samuel Pitoiset2020-03-231-0/+3
* 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
* intel: Add TGL PCI IDJordan Justen2020-03-211-0/+1
* intel: Update TGL PCI stringsJordan Justen2020-03-211-5/+5
* 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
* pan/bi: Pack ld_var_addrAlyssa Rosenzweig2020-03-224-1/+42