| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: Update the XML and headers to 1.1.108 | Jason Ekstrand | 2019-05-13 | 1 | -40/+129 |
* | tu/entrypoints: Import copy | Jason Ekstrand | 2019-05-13 | 1 | -0/+1 |
* | nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvals | Karol Herbst | 2019-05-13 | 1 | -1/+1 |
* | nv50/ir/nir: prefer to shift 1ull instead of 1ll | Karol Herbst | 2019-05-13 | 1 | -2/+2 |
* | radv: Clean up signalled and submitted fields from winsys fences. | Bas Nieuwenhuizen | 2019-05-13 | 6 | -41/+47 |
* | radv: bump reported version to 1.1.107 | Samuel Pitoiset | 2019-05-13 | 2 | -50/+1 |
* | v3d: Use driconf to expose non-MSAA texture limits for Xorg. | Eric Anholt | 2019-05-13 | 15 | -23/+85 |
* | gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. | Eric Anholt | 2019-05-13 | 35 | -93/+91 |
* | mesa: Replace MaxTextureLevels with MaxTextureSize. | Eric Anholt | 2019-05-13 | 15 | -34/+29 |
* | mesa: Remove proxy image checks for maximum level. | Eric Anholt | 2019-05-13 | 1 | -18/+0 |
* | mesa: Reuse _mesa_max_texture_levels() instead of open-coding it. | Eric Anholt | 2019-05-13 | 3 | -29/+4 |
* | intel/tools: Fix build with glibc < 2.27. | Vinson Lee | 2019-05-13 | 1 | -0/+3 |
* | st/mesa: enable the ST_DEBUG env var in release and debugoptimized builds | Marek Olšák | 2019-05-13 | 2 | -10/+0 |
* | radeonsi: overhaul the vertex fetch fixup mechanism | Nicolai Hähnle | 2019-05-13 | 8 | -280/+301 |
* | radeonsi: store sctx->vertex_elements in a local in si_shader_selector_key_vs | Nicolai Hähnle | 2019-05-13 | 1 | -7/+6 |
* | amd/common: add ac_build_opencoded_fetch_format | Nicolai Hähnle | 2019-05-13 | 2 | -0/+343 |
* | nir/validate: Use a single set for SSA def validation | Jason Ekstrand | 2019-05-13 | 1 | -78/+50 |
* | util/set: Add a helper to resize a set | Jason Ekstrand | 2019-05-13 | 2 | -0/+16 |
* | util/set: Add a search_and_add function | Jason Ekstrand | 2019-05-13 | 2 | -5/+31 |
* | nir/validate: Use a ralloc context for our temporary data | Jason Ekstrand | 2019-05-13 | 1 | -16/+12 |
* | lima: add Allwinner H5 support | Patrick Lerda | 2019-05-13 | 1 | -2/+20 |
* | lima: refactor plb_max_blk | Patrick Lerda | 2019-05-13 | 5 | -11/+34 |
* | radv: Do not use extra descriptor space for the 3rd plane. | Bas Nieuwenhuizen | 2019-05-12 | 3 | -7/+26 |
* | radv: Add support for icd loader interface v4. | Bas Nieuwenhuizen | 2019-05-13 | 3 | -2/+66 |
* | panfrost/midgard: Handle csel correctly | Alyssa Rosenzweig | 2019-05-12 | 5 | -152/+128 |
* | iris: Implement ARB_indirect_parameters | Illia Iorin | 2019-05-11 | 5 | -23/+156 |
* | iris: Split iris_update_draw_info into two functions. | Kenneth Graunke | 2019-05-11 | 1 | -0/+12 |
* | nir: Fix wrong sign in lower_rcp | Ruslan Kabatsayev | 2019-05-11 | 1 | -2/+2 |
* | intel: drop misleading driver name from gen_get_device_info() | Mike Blumenkrantz | 2019-05-11 | 1 | -1/+1 |
* | radv: clear vertex bindings while resetting command buffer | Józef Kucia | 2019-05-11 | 1 | -1/+2 |
* | st/mesa: fix 2 crashes in st_tgsi_lower_yuv | Marek Olšák | 2019-05-10 | 1 | -20/+28 |
* | iris: Use full ways for L3 cache setup on Icelake. | Kenneth Graunke | 2019-05-10 | 1 | -0/+1 |
* | anv: Fix limits when VK_EXT_descriptor_indexing is used | Caio Marcelo de Oliveira Filho | 2019-05-10 | 1 | -9/+14 |
* | vulkan/overlay: keep allocating draw data until it can be reused | Lionel Landwerlin | 2019-05-10 | 1 | -113/+135 |
* | vulkan/overlay: fix truncating error on 32bit platforms | Lionel Landwerlin | 2019-05-10 | 1 | -40/+36 |
* | i965: Fix memory leaks in brw_upload_cs_work_groups_surface(). | Kenneth Graunke | 2019-05-10 | 1 | -0/+5 |
* | st/va: set the visible image dimensions in vlVaDeriveImage | Julien Isorce | 2019-05-10 | 1 | -2/+4 |
* | swrast: Rename blend_func->swrast_blend_func | Alyssa Rosenzweig | 2019-05-10 | 1 | -5/+5 |
* | nir: Add blend_const_color_rgba sysval | Alyssa Rosenzweig | 2019-05-10 | 1 | -1/+4 |
* | gallium: Add helper to convert PIPE blending to shader_enum style | Alyssa Rosenzweig | 2019-05-10 | 1 | -0/+92 |
* | compiler: Add enums for blend state | Alyssa Rosenzweig | 2019-05-10 | 1 | -0/+21 |
* | nir: allow specifying a set of opcodes in lower_alu_to_scalar | Jonathan Marek | 2019-05-10 | 12 | -19/+24 |
* | intel/fs/copy-prop: Don't walk all the ACPs for each instruction | Jason Ekstrand | 2019-05-10 | 1 | -11/+68 |
* | intel/fs/copy-prop: Purge unused ACPs | Jason Ekstrand | 2019-05-10 | 1 | -0/+19 |
* | intel/fs/copy-prop: Bump the hash table size to 64 | Jason Ekstrand | 2019-05-10 | 1 | -1/+1 |
* | winsys/amdgpu: add VCN JPEG to no user fence group | Leo Liu | 2019-05-10 | 1 | -1/+2 |
* | lima: fix width 4096 resolution GP fail | Qiang Yu | 2019-05-10 | 1 | -1/+1 |
* | panfrost: Add CAPFs for conservative rasterization | Tomeu Vizoso | 2019-05-10 | 1 | -0/+5 |
* | panfrost: Only take the fast paths on buffers aligned to block size | Tomeu Vizoso | 2019-05-10 | 1 | -2/+2 |
* | panfrost: Fix two uninitialized accesses in compiler | Tomeu Vizoso | 2019-05-10 | 1 | -1/+1 |