summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi/gfx10: enable image stores with DCCMarek Olšák2019-07-094-11/+10
* radeonsi/gfx10: no need to invalidate L2 for framebuffer -> texture coherencyMarek Olšák2019-07-091-2/+8
* radeonsi/gfx10: support pixel shaders without exportsMarek Olšák2019-07-091-1/+8
* radeonsi/gfx10: enable vertex shaders without param space allocationMarek Olšák2019-07-091-2/+7
* radeonsi: update DCC settings from PALMarek Olšák2019-07-091-9/+4
* radeonsi: reorder shader IO indices for better IO space usage for tess and GSMarek Olšák2019-07-091-18/+22
* radeonsi: decrease maximum supported GENERIC varying index from 42 to 31Marek Olšák2019-07-091-1/+1
* radeonsi: cosmetic cleanup in si_shader_io_get_unique_indexMarek Olšák2019-07-091-2/+2
* radeonsi: fix and clean up shader_type passingMarek Olšák2019-07-097-60/+71
* radeonsi: enable RB+ for pixel shaders with no/non-contiguous color outputsMarek Olšák2019-07-091-1/+14
* radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák2019-07-091-3/+1
* gallium: Add util_format_is_unorm8 checkAlyssa Rosenzweig2019-07-091-1/+16
* nir: Add Panfrost-specific blending intrinsicAlyssa Rosenzweig2019-07-091-0/+16
* radeonsi: Expose support for 10-bit VP9 decodePratik Vishwakarma2019-07-091-0/+5
* nir: Add nir_imm_vec4_16Alyssa Rosenzweig2019-07-091-0/+14
* nvc0: remove nvc0_program.tp.input_patch_sizeKarol Herbst2019-07-093-6/+0
* radv: Add a common member in the union to make things more clear.Bas Nieuwenhuizen2019-07-094-50/+53
* Revert "radv: keep track of whether NGG is used for GS on GFX10"Bas Nieuwenhuizen2019-07-093-10/+1
* docs: update calendar, add news item and link release notes for 19.1.2Juan A. Suarez Romero2019-07-093-7/+8
* docs: add sha256 checksums for 19.1.2Juan A. Suarez Romero2019-07-091-1/+1
* docs: add release notes for 19.1.2Juan A. Suarez Romero2019-07-091-0/+194
* nir/lower_io_to_temporaries: Fix hash table leakConnor Abbott2019-07-091-0/+2
* radv/gfx10: Use correct gs_out for tess point_mode.Bas Nieuwenhuizen2019-07-091-1/+4
* radv: set correct number of VGPRs for GS on GFX10Samuel Pitoiset2019-07-091-1/+1
* radv: fix VGT_ESGS_RING_ITEMSIZE for GS as NGG on GFX10Samuel Pitoiset2019-07-091-2/+7
* radv: emit VGT_GS_MAX_VERT_OUT for legacy and NGG paths for GSSamuel Pitoiset2019-07-091-2/+3
* radv: emit the geometry shader as NGG if enabled on GFX10Samuel Pitoiset2019-07-091-3/+7
* radv: keep track of whether NGG is used for GS on GFX10Samuel Pitoiset2019-07-093-1/+10
* radv: add radv_pipeline_generate_hw_gs() helperSamuel Pitoiset2019-07-091-9/+20
* radv: fix setting VGT_REUSE_OFF for TES on GFX10Samuel Pitoiset2019-07-091-2/+7
* radv: fix computing the number of ES VGPRS for TES on GFX10Samuel Pitoiset2019-07-091-1/+2
* radv: set max workgroup size to 128 for TES as NGG on GFX10Samuel Pitoiset2019-07-091-1/+1
* radv: fix allocating USER SGPRs on GFX10Samuel Pitoiset2019-07-091-7/+8
* v3d: Early return with handle 0 when getting a bo on the simulatorAlejandro Piñeiro2019-07-091-0/+3
* vulkan/overlay: use a single macro to lookup objectsLionel Landwerlin2019-07-091-37/+54
* vulkan/overlay: add queue present timing measurementLionel Landwerlin2019-07-092-1/+15
* radv/gfx10: Enable tess.Bas Nieuwenhuizen2019-07-091-1/+1
* radv/gfx10: Add pipeline state support for tess.Bas Nieuwenhuizen2019-07-092-10/+45
* radv/gfx10: Only set HW edge flags with gs & tess disabled.Bas Nieuwenhuizen2019-07-091-1/+2
* radv/gfx10: Add tess eval ngg shader support.Bas Nieuwenhuizen2019-07-091-8/+17
* radv: Use correct gs_out with tessellation.Bas Nieuwenhuizen2019-07-091-0/+3
* radv/gfx10: Use correct count of max_offchip_buffers.Bas Nieuwenhuizen2019-07-091-1/+4
* radv/gfx10: Load global pointers in correct userdata registers for hs/gs.Bas Nieuwenhuizen2019-07-091-2/+2
* radeonsi: update function name in commentTimothy Arceri2019-07-091-1/+1
* r600: remove query/apply_opaque_metadata callbacksTimothy Arceri2019-07-092-17/+0
* vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin2019-07-081-0/+4
* vulkan: bump headers & registry to 1.1.114Lionel Landwerlin2019-07-092-6/+102
* radv: only use specialised 3D meta paths on GFX9.Dave Airlie2019-07-092-16/+16
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-081-0/+11
* anv: Set maxComputeSharedMemorySize to 64kCaio Marcelo de Oliveira Filho2019-07-081-1/+1