aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/nir: fix illegal designated initializer in st_glsl_to_nir.cppBrian Paul2019-09-111-1/+1
* meson: don't generate file into subdirsDylan Baker2019-09-111-1/+1
* iris: Set bo->reusable = false in iris_bo_make_external_lockedKenneth Graunke2019-09-111-5/+4
* iris: Finish initializing the BO before stuffing it in the hash tableKenneth Graunke2019-09-111-4/+2
* radeonsi/gfx9: honor user stride for imported buffersMarek Olšák2019-09-111-0/+2
* prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNsMarek Olšák2019-09-112-0/+7
* ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizationsMarek Olšák2019-09-111-1/+1
* lima: set .out_sync field of req in lima_submit_start()Vasily Khoruzhick2019-09-101-0/+1
* intel: Add few Ice Lake brand stringsAnuj Phogat2019-09-101-8/+8
* gallium: Fix util_format_get_depth_onlyKenneth Graunke2019-09-101-1/+1
* freedreno/a6xx: fix 3d tex layoutRob Clark2019-09-101-3/+4
* freedreno/a6xx: don't tile things that are too smallRob Clark2019-09-102-5/+11
* iris: Enable ARB_gl_spirv and ARB_spirv_extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-104-15/+32
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-104-0/+29
* mesa/spirv: Set a few more extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+3
* mesa/st: Don't expect prog->nir to already existCaio Marcelo de Oliveira Filho2019-09-101-6/+5
* mesa/st: Add support for SPIR-V shadersCaio Marcelo de Oliveira Filho2019-09-102-50/+110
* mesa/st: Extract preprocessing NIR stepsCaio Marcelo de Oliveira Filho2019-09-101-14/+15
* mesa/st: Lookup parameters without using namesCaio Marcelo de Oliveira Filho2019-09-101-42/+9
* mesa/program: Associate uniform storage without using namesCaio Marcelo de Oliveira Filho2019-09-101-7/+1
* mesa: Fill Parameter storage indices even when not using SPIR-VCaio Marcelo de Oliveira Filho2019-09-101-1/+17
* glsl/nir: Fill in the Parameters in NIR linkerCaio Marcelo de Oliveira Filho2019-09-105-3/+88
* mesa: Pack gl_program_parameter structCaio Marcelo de Oliveira Filho2019-09-101-7/+9
* compiler: Add glsl_contains_opaque() helperCaio Marcelo de Oliveira Filho2019-09-102-0/+7
* mesa/st: Do not rely on name to identify special uniformsCaio Marcelo de Oliveira Filho2019-09-101-5/+3
* glsl/nir: Avoid overflow when setting max_uniform_locationCaio Marcelo de Oliveira Filho2019-09-101-1/+2
* meson: don't allow glvnd on windowsDylan Baker2019-09-101-1/+3
* meson: don't build glx or dri by default on windowsDylan Baker2019-09-101-0/+2
* meson: Add a platform for windowsDylan Baker2019-09-102-1/+5
* meson: build getopt when using msvcDylan Baker2019-09-102-0/+34
* meson: fix dl detection on non cygwin windowsDylan Baker2019-09-101-8/+9
* glapi: export glapi_destroy_multithread when building shared-glapi on windowsDylan Baker2019-09-102-1/+2
* meson: add a expat subprojectDylan Baker2019-09-102-1/+11
* meson: add a zlib subprojectDylan Baker2019-09-102-1/+11
* add a git ignore for subprojectsDylan Baker2019-09-101-0/+3
* meson: don't build glapi_static_check_table on windowsDylan Baker2019-09-101-1/+3
* meson: Make shared-glapi a comboDylan Baker2019-09-102-5/+13
* meson: don't try to generate i18n translations on windowsDylan Baker2019-09-101-2/+4
* glsl/tests: Handle windows \r\n new linesDylan Baker2019-09-101-1/+1
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-101-3/+4
* intel: update product names for WHLLionel Landwerlin2019-09-101-5/+5
* radv/gfx10: declare a LDS symbol for the NGG emit spaceSamuel Pitoiset2019-09-103-32/+19
* radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variantsSamuel Pitoiset2019-09-101-35/+48
* radv: store the ESGS ring size as part of gfx10_ngg_infoSamuel Pitoiset2019-09-102-1/+3
* radv: store GFX10 NGG state as part of the shader infoSamuel Pitoiset2019-09-102-44/+46
* radv: store GFX9 GS state as part of the shader infoSamuel Pitoiset2019-09-102-31/+33
* radv: fill shader info for all stages in the pipelineSamuel Pitoiset2019-09-104-20/+130
* radv: do not pass all compiler options to the shader info passSamuel Pitoiset2019-09-103-28/+33
* radeonsi: remove redundant si_texture offset and size fieldsMarek Olšák2019-09-097-123/+106