aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glthread: don't increment variable_data if it's the last variable-size paramMarek Olšák2020-03-061-8/+15
* glthread: don't insert _mesa_post_marshal_hook into every functionMarek Olšák2020-03-063-12/+14
* glthread: simplify repeated function sequences in marshal_generated.cMarek Olšák2020-03-064-8/+20
* glthread: use int instead of size_t where it's OKMarek Olšák2020-03-063-4/+4
* glthread: reduce pointer dereferences in glthread_unmarshal_batchMarek Olšák2020-03-061-4/+6
* glthread: inline _mesa_unmarshal_dispatch_cmd and convert the switch to a tableMarek Olšák2020-03-065-36/+15
* glthread: don't prefix variable_data with constMarek Olšák2020-03-061-2/+2
* glthread: don't generate the sync fallback if the call size is not variableMarek Olšák2020-03-061-11/+15
* docs: update news, calendar, and link release notes for 20.0.1Dylan Baker2020-03-063-15/+9
* docs: Add sha256sums for 20.0.1Dylan Baker2020-03-061-1/+1
* docs: add relnotes for 20.0.1Dylan Baker2020-03-061-0/+172
* docs: update releasing to cover updated post_version.pyDylan Baker2020-03-051-6/+5
* bin/post_version.py: Make the git commit as well.Dylan Baker2020-03-052-0/+10
* bin/post_version.py: Pretty print the htmlDylan Baker2020-03-051-3/+3
* bin/post_version.py: Update the release calendar as wellDylan Baker2020-03-052-0/+190
* docs: Update release notes with current processDylan Baker2020-03-051-214/+20
* docs/submittingpatches: Fix confusing typo + missing pronounDylan Baker2020-03-051-1/+2
* gitlab-ci: add a job that runs Fossilize on RADV/Polaris10Samuel Pitoiset2020-03-053-2/+22
* gitlab-ci: enable building the test image for VK unconditionallySamuel Pitoiset2020-03-051-15/+2
* gitlab-ci: add Fossilize support to detect compiler regressionsSamuel Pitoiset2020-03-055-0/+163
* gitlab-ci: build Fossilize in the test image for VKSamuel Pitoiset2020-03-053-1/+19
* aco: only reserve sgprs for vcc if it's usedRhys Perry2020-03-053-7/+16
* aco: improve control flow handling in GFX6-9 NOP passRhys Perry2020-03-051-8/+13
* aco: consider non-hazard writes in handle_raw_hazard_internalRhys Perry2020-03-051-1/+2
* aco: improve get_wait_states()Rhys Perry2020-03-051-1/+6
* aco: add new NOP insertion pass for GFX6-9Rhys Perry2020-03-052-318/+438
* iris: Enable HiZ and stencil CCS for blorp blit destinationsJason Ekstrand2020-03-051-36/+25
* iris: Enable CCS for copies from HiZ+CCS depth buffersJason Ekstrand2020-03-051-8/+12
* anv: Enable HiZ for VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMALJason Ekstrand2020-03-051-8/+19
* blorp: Write to depth/stencil images as depth/stencil when possibleJason Ekstrand2020-03-053-18/+77
* iris: Allow HiZ on blit sourcesJason Ekstrand2020-03-051-1/+1
* isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfacesJason Ekstrand2020-03-051-1/+19
* docs: Update stable process around using fixes: and gitlabDylan Baker2020-03-051-28/+30
* turnip: fix tile->slot calculationJonathan Marek2020-03-051-1/+5
* turnip: improve binning pipe layout configJonathan Marek2020-03-051-15/+10
* Revert "spirv: Use a simpler and more correct implementaiton of tanh()"Kristian H. Kristensen2020-03-051-14/+13
* Revert "glsl: Use a simpler formula for tanh"Kristian H. Kristensen2020-03-051-10/+8
* pan/bi: Add bi_print_shaderAlyssa Rosenzweig2020-03-052-0/+8
* pan/bi: Add bi_print_blockAlyssa Rosenzweig2020-03-052-0/+31
* pan/bi: Add bi_print_clauseAlyssa Rosenzweig2020-03-052-0/+44
* pan/bi: Add bi_print_bundle for printing bi_bundleAlyssa Rosenzweig2020-03-052-0/+15
* pan/bi: Add bi_instruction printingAlyssa Rosenzweig2020-03-052-0/+229
* pan/bi: Move bi_interp_mode_name to bi_printAlyssa Rosenzweig2020-03-053-13/+14
* pan/bi: Add BIR manipulation routines to bir.cAlyssa Rosenzweig2020-03-054-0/+70
* pan/bi: Move some print routines out of the disasmAlyssa Rosenzweig2020-03-056-120/+167
* pan/bi: Add IR iteration macrosAlyssa Rosenzweig2020-03-051-0/+59
* pan/bi: Add quirks systemAlyssa Rosenzweig2020-03-056-3/+69
* pan/bi: Add high-latency property for classesAlyssa Rosenzweig2020-03-052-11/+15
* pan/bi: Add CSEL conditionAlyssa Rosenzweig2020-03-051-0/+4
* pan/bi: Add bi_branch dataAlyssa Rosenzweig2020-03-051-0/+32