aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* docs: update calendar for 19.2.xEmil Velikov2019-08-201-10/+4
* docs: add 19.3.0-devel release notes templateEmil Velikov2019-08-201-0/+59
* mesa: bump version to 19.3.0-develEmil Velikov2019-08-201-1/+1
* 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
* gitlab-ci: Enable the GLES2/3 CTS on softpipe.Eric Anholt2019-08-202-0/+473
* 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
* glx: convert a malloc+memset to callocAdam Jackson2019-08-201-2/+1
* glx: Fix parameter documentation of glx_config_create_listAdam Jackson2019-08-201-4/+0
* anv: inline uniforms blocks don't count toward descriptor set limitsArcady Goldmints-Orlov2019-08-201-0/+23
* nir: add divergence analysis pass.Daniel Schürmann2019-08-203-0/+799
* nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size ...Rhys Perry2019-08-201-1/+12
* nir/lcssa: allow to create LCSSA phis for loop-invariant booleansRhys Perry2019-08-202-3/+7
* nir/lcssa: Skip loop invariant variables when converting to LCSSA.Daniel Schürmann2019-08-202-14/+162
* nir: make nir_to_lcssa() a general NIR pass.Rhys Perry2019-08-202-3/+42
* nir/lcssa: handle deref instructions properlyDaniel Schürmann2019-08-202-14/+26
* tgsi_to_nir: only update TGSI properties of the current shader stageJose Maria Casanova Crespo2019-08-201-9/+18
* radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twiceSamuel Pitoiset2019-08-201-2/+0
* radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+Samuel Pitoiset2019-08-202-6/+12
* mesa/program: Take ARB_framebuffers_no_attachments into account in wpos corre...Gert Wollny2019-08-201-2/+2
* iris: Enable non coherent framebuffer fetch on broadwellSagar Ghuge2019-08-203-4/+3
* iris: Free resource if failed to allocate surface stateSagar Ghuge2019-08-201-1/+3
* iris: Pass isl_surf to fill_surface_stateSagar Ghuge2019-08-201-16/+19
* iris: Add infrastructure to support non coherent framebuffer fetchSagar Ghuge2019-08-204-13/+172