aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: set the sample index for shader images correctlyMarek Olšák2019-10-091-6/+7
* radeonsi: fix GLSL imageSamples()Marek Olšák2019-10-091-0/+13
* tgsi/scan: add tgsi_shader_info::msaa_images_declaredMarek Olšák2019-10-092-0/+19
* nir: add shader_info::last_msaa_imageMarek Olšák2019-10-092-0/+8
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-096-157/+50
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-093-34/+124
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-096-112/+31
* gallium/u_tests: test NV12 allocation and exportMarek Olšák2019-10-091-0/+159
* gallium/util: add planar format layouts and helpersMarek Olšák2019-10-094-7/+108
* gallium/util: remove enum numbering from util_format_layoutMarek Olšák2019-10-091-9/+9
* i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-092-0/+6
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* anv: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+3
* intel: Add INTEL_DEBUG=nofc for disabling fast clearsCaio Marcelo de Oliveira Filho2019-10-093-0/+4
* llvmpipe: avoid left-shifting a negative number.Maya Rashish2019-10-093-6/+6
* egl: Include stddef.h in generated sourceDanilo Spinella2019-10-091-0/+1
* util: fix to detect NetBSD properlyOBATA Akio2019-10-091-3/+6
* util: simplify BSD includesJan Beich2019-10-091-7/+2
* util: detect AltiVec at runtime on BSDsJan Beich2019-10-091-4/+23
* util: skip AltiVec detection if built with -maltivecJan Beich2019-10-091-1/+9
* util: detect NEON at runtime on FreeBSDJan Beich2019-10-091-0/+9
* util: skip NEON detection if built with -mfpu=neonJan Beich2019-10-091-1/+3
* egl: Make native display detection work more than onceAdam Jackson2019-10-091-22/+12
* aco: enable nir_opt_sinkRhys Perry2019-10-091-1/+1
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-091-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-091-35/+40
* amd: don't use AMD_FAMILY definitions from amdgpu_drm.hMarek Olšák2019-10-091-8/+8
* docs: update calendar, add news item, and link release notes for 19.2.1Dylan Baker2019-10-093-288/+285
* docs: Add SHA256 sum for 19.2.1Dylan Baker2019-10-091-1/+1
* docs: Add relnotes for 19.2.1Dylan Baker2019-10-091-0/+159
* aco: move s_andn2_b64 instructions out of the p_discard_ifRhys Perry2019-10-095-61/+54
* aco: don't reorder instructions in order to lower boolean phisDaniel Schürmann2019-10-091-26/+8
* aco: re-use existing phi instruction when lowering boolean phisDaniel Schürmann2019-10-091-3/+18
* aco: Cleanup insert_before_logical_endMichael Schellenberger Costa2019-10-091-15/+11
* lima/ppir: don't clone texture loadsVasily Khoruzhick2019-10-092-73/+0
* gitlab-ci/lava: Add needs: for container image to test jobsMichel Dänzer2019-10-091-2/+6
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-091-1/+1
* meta: leak of shader program when decompressing tex-imagesSergii Romantsov2019-10-091-0/+1
* mesa/main: prefer R8-textures instead of A8 for glBitmap in display listsErik Faye-Lund2019-10-093-3/+16
* st/mesa: Prefer R8 for bitmap texturesDave Airlie2019-10-092-8/+3
* drirc: enable vk_x11_override_min_image_count for DOOMSamuel Pitoiset2019-10-091-0/+5
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-094-1/+10
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-085-2/+209
* docs: Update recently enabled VK extensions on IntelCaio Marcelo de Oliveira Filho2019-10-081-0/+3
* anv: Enable VK_EXT_shader_subgroup_{ballot,vote}Caio Marcelo de Oliveira Filho2019-10-081-0/+2
* st/mesa: Fix inverted polygon stipple conditionKenneth Graunke2019-10-081-1/+1
* gallium: Enable MESA_framebuffer_flip_yFritz Koenig2019-10-084-6/+4
* mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig2019-10-088-20/+108