aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "loader/dri3: Check for window destruction in dri3_wait_for_event_locked"Michel Dänzer2020-07-032-38/+1
* meson: Add versioning for xvmc trackerEmmanuel Vadot2020-07-032-1/+5
* st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs condition...Mike Blumenkrantz2020-07-031-16/+22
* nir: add lowering pass for clip plane enablingMike Blumenkrantz2020-07-033-0/+133
* v3d/tex: handle correctly coordinates for cube/cubearrays imagesAlejandro Piñeiro2020-07-031-2/+6
* CI: reduce bandwidth for git pullBenjamin Tissoires2020-07-032-1/+84
* tu,radv: fix potentially wrong offset of flexible array.Hyunjun Ko2020-07-032-10/+6
* meson: turn on Wimplicit-fallthrough project wideTimothy Arceri2020-07-021-0/+1
* nv30: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* mesa: update fallthrough comment so gcc can see itTimothy Arceri2020-07-021-1/+1
* svga: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* r300: add and fix up fallthrough commentsTimothy Arceri2020-07-023-1/+6
* mesa: fix unintended fallthrough in glIsEnabled()Timothy Arceri2020-07-021-0/+2
* mesa: add missing fallthrough comment to teximage.cTimothy Arceri2020-07-021-0/+1
* mesa/vbo: add some missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* spirv: add missing fallthrough commentsTimothy Arceri2020-07-021-3/+3
* radeon: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* glsl: move fallthrough comment to where gcc can see itTimothy Arceri2020-07-021-1/+1
* glx: add missing fallthrough commentTimothy Arceri2020-07-021-1/+1
* radeonsi: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* mesa: add fallthrough comments to COPY_SZ_4V()Timothy Arceri2020-07-021-8/+8
* nir: fix implicit fallthrough warningsTimothy Arceri2020-07-025-9/+13
* mesa: add fallthrough comments to get.cTimothy Arceri2020-07-021-0/+86
* mesa: add fallthrough comments to glformats.cTimothy Arceri2020-07-021-0/+3
* mesa: fix fallthrough in glformatsTimothy Arceri2020-07-021-3/+4
* nir/algebraic: Don't distrubte absolute-value into dot-productsIan Romanick2020-07-021-7/+7
* ci: Disable pixmark-piano trace on a630 due to GPU hangs.Eric Anholt2020-07-021-6/+7
* pan/mdg: Schedule based on livenessAlyssa Rosenzweig2020-07-021-23/+84
* pan/mdg: Vectorize vlut operationsIcecream952020-07-021-1/+18
* pan/mdg: Skip r1.w write where possibleAlyssa Rosenzweig2020-07-021-1/+8
* pan/mdg: Prioritize non-moves on VADD/VLUTAlyssa Rosenzweig2020-07-021-5/+18
* pan/mdg: Allow Z/S writes to use any 2nd stage unitAlyssa Rosenzweig2020-07-021-57/+71
* pan/mdg: Defer smul, vlut until after writeout movesAlyssa Rosenzweig2020-07-021-7/+6
* pan/mdg: Schedule writeout to VLUTAlyssa Rosenzweig2020-07-021-6/+12
* pan/mdg: Remove bundle interference codeAlyssa Rosenzweig2020-07-021-66/+0
* pan/mdg: Don't assign destination in writeout block to r1Alyssa Rosenzweig2020-07-021-1/+51
* pan/mdg: Defer nir_fuse_io_16 until after optsAlyssa Rosenzweig2020-07-021-3/+4
* panfrost: Specify stack_shift on SFBDAlyssa Rosenzweig2020-07-021-2/+1
* etnaviv: move ra into own fileChristian Gmeiner2020-07-025-307/+342
* etnaviv: move nir compiler related stuff into .c fileChristian Gmeiner2020-07-024-1115/+1079
* etnaviv: move functions that generate asm to own fileChristian Gmeiner2020-07-025-236/+280
* etnaviv: drop emit macroChristian Gmeiner2020-07-021-13/+11
* etnaviv: merge struct etna_compile and etna_stateChristian Gmeiner2020-07-023-134/+123
* etnaviv: move liveness related stuff into own fileChristian Gmeiner2020-07-026-391/+424
* etnaviv: make more use of compile_error(..)Christian Gmeiner2020-07-023-8/+41
* etnaviv: drop OPT_V defineChristian Gmeiner2020-07-021-14/+13
* etnaviv: move etna_lower_alu(..) to etnaviv_nir.cChristian Gmeiner2020-07-023-67/+71
* etnaviv: get rid of etna_compile dependencyChristian Gmeiner2020-07-021-6/+6
* etnaviv: move etna_lower_io(..) to etnaviv_nir.cChristian Gmeiner2020-07-025-166/+234
* etnaviv: convert enumsChristian Gmeiner2020-07-021-4/+4