aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-1335-93/+91
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-1315-34/+29
* mesa: Remove proxy image checks for maximum level.Eric Anholt2019-05-131-18/+0
* mesa: Reuse _mesa_max_texture_levels() instead of open-coding it.Eric Anholt2019-05-133-29/+4
* intel/tools: Fix build with glibc < 2.27.Vinson Lee2019-05-131-0/+3
* st/mesa: enable the ST_DEBUG env var in release and debugoptimized buildsMarek Olšák2019-05-132-10/+0
* radeonsi: overhaul the vertex fetch fixup mechanismNicolai Hähnle2019-05-138-280/+301
* radeonsi: store sctx->vertex_elements in a local in si_shader_selector_key_vsNicolai Hähnle2019-05-131-7/+6
* amd/common: add ac_build_opencoded_fetch_formatNicolai Hähnle2019-05-132-0/+343
* nir/validate: Use a single set for SSA def validationJason Ekstrand2019-05-131-78/+50
* util/set: Add a helper to resize a setJason Ekstrand2019-05-132-0/+16
* util/set: Add a search_and_add functionJason Ekstrand2019-05-132-5/+31
* nir/validate: Use a ralloc context for our temporary dataJason Ekstrand2019-05-131-16/+12
* lima: add Allwinner H5 supportPatrick Lerda2019-05-131-2/+20
* lima: refactor plb_max_blkPatrick Lerda2019-05-135-11/+34
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-123-7/+26
* radv: Add support for icd loader interface v4.Bas Nieuwenhuizen2019-05-133-2/+66
* panfrost/midgard: Handle csel correctlyAlyssa Rosenzweig2019-05-125-152/+128
* iris: Implement ARB_indirect_parametersIllia Iorin2019-05-115-23/+156
* iris: Split iris_update_draw_info into two functions.Kenneth Graunke2019-05-111-0/+12
* nir: Fix wrong sign in lower_rcpRuslan Kabatsayev2019-05-111-2/+2
* intel: drop misleading driver name from gen_get_device_info()Mike Blumenkrantz2019-05-111-1/+1
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-111-1/+2
* st/mesa: fix 2 crashes in st_tgsi_lower_yuvMarek Olšák2019-05-101-20/+28
* iris: Use full ways for L3 cache setup on Icelake.Kenneth Graunke2019-05-101-0/+1
* anv: Fix limits when VK_EXT_descriptor_indexing is usedCaio Marcelo de Oliveira Filho2019-05-101-9/+14
* vulkan/overlay: keep allocating draw data until it can be reusedLionel Landwerlin2019-05-101-113/+135
* vulkan/overlay: fix truncating error on 32bit platformsLionel Landwerlin2019-05-101-40/+36
* i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke2019-05-101-0/+5
* st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce2019-05-101-2/+4
* swrast: Rename blend_func->swrast_blend_funcAlyssa Rosenzweig2019-05-101-5/+5
* travis: fix syntax, and drop unused stuffEric Engestrom2019-05-101-184/+26
* nir: Add blend_const_color_rgba sysvalAlyssa Rosenzweig2019-05-101-1/+4
* gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig2019-05-101-0/+92
* compiler: Add enums for blend stateAlyssa Rosenzweig2019-05-101-0/+21
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-1012-19/+24
* intel/fs/copy-prop: Don't walk all the ACPs for each instructionJason Ekstrand2019-05-101-11/+68
* intel/fs/copy-prop: Purge unused ACPsJason Ekstrand2019-05-101-0/+19
* intel/fs/copy-prop: Bump the hash table size to 64Jason Ekstrand2019-05-101-1/+1
* winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu2019-05-101-1/+2
* lima: fix width 4096 resolution GP failQiang Yu2019-05-101-1/+1
* panfrost: Add CAPFs for conservative rasterizationTomeu Vizoso2019-05-101-0/+5
* panfrost: Only take the fast paths on buffers aligned to block sizeTomeu Vizoso2019-05-101-2/+2
* panfrost: Fix two uninitialized accesses in compilerTomeu Vizoso2019-05-101-1/+1
* panfrost: ci: Skip running some testsTomeu Vizoso2019-05-101-0/+2
* panfrost: ci: Don't restart WestonTomeu Vizoso2019-05-101-8/+1
* panfrost: ci: Update list of expected failuresTomeu Vizoso2019-05-101-79/+7
* panfrost: ci: Tweak dEQP to improve throughputTomeu Vizoso2019-05-101-2/+8
* panfrost: ci: Fix list of tests to runTomeu Vizoso2019-05-101-2/+2
* panfrost: ci: Check for incomplete runsTomeu Vizoso2019-05-101-0/+1