aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update calendar, add news item and link release notes for 18.3.2Emil Velikov2019-01-173-17/+12
* docs: add sha256 checksums for 18.3.2Emil Velikov2019-01-171-1/+2
* docs: add release notes for 18.3.2Emil Velikov2019-01-171-0/+264
* anv/device: fix maximum number of images supportedIago Toral Quiroga2019-01-174-13/+28
* anv: do not advertise AHW support if extension not enabledTapani Pälli2019-01-171-6/+15
* vc4: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Restructure RO allocations using resource_from_handle.Eric Anholt2019-01-161-29/+38
* v3d: If the modifier is not known on BO import, default to linear for RO.Eric Anholt2019-01-161-1/+3
* ac/nir_to_llvm: add support for structs to get_sampler_desc()Timothy Arceri2019-01-171-19/+26
* ac/nir_to_llvm: fix regression in bindless supportTimothy Arceri2019-01-171-1/+6
* radeonsi/nir: get correct type for images inside structsTimothy Arceri2019-01-171-1/+2
* ac/nir_to_llvm: fix type handling in image codeTimothy Arceri2019-01-171-15/+12
* radv: use dithered alpha-to-coverageRhys Perry2019-01-161-4/+5
* swr/rast: Store cached files in multiple subdirsAlok Hota2019-01-163-38/+52
* swr/rast: New execution engine per JITAlok Hota2019-01-162-42/+65
* swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota2019-01-166-40/+38
* swr/rast: Unaligned and translations in gathersAlok Hota2019-01-161-21/+35
* swr/rast: partial support for Tiled ResourcesAlok Hota2019-01-162-0/+164
* swr/rast: Add annotator to interleave isa textAlok Hota2019-01-162-3/+36
* swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota2019-01-161-18/+16
* autotools: Deprecate the use of autotoolsGert Wollny2019-01-161-0/+13
* meson: allow building dri driver without window system if osmesa is classicDylan Baker2019-01-161-2/+2
* gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak2019-01-161-1/+3
* ac/nir: don't trash L1 caches for store operations with writeonly memorySamuel Pitoiset2019-01-161-5/+15
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-158-2/+70
* winsys/amdgpu: fix whitespaceMarek Olšák2019-01-151-1/+1
* meson: Fix with_gallium_icd to with_opencl_icdPierre Moreau2019-01-151-1/+1
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-157-2/+53
* st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke2019-01-151-43/+45
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-152-11/+28
* meson: Add a script to extract the cmd line used for mesonDylan Baker2019-01-151-0/+77
* radv: add support for VK_EXT_memory_budgetSamuel Pitoiset2019-01-156-1/+124
* radv: add two small helpers for getting VRAM and visible VRAM sizesSamuel Pitoiset2019-01-151-5/+16
* radv: remove unnecessary returns in GetPhysicalDevice*Properties()Samuel Pitoiset2019-01-151-4/+4
* radv: Set partial_vs_wave for pipelines with just GS, not tess.Bas Nieuwenhuizen2019-01-151-8/+20
* radeonsi: also apply the GS hang workaround to draws without tessellationMarek Olšák2019-01-141-11/+14
* v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.Eric Anholt2019-01-141-1/+1
* v3d: Add support for CS barrier() intrinsics.Eric Anholt2019-01-143-0/+61
* v3d: Add support for CS shared variable load/store/atomics.Eric Anholt2019-01-143-13/+83
* v3d: Add support for CS workgroup/invocation id intrinsics.Eric Anholt2019-01-145-1/+67
* v3d: Add support for shader_image_load_store.Eric Anholt2019-01-1413-5/+848
* v3d: Add SSBO/atomic counters support.Eric Anholt2019-01-149-7/+245
* v3d: Drop the GLSL version level.Eric Anholt2019-01-141-1/+1
* v3d: Add support for matrix inputs to the FS.Eric Anholt2019-01-141-13/+14
* v3d: Add an isr to the simulator to catch GMP violations.Eric Anholt2019-01-143-0/+39
* v3d: Fix txf_ms 2D_ARRAY array index.Eric Anholt2019-01-141-8/+10
* v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt2019-01-143-2/+19
* v3d: Add support for the early_fragment_tests flag.Eric Anholt2019-01-141-0/+10
* v3d: Add support for flushing dirty TMU data at job end.Eric Anholt2019-01-143-0/+43