| Commit message (Expand) | Author | Age | Files | Lines |
* | anv: Add android dependencies on android. | Bas Nieuwenhuizen | 2019-07-15 | 1 | -0/+1 |
* | panfrost: Advertise more depth/stencil formats | Alyssa Rosenzweig | 2019-07-15 | 1 | -2/+7 |
* | panfrost/mfbd: Add Z32 rendering support | Alyssa Rosenzweig | 2019-07-15 | 1 | -4/+24 |
* | panfrost: Fix blend_cso if nr_cbufs == 0 | Alyssa Rosenzweig | 2019-07-15 | 1 | -3/+6 |
* | panfrost: Cleanup shader upload code | Alyssa Rosenzweig | 2019-07-15 | 4 | -71/+14 |
* | panfrost: Remove all old allocators | Alyssa Rosenzweig | 2019-07-15 | 7 | -166/+1 |
* | panfrost: Use transient memory for occlusion queries | Alyssa Rosenzweig | 2019-07-15 | 1 | -1/+1 |
* | panfrost: Remove bizarre hack | Alyssa Rosenzweig | 2019-07-15 | 1 | -9/+0 |
* | panfrost: Upload vertex descriptors to *transient* memory | Alyssa Rosenzweig | 2019-07-15 | 2 | -11/+20 |
* | panfrost: Delay resource mmaps | Alyssa Rosenzweig | 2019-07-15 | 3 | -3/+15 |
* | panfrost: Cleanup PAN_ALLOCATE_* | Alyssa Rosenzweig | 2019-07-15 | 1 | -4/+18 |
* | panfrost/drm: Don't mmap INVISIBLE buffers | Alyssa Rosenzweig | 2019-07-15 | 1 | -4/+12 |
* | anv: fix crash in vkCmdClearAttachments with unused attachment | Lionel Landwerlin | 2019-07-15 | 1 | -3/+3 |
* | radv/gfx10: export the PrimitiveID for ES stages (VS or TES) | Samuel Pitoiset | 2019-07-15 | 1 | -5/+55 |
* | radv/gfx10: declare an external symbol for the ESGS ring | Samuel Pitoiset | 2019-07-15 | 1 | -0/+25 |
* | radv/gfx10: allocate ESGS ring space for exporting PrimitiveID | Samuel Pitoiset | 2019-07-15 | 1 | -1/+20 |
* | radv/gfx10: fix crash when emitting NGG GS prologue | Samuel Pitoiset | 2019-07-15 | 1 | -8/+15 |
* | lima/ppir: Fix branch codegen | Vasily Khoruzhick | 2019-07-14 | 3 | -3/+5 |
* | lima/ppir: Fix assert condition in ppir_codegen_encode_discard | Vasily Khoruzhick | 2019-07-14 | 1 | -1/+1 |
* | etnaviv: fix incorrect varying interpolation | Jonathan Marek | 2019-07-14 | 1 | -5/+7 |
* | etnaviv: reduce rs alignment requirement for two pixel pipes GPU | Jonathan Marek | 2019-07-14 | 4 | -39/+24 |
* | etnaviv: fix nearest_linear / linear_nearest filtering on GC3000 | Jonathan Marek | 2019-07-14 | 2 | -2/+10 |
* | etnaviv: fix nearest filtering | Jonathan Marek | 2019-07-14 | 1 | -2/+7 |
* | radv/gfx10: Fix DCC clears. | Bas Nieuwenhuizen | 2019-07-14 | 1 | -3/+10 |
* | meson: Add dep_thread dependency. | Vinson Lee | 2019-07-13 | 1 | -0/+1 |
* | gitlab-ci: Build i386 and ARM drivers in surfaceless mode. | Eric Anholt | 2019-07-13 | 3 | -2/+88 |
* | lima: Fix compiler warnings for unused functions. | Andreas Baierl | 2019-07-13 | 2 | -1/+3 |
* | anv: Fix pool allocator when first alloc needs to grow | Caio Marcelo de Oliveira Filho | 2019-07-12 | 3 | -3/+71 |
* | mesa: Port errors.c to util/list.h instead of simple_list. | Kenneth Graunke | 2019-07-12 | 1 | -31/+18 |
* | intel: Run the optimization loop before and after lowering int64 | Jason Ekstrand | 2019-07-13 | 1 | -1/+3 |
* | panfrost/decode: Drop _replay prefix | Alyssa Rosenzweig | 2019-07-12 | 4 | -72/+72 |
* | panfrost/decode: Drop _name suffixes | Alyssa Rosenzweig | 2019-07-12 | 3 | -28/+28 |
* | panfrost/decode: Add MEMORY_PROP_DIR variant | Alyssa Rosenzweig | 2019-07-12 | 1 | -4/+12 |
* | panfrost/decode: Copy embedded structs before using | Alyssa Rosenzweig | 2019-07-12 | 1 | -4/+8 |
* | panfrost/decode: Remove pandecode_decode_fbd_type | Alyssa Rosenzweig | 2019-07-12 | 1 | -8/+0 |
* | panfrost/midgard: Use generic outmod type | Alyssa Rosenzweig | 2019-07-12 | 1 | -1/+1 |
* | panfrost: Precompute scoreboard dependents | Alyssa Rosenzweig | 2019-07-12 | 1 | -4/+54 |
* | panfrost: Remove transient pool abstraction | Alyssa Rosenzweig | 2019-07-12 | 2 | -54/+0 |
* | panfrost: Subdivide fixed-size transient slabs | Alyssa Rosenzweig | 2019-07-12 | 3 | -5/+21 |
* | panfrost: Recycle fixed-size transient BOs | Alyssa Rosenzweig | 2019-07-12 | 2 | -3/+26 |
* | panfrost: Bookkeep transient indices | Alyssa Rosenzweig | 2019-07-12 | 3 | -2/+16 |
* | panfrost: Rewrite allocate_transient with new abstraction | Alyssa Rosenzweig | 2019-07-12 | 1 | -29/+20 |
* | panfrost: Add pan_bo_for_screen helper | Alyssa Rosenzweig | 2019-07-12 | 1 | -0/+10 |
* | panfrost: Add panfrost_transient_bo array | Alyssa Rosenzweig | 2019-07-12 | 3 | -0/+47 |
* | panfrost: Don't upload vertex/tiler twice | Alyssa Rosenzweig | 2019-07-12 | 1 | -5/+15 |
* | panfrost/drm: Check allocation size is positive | Alyssa Rosenzweig | 2019-07-12 | 1 | -0/+4 |
* | mesa/glspirv: Validate that compute shaders are not linked with other stages | Neil Roberts | 2019-07-12 | 1 | -0/+10 |
* | mesa/glspirv: Validate that there is a VS when there is a TCS, TES or GS | Neil Roberts | 2019-07-12 | 1 | -0/+25 |
* | i965: don't use disk cache with SPIR-V shaders | Alejandro Piñeiro | 2019-07-12 | 1 | -2/+16 |
* | glsl/shader_cache: handle SPIR-V shaders | Alejandro Piñeiro | 2019-07-12 | 1 | -5/+5 |