summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-21vc4: do not report alpha-test as supportedErik Faye-Lund2-12/+3
2020-10-21v3d: do not report alpha-test as supportedErik Faye-Lund3-11/+3
2020-10-21ci: Add jobs running ci-fairy checksMichel Dänzer1-7/+47
2020-10-21ci: Add empty needs: to pages jobMichel Dänzer1-0/+1
2020-10-21ci: Move test-docs job to deploy stageMichel Dänzer1-5/+6
2020-10-21st/mesa: make sure prog->info is up to date for NIR (v2)Marek Olšák1-0/+11
2020-10-21Revert "st/mesa: don't pass NIR to draw module if IO is lowered"Marek Olšák1-5/+2
2020-10-21nir: consider load_color intrinsics as both inputs and sysval in gatheringMarek Olšák1-2/+6
2020-10-21amd: update addrlibMarek Olšák25-768/+1057
2020-10-21glx: Move glXGet{ScreenDriver,DriverConfig} to common codeAdam Jackson2-155/+155
2020-10-21glx: Delegate the core of glXGetScreenDriver to the GLX screen vtableAdam Jackson6-21/+54
2020-10-21glx: move __glXGetUST into the DRI1 codeAdam Jackson5-57/+50
2020-10-21radv,aco: fix use of texop_samples_identical in the resolve meta pathSamuel Pitoiset3-15/+10
2020-10-21ac/nir: do not sign-extend the result of texop_samples_identicalSamuel Pitoiset1-3/+1
2020-10-21docs/features: add v3dv driverAlejandro Piñeiro1-5/+5
2020-10-21frontends/va/postproc: Un-break field flagThong Thai1-2/+2
2020-10-21aco/isel: Miscellaneous cleanups using the new Stage APITony Wasserka1-3/+3
2020-10-21aco: Clean up symbol names and comments related to NGGTony Wasserka8-55/+55
2020-10-21aco: Use strong typing to model SW<->HW stage mappingsTony Wasserka8-117/+176
2020-10-21nir: Only validate in passes that might have changed things.Eric Anholt1-1/+2
2020-10-21glsl: relax rule on varying matching for shaders older than 4.00Timothy Arceri1-1/+31
2020-10-21panfrost: Only enable occlusion queries when activeIcecream951-1/+1
2020-10-21panfrost: Precise occlusion query supportIcecream952-11/+28
2020-10-20st/mesa: Drop the TGSI paths for drawpixels and use nir-to-tgsi if needed.Eric Anholt1-109/+12
2020-10-20st/mesa: Drop the TGSI paths for PBOs and use nir-to-tgsi if needed.Eric Anholt4-239/+39
2020-10-20gallium/ntt: Add default compiler options for non-native-NIR drivers.Eric Anholt2-0/+31
2020-10-20v3dv: Fix assert using assign instead of compare.Vinson Lee1-1/+1
2020-10-20radv: Advertise VK_KHR_shader_terminate_invocation.Bas Nieuwenhuizen3-0/+8
2020-10-20amd/llvm: Add VK_KHR_shader_terminate_invocation support.Bas Nieuwenhuizen1-1/+4
2020-10-20aco: Add VK_KHR_shader_terminate_invocation support.Bas Nieuwenhuizen1-0/+2
2020-10-20ci: Enable Werror on meson-arm64-build-test.Eric Anholt1-0/+1
2020-10-20turnip: Add error path handling for descriptor pool init.Eric Anholt1-4/+11
2020-10-20turnip: Handle the error path for tu/drm's vkResetFences().Eric Anholt1-1/+4
2020-10-20turnip: Handle some error paths in allocating CS space from a command buffer.Eric Anholt2-5/+20
2020-10-20freedreno/fdperf: Silence a compiler warning about current counter.Eric Anholt1-1/+1
2020-10-20freedreno/tools: Fix compiler warnings about using sz in the error paths.Eric Anholt2-2/+6
2020-10-20freedreno/cffdec: Fix format overflow warning.Eric Anholt1-1/+1
2020-10-20llvmpipe: enable CL imagesKarol Herbst2-12/+14
2020-10-20llvmpipe: fix sampler/image binding for clover.Dave Airlie1-5/+13
2020-10-20nvc0/CL: enable imagesKarol Herbst1-1/+1
2020-10-20nouveau: hide SVM support behing a variable for now as kernel space is brokenKarol Herbst1-1/+2
2020-10-20clover/nir: set kernel_image capKarol Herbst1-0/+1
2020-10-20clover/nir: Add an image lowering passJason Ekstrand1-0/+155
2020-10-20clover/nir: Calculate sizes of images and samplers properlyJason Ekstrand1-2/+18
2020-10-20clover/device: use PIPE_MAX_SHADER_SAMPLER_VIEWS for max_images_readKarol Herbst1-1/+1
2020-10-20clover: clCreateImage: calculate image row_pitch and slice_pitch when not pro...Serge Martin1-4/+12
2020-10-20clover: support custom driver stridesKarol Herbst3-8/+11
2020-10-20clover: validate image_row_pitch and image_slice_pitch in clEnqueueMapImageSerge Martin1-0/+6
2020-10-20clover: Fix incorrect error check in clGetSupportedImageFormatsAaron Watry1-1/+1
2020-10-20clover: use pipe_image_view for images instead of set_compute_resourcesKarol Herbst4-8/+30