summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-19radeonsi: remove cb0_is_integer handlingMarek Olšák3-13/+3
2016-10-19st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBsMarek Olšák2-2/+4
2016-10-19mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák5-7/+1
2016-10-19glsl_to_tgsi: remove code for fixing up TGSI labelsMarek Olšák1-90/+2
2016-10-19glsl_to_tgsi: remove subroutine supportMarek Olšák2-205/+5
2016-10-19mesa_to_tgsi: remove remnants of flow control and subroutine supportMarek Olšák1-92/+1
2016-10-19mesa_to_tgsi: drop support for instructions that can't occur hereMarek Olšák1-72/+0
2016-10-19glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demandMarek Olšák1-1/+4
2016-10-19glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instructionMarek Olšák1-32/+31
2016-10-19glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfieldsMarek Olšák1-17/+19
2016-10-19glsl_to_tgsi: reduce the size of st_dst_reg and st_src_regMarek Olšák1-31/+40
2016-10-19glsl_to_tgsi: remove unused st_translate::tex_offsetsMarek Olšák1-1/+0
2016-10-19glsl_to_tgsi: remove unused parameters from calc_deref_offsetsMarek Olšák1-9/+5
2016-10-19glsl_to_tgsi: use array_id for temp arrays instead of hacking high bitsMarek Olšák1-13/+19
2016-10-19egl: bring back the default glapi.so nameEric Engestrom1-3/+1
2016-10-19i965: fix subnr overflow in suboffset()Iago Toral Quiroga1-8/+5
2016-10-19radv: decompress fmask before reading using texture unitDave Airlie3-6/+5
2016-10-19radv: fix samples_identical return value.Dave Airlie1-0/+3
2016-10-19radv: fix wsi porting regression in swapchain destroy.Dave Airlie1-3/+10
2016-10-19radv: fix fmask ptr issueDave Airlie1-4/+18
2016-10-19radv: simplify fast clear shadersDave Airlie1-46/+2
2016-10-19vulkan/wsi: fix out of tree build.Dave Airlie1-1/+1
2016-10-19radv: start using defines for the user sgpr offsetsDave Airlie3-14/+34
2016-10-19radv: port to common wsi codebaseDave Airlie7-1860/+216
2016-10-19anv: move to using shared wsi codeDave Airlie10-9/+74
2016-10-19anv/wsi: remove all anv references from WSI common codeDave Airlie9-99/+98
2016-10-19anv: move common wsi code to x11/wayland common files.Dave Airlie10-1656/+1851
2016-10-19anv/wsi/wayland: add callback to get device format properties.Dave Airlie3-7/+27
2016-10-19anv/wsi/wl: stop using device in more placesDave Airlie3-20/+28
2016-10-19anv/wsi: split out surface creation to avoid instance APIDave Airlie2-29/+64
2016-10-19anv/wsi: move further away from passing anv displays aroundDave Airlie4-39/+35
2016-10-19anv/wsi: split image alloc/free out to separate fns.Dave Airlie4-219/+180
2016-10-19anv/wsi: switch to using VkDevice in swapchainDave Airlie4-14/+14
2016-10-19anv/wsi/x11: more refactoring to use generic handlesDave Airlie1-27/+43
2016-10-19anv/wsi/x11: start refactoring out the image allocation/free functionalityDave Airlie1-22/+52
2016-10-19anv/wsi: drop device from get formatDave Airlie4-5/+5
2016-10-19anv/wsi: remove device from get_support interfaceDave Airlie4-5/+10
2016-10-19anv/wsi/x11: abstract WSI interface from internals.Dave Airlie1-9/+24
2016-10-19anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie3-15/+19
2016-10-19anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie4-24/+28
2016-10-19anv/wsi/x11: push device out of x11 connection fns.Dave Airlie1-11/+12
2016-10-19anv/wsi: drop device from get capsDave Airlie4-4/+1
2016-10-19anv/wsi: drop get present modes device argDave Airlie4-4/+1
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie8-8/+2
2016-10-19draw: improve vertex fetch (v2)Roland Scheidegger3-86/+134
2016-10-19draw: improved handling of undefined inputsRoland Scheidegger1-21/+32
2016-10-19gallivm: print out time for jitting functions with GALLIVM_DEBUG=perfRoland Scheidegger1-0/+11
2016-10-19gallivm: Use native packs and unpacks for the lerpsRoland Scheidegger3-13/+156
2016-10-19anv: drop pointless struct decl.Dave Airlie1-2/+0
2016-10-19radv: drop pointless struct decl.Dave Airlie1-2/+0