summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-06vc4: Fix context creation when syncobjs aren't supported.Eric Anholt1-2/+6
2018-08-06v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt6-4/+45
2018-08-06v3d: Drop "VC5" from the renderer string.Eric Anholt1-1/+1
2018-08-06v3d: Avoid spilling that breaks the r5 usage after a ldvary.Eric Anholt1-0/+9
2018-08-06v3d: Make sure that QPU instruction-has-a-dest matches VIR.Eric Anholt2-1/+11
2018-08-06v3d: Wait for TMU writes to complete before continuing after a spill.Eric Anholt1-1/+6
2018-08-06v3d: Make sure we don't emit a thrsw before the last one finished.Eric Anholt1-2/+13
2018-08-06v3d: Add some debug code for forcing register spilling.Eric Anholt1-0/+14
2018-08-06drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace1-0/+11
2018-08-06mesa: fix make check for AMD_framebuffer_multisample_advancedIan Romanick1-0/+8
2018-08-06glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functionsIan Romanick1-2/+2
2018-08-06anv: add more swapchain formatsTapani Pälli1-5/+11
2018-08-04nvc0/ir: return 0 in imageLoad on incomplete texturesKarol Herbst2-3/+31
2018-08-04gm200/ir: optimize rcp(sqrt) to rsqKarol Herbst1-1/+10
2018-08-04gm200/ir: add native OP_SQRT supportKarol Herbst4-2/+14
2018-08-04intel: tools: simplify meson buildLionel Landwerlin1-46/+50
2018-08-04intel: aubinator: simplify decodingLionel Landwerlin1-10/+5
2018-08-04intel: common: add missing stdint includeLionel Landwerlin1-0/+2
2018-08-04intel: decoder: remove unused variableLionel Landwerlin1-2/+0
2018-08-04intel: tools: aubwrite: reuse canonical address helperLionel Landwerlin1-17/+2
2018-08-04intel: aubinator: fix read the context/ringLionel Landwerlin1-2/+2
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to a == bIan Romanick1-0/+3
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to a ^^ bIan Romanick1-0/+3
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)Ian Romanick1-0/+3
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to a && bIan Romanick1-0/+3
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)Ian Romanick1-0/+11
2018-08-04nir: Transform -fabs(a) >= 0 to a == 0Ian Romanick1-0/+9
2018-08-04nir: Transform expressions of b2f(a) and b2f(b) to a || bIan Romanick1-0/+19
2018-08-04nir: Transform -fabs(a) < 0 to a != 0Ian Romanick1-0/+4
2018-08-04nir: Rearrange bcsel with two bcsel sourcesIan Romanick1-0/+4
2018-08-04nir: Collapse more repeated bcsels on the same argumentIan Romanick1-0/+1
2018-08-04nir: Don't compare i2f or u2i with zeroIan Romanick1-0/+13
2018-08-04nir: Remove f2i(i2f(x)) conversionsIan Romanick1-0/+8
2018-08-04nir: Mark the 0.0 < abs(a) transformation as impreciseIan Romanick1-1/+1
2018-08-04radeonsi: cosmetic changesMarek Olšák5-6/+5
2018-08-04st/mesa: expose & set limits for AMD_framebuffer_multisample_advancedMarek Olšák1-0/+89
2018-08-04st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advancedMarek Olšák1-8/+53
2018-08-04st/mesa: pass storage_sample_count parameter into st_choose_formatMarek Olšák6-22/+30
2018-08-04mesa: add functional FBO changes for AMD_framebuffer_multisample_advancedMarek Olšák2-17/+131
2018-08-04mesa: add gl_renderbuffer::NumStorageSamplesMarek Olšák4-9/+23
2018-08-04mesa: implement glGet for AMD_framebuffer_multisample_advancedMarek Olšák4-0/+32
2018-08-04glapi: define AMD_framebuffer_multisample_advanced and add its functionsMarek Olšák3-0/+59
2018-08-04mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák6-21/+33
2018-08-03amd: remove support for LLVM 5.0Marek Olšák5-144/+28
2018-08-03winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0Marek Olšák3-4/+58
2018-08-03gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák1-24/+180
2018-08-03android: radv: build vulkan.radv conditionally to radeonsiMauro Rossi1-0/+2
2018-08-03util: return 0 for NaNs in float_to_ubyteRoland Scheidegger1-6/+5
2018-08-03anv/pipeline: Disable FS dispatch for pointless fragment shadersJason Ekstrand1-4/+33
2018-08-03nir: add fall through comment to nir_gather_infoTimothy Arceri1-0/+1