summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Add helper functions to get tile offsetSagar Ghuge2019-08-202-0/+106
* iris: Add helper function to get isl dim layoutSagar Ghuge2019-08-202-0/+32
* iris: Add render target read entry in binding tableSagar Ghuge2019-08-202-7/+44
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-204-4/+4
* panfrost: Add madvise support to BO cacheRob Herring2019-08-192-2/+23
* panfrost: Sync UAPI header from kernelRob Herring2019-08-191-0/+61
* mesa: add ext_dsa GetMultiTexLevelParameterEXTPierre-Eric Pelloux-Prayer2019-08-195-2/+75
* mesa: add EXT_dsa glCompressedMultiTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+276
* mesa: add EXT_dsa glCompressedMultiTex* functionsPierre-Eric Pelloux-Prayer2019-08-197-12/+285
* mesa: add EXT_dsa glCompressedTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+239
* mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functionsPierre-Eric Pelloux-Prayer2019-08-197-69/+290
* mesa: refactor compressed_tex_sub_image functionPierre-Eric Pelloux-Prayer2019-08-191-101/+115
* radv: Add Renoir support.Bas Nieuwenhuizen2019-08-192-3/+6
* radeonsi/nir: always lower ballot masks as 64-bit, codegen handles itMarek Olšák2019-08-1911-24/+38
* radeonsi: remove the unsafemath debug optionMarek Olšák2019-08-194-25/+3
* radeonsi/nir: fix counting shader inputs & outputsMarek Olšák2019-08-191-10/+11
* radeonsi/nir: fix assertion in si_nir_load_sampler_descMarek Olšák2019-08-191-1/+1
* radeonsi: clean up si_llvm_context_set_tgsiMarek Olšák2019-08-193-20/+12
* radeonsi: allocate and resize global_buffers as neededMarek Olšák2019-08-192-5/+24
* radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets itMarek Olšák2019-08-191-2/+5
* radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpuMarek Olšák2019-08-191-4/+7
* radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák2019-08-191-2/+1
* radeonsi: handle the use_ngg_streamout flag in si_update_nggMarek Olšák2019-08-191-5/+18
* radeonsi: move the tess factor ring size assertion to a place where it mattersMarek Olšák2019-08-192-1/+1