aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix installation of firmware for db410c's nic.Eric Anholt2020-03-111-1/+3
* ci: Print the renderer/version that our dEQP invocation is using.Eric Anholt2020-03-111-0/+20
* intel/compiler: fix cmod propagation optimisationsYevhenii Kolesnikov2020-03-112-9/+336
* pan/bi: Fix swizzle for second argument to ST_VARYAlyssa Rosenzweig2020-03-111-0/+1
* pan/bi: Implement nir_op_ffmaAlyssa Rosenzweig2020-03-112-1/+2
* pan/bi: Add dead code elimination passAlyssa Rosenzweig2020-03-114-1/+67
* pan/bi: Add liveness analysis passAlyssa Rosenzweig2020-03-113-0/+99
* pan/bi: Add bi_max_temp helperAlyssa Rosenzweig2020-03-111-0/+7
* pan/bi: Add bi_next/prev_op helpersAlyssa Rosenzweig2020-03-111-0/+12
* pan/bi: Add bi_bytemask_of_read_components helpersAlyssa Rosenzweig2020-03-112-0/+22
* pan/bi: Paste over bi_has_argAlyssa Rosenzweig2020-03-113-1/+16
* panfrost: Sync Midgard/Bifrost control flowAlyssa Rosenzweig2020-03-1110-114/+70
* panfrost: Move liveness analysis to root panfrost/Alyssa Rosenzweig2020-03-115-189/+249
* pan/midgard: Subclass midgard_block from pan_blockAlyssa Rosenzweig2020-03-119-87/+127
* pan/midgard: Sync midgard_block field names with BifrostAlyssa Rosenzweig2020-03-114-9/+9
* pan/midgard: Decontextualize liveness analysis coreAlyssa Rosenzweig2020-03-111-11/+12
* pan/midgard: Localize `visited` trackingAlyssa Rosenzweig2020-03-112-15/+11
* pan/bi: Implement sysvalsAlyssa Rosenzweig2020-03-112-0/+56
* pan/bi: Switch to panfrost_programAlyssa Rosenzweig2020-03-113-7/+4
* panfrost: Move Midgard sysval code to common PanfrostAlyssa Rosenzweig2020-03-115-123/+160
* pan/midgard: Remove dest_override sysval argumentAlyssa Rosenzweig2020-03-111-8/+5
* pan/midgard: Decontextualize midgard_nir_assign_sysval_bodyAlyssa Rosenzweig2020-03-112-16/+18
* pan/midgard: Remove indexing dependency of sysvalsAlyssa Rosenzweig2020-03-111-4/+6
* pan/midgard: Adjust sysval-related prototypesAlyssa Rosenzweig2020-03-113-14/+14
* pan/midgard: Remove unused iteratorsAlyssa Rosenzweig2020-03-111-6/+0
* panfrost: Promote midgard_program to panfrost/utilAlyssa Rosenzweig2020-03-117-79/+82
* gitlab-ci: build RADV in meson-i386 to avoid 32-bit build failuresSamuel Pitoiset2020-03-112-16/+24
* radv: fix 32-bits build (again)Samuel Pitoiset2020-03-111-2/+2
* mesa: don't unroll glMultiDrawElements with user indices for galliumMarek Olšák2020-03-113-6/+18
* gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICESMarek Olšák2020-03-114-0/+4
* vbo: fix vbo_copy_vertices for GL_PATCHES and adjacency primitive typesMarek Olšák2020-03-111-1/+1
* vbo: fix transitions from glVertexN to glVertexM where M < NMarek Olšák2020-03-111-1/+15
* vbo: use vbo_exec_wrap_upgrade_vertex for glVertex in ATTR_UNIONMarek Olšák2020-03-111-6/+12
* st/mesa: keep serialized NIR instead of nir_shader in st_programMarek Olšák2020-03-114-8/+79
* gitlab-ci: Don't restrict ppc64el/s390x build jobs to gstreamer runnersMichel Dänzer2020-03-111-2/+0
* gitlab-ci: Sort packages to install alphabeticallyAndres Gomez2020-03-113-37/+37
* gitlab-ci: Remove unneeded python3-pilkit dependencyAndres Gomez2020-03-112-2/+1
* gitlab-ci: Fix indentation and dangerous "\" in the last multiline lineAndres Gomez2020-03-113-9/+9
* vc4: Fix query_dmabuf_modifiers mis-reporting external_only propertyChris Lord2020-03-111-1/+3
* aco: Don't store TCS outputs to LDS when we're sure that none are read.Timur Kristóf2020-03-111-0/+4
* aco: Only write TCS outputs to LDS when they are read by the TCS.Timur Kristóf2020-03-111-2/+25
* aco: Store tess factors in VMEM only at the end of the shader.Timur Kristóf2020-03-111-2/+36
* aco: Don't generate an if when the first part of a merged HS or GS is empty.Timur Kristóf2020-03-111-3/+10
* radv: Enable ACO on all stages.Timur Kristóf2020-03-111-25/+6
* aco: Enable running TES as ES, including merged TES+GS.Timur Kristóf2020-03-111-9/+13
* radv: Enable ACO for TES when there is no GS.Timur Kristóf2020-03-111-7/+9
* aco: Implement loading TES inputs.Timur Kristóf2020-03-111-0/+26
* aco: Enable streamout when TES runs on the HW VS stage.Timur Kristóf2020-03-111-1/+1
* aco: Store TES outputs when TES runs on the HW VS stage.Timur Kristóf2020-03-111-0/+1
* aco: Use TES output info when TES runs on the VS stage.Timur Kristóf2020-03-111-3/+15