aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi_to_nir: add support for TXF_LZMarek Olšák2019-08-121-4/+13
* compiler: add shader_info.vs.blit_sgprs_amdMarek Olšák2019-08-123-0/+12
* tgsi_to_nir: be careful about not losing any TGSI properties silently (v2)Marek Olšák2019-08-121-1/+48
* tgsi/scan: don't set GS_INVOCATIONS for all shader stagesMarek Olšák2019-08-121-1/+3
* compiler: add ACCESS_STREAM_CACHE_POLICYMarek Olšák2019-08-122-0/+6
* gallium: add AMD-specific compute TGSI enumsMarek Olšák2019-08-126-11/+9
* gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nirMarek Olšák2019-08-127-15/+14
* st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEARMarek Olšák2019-08-121-0/+12
* glsl: Optimize the SoftFP64 shader when first creating it.Kenneth Graunke2019-08-121-0/+13
* etnaviv: fix compile warnings in release buildChristian Gmeiner2019-08-122-2/+2
* radv: Do not setup attachments without a framebuffer.Bas Nieuwenhuizen2019-08-121-3/+5
* anv: Implement VK_EXT_subgroup_size_control version 2Jason Ekstrand2019-08-122-1/+9
* vulkan: Update the XML and headers to 1.1.119Jason Ekstrand2019-08-122-15/+308
* radv: Hash Wave32 settings in shader key.Bas Nieuwenhuizen2019-08-122-0/+9
* radv: Properly use Wave64 for non-NGG GS and copy shader.Bas Nieuwenhuizen2019-08-121-1/+4
* radv: Put wave size in shader options/info.Bas Nieuwenhuizen2019-08-124-48/+38
* relnotes: Make entries for radv more consistent.Bas Nieuwenhuizen2019-08-121-3/+3
* relnotes: Add new exts on radv for 19.2.Bas Nieuwenhuizen2019-08-121-0/+6
* iris: reorder arguments as expected by the functionTapani Pälli2019-08-121-2/+2
* iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILESTapani Pälli2019-08-122-1/+1
* iris: Free query on error pathKenneth Graunke2019-08-111-1/+3
* iris: Add missing 'break'Kenneth Graunke2019-08-111-0/+1
* spirv: Drop lower_workgroup_access_to_offsetsCaio Marcelo de Oliveira Filho2019-08-105-138/+14
* i965/spirv: Lower shared memory laterCaio Marcelo de Oliveira Filho2019-08-102-1/+20
* i965: Use force_compat_profile driconf optionDanylo Piliaiev2019-08-102-2/+8
* i965: fix mem leak in error pathEric Engestrom2019-08-101-1/+3
* gitlab-ci: simplify $CROSS optionEric Engestrom2019-08-102-4/+4
* iris: minor restylingKenneth Graunke2019-08-102-35/+42
* iris/query: enable amd performance monitorsMark Janes2019-08-091-1/+39
* iris/perf: get monitor resultsMark Janes2019-08-092-0/+66
* iris/perf: add begin/end hooksMark Janes2019-08-092-0/+28
* iris/perf: add delete queryMark Janes2019-08-092-0/+16
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-094-0/+110
* iris/perf: implement routines to return counter infoMark Janes2019-08-097-1/+360
* anv: add missing `break`Eric Engestrom2019-08-091-0/+1
* util: drop final reference to p_compiler.hLionel Landwerlin2019-08-093-40/+38
* util: os_misc: drop p_compiler.h includeLionel Landwerlin2019-08-091-1/+2
* util: u_math: drop p_compiler.h includeLionel Landwerlin2019-08-092-25/+23
* vc4: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+2
* amd: prepare dropping include of p_compiler.hLionel Landwerlin2019-08-093-4/+5
* mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSELionel Landwerlin2019-08-092-3/+3
* mesa: drop some p_compiler.h typesLionel Landwerlin2019-08-091-2/+2
* mesa: add stddef include in preparation for dropping p_compiler.hLionel Landwerlin2019-08-092-0/+2
* panfrost: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+1
* i965: don't use p_compiler.h typesLionel Landwerlin2019-08-091-1/+1
* gitlab-ci: generate meson cross-files earlierEric Engestrom2019-08-092-10/+16
* panfrost: Assign varying buffers dynamicallyAlyssa Rosenzweig2019-08-092-36/+23
* panfrost: Assign indices at draw-timeAlyssa Rosenzweig2019-08-091-8/+63
* panfrost: Break out pan_varyings.cAlyssa Rosenzweig2019-08-094-156/+190
* panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSAlyssa Rosenzweig2019-08-091-0/+2