aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Remove DRY_RUNAlyssa Rosenzweig2019-08-211-6/+0
* pan/decode: Print "just right" count of texture pointersAlyssa Rosenzweig2019-08-211-8/+3
* pan/decode: Verify and omit polygon sizeAlyssa Rosenzweig2019-08-211-5/+19
* panfrost: Move pan_tiler.c outside of GalliumAlyssa Rosenzweig2019-08-216-47/+15
* pan/decode: Bounds check polygon list and tiler heapAlyssa Rosenzweig2019-08-211-3/+18
* pan/decode: Allow updating mmapsAlyssa Rosenzweig2019-08-211-10/+31
* pan/decode: Express tiler structures as offsetsAlyssa Rosenzweig2019-08-211-11/+13
* pan/decode: Don't print zero exception_statusAlyssa Rosenzweig2019-08-211-1/+1
* pan/decode: Fix missing NULL terminatorAlyssa Rosenzweig2019-08-211-2/+2
* pan/decode: Silence workgroups_x_shift_2Alyssa Rosenzweig2019-08-211-3/+5
* panfrost: Implement workgroups_x_shift_2 quirkAlyssa Rosenzweig2019-08-211-2/+11
* pan/decode: Don't print canonical workgroup encodingAlyssa Rosenzweig2019-08-211-24/+60
* panfrost: Set workgroups z to 32 for non-instanced graphicsAlyssa Rosenzweig2019-08-213-4/+13
* panfrost: Move pan_invocation to shared panfrost/Alyssa Rosenzweig2019-08-216-25/+97
* pan/decode: Don't print MALI_DRAW_NONEAlyssa Rosenzweig2019-08-211-1/+2
* pan/decode: Eliminate DYN_MEMORY_PROPAlyssa Rosenzweig2019-08-211-30/+7
* i965: Enable OpenGL 4.6 for Gen8+Alejandro Piñeiro2019-08-212-2/+2
* mesa/version: uncomment SPIR-V extensionsAlejandro Piñeiro2019-08-211-2/+2
* i965: enable ARB_gl_spirv extension and ARB_spirv_extensions for gen7+Alejandro Piñeiro2019-08-211-0/+3
* panfrost/ci: Print load statsTomeu Vizoso2019-08-211-0/+1
* panfrost/ci: Install qemu-arm-static into chrootTomeu Vizoso2019-08-211-0/+7
* panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASKTomeu Vizoso2019-08-211-2/+4
* panfrost/ci: Print bootstrap logTomeu Vizoso2019-08-211-0/+3
* panfrost/ci: Use Volt-based runner for dEQP testsTomeu Vizoso2019-08-216-392/+1032
* radv: implement VK_AMD_shader_core_properties2Samuel Pitoiset2019-08-212-0/+10
* radv: force enable VK_AMD_shader_ballot for Wolfenstein YoungbloodSamuel Pitoiset2019-08-211-0/+8
* radv: add a new debug option called RADV_DEBUG=noshaderballotSamuel Pitoiset2019-08-212-0/+2
* radv: allow to enable VK_AMD_shader_ballot only on GFX8+Samuel Pitoiset2019-08-212-2/+3
* nir/loop_analyze: Treat do{}while(false) loops as 0 iterationsDanylo Piliaiev2019-08-211-0/+49
* nir/loop_unroll: Prepare loop for unrolling in wrapper_unrollDanylo Piliaiev2019-08-211-25/+1
* nir/loop_unroll: Update the comments for loop_prepare_for_unrollDanylo Piliaiev2019-08-211-2/+2
* radv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.Bas Nieuwenhuizen2019-08-211-0/+8
* radv: Use correct vgpr_comp_cnt for VS if both prim_id and instance_id are ne...Bas Nieuwenhuizen2019-08-211-2/+4
* nir/algebraic: some subtraction optimizationsDaniel Schürmann2019-08-211-0/+3
* radeonsi: take reference glsl types for compile threadsLionel Landwerlin2019-08-211-0/+8
* mesa/compiler: rework tear down of builtin/typesLionel Landwerlin2019-08-2111-79/+65
* compiler: ensure glsl types are not created without a referenceLionel Landwerlin2019-08-211-1/+6
* nir/tests: take reference on glsl typesLionel Landwerlin2019-08-214-1/+16
* glsl/tests: take refs on glsl typesLionel Landwerlin2019-08-219-18/+64
* radv/gfx10: hardcode some depth+stencil formats in the format tableSamuel Pitoiset2019-08-211-0/+5
* radv/gfx10: tidy up gfx10_format_table.pySamuel Pitoiset2019-08-211-11/+9
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-206-7/+7
* lima/ppir: use ra_get_best_spill_node to select spill node19.2-branchpointErico Nunes2019-08-201-7/+22
* tgsi: Remove unused tgsi_check_soa_dependencies().Eric Anholt2019-08-202-59/+0
* tgsi: Drop the SSE2 constants setup that's been dead code since 2011.Eric Anholt2019-08-202-53/+9
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENTJose Maria Casanova Crespo2019-08-201-2/+2
* glx: Eliminate glx_config::{rgb,float,colorIndex}ModeAdam Jackson2019-08-204-37/+9
* glx: Remove unused glx_config::pixmapModeAdam Jackson2019-08-201-2/+0
* glx: convert glx_config_create_list to one big callocAdam Jackson2019-08-201-37/+26