summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: reorder and document code in st_translate_vertex_programMarek Olšák2019-10-161-19/+25
* st/mesa: call prog_to_nir sooner for ARB_fpMarek Olšák2019-10-161-34/+32
* st/mesa: don't call translate_*_program functions for NIRMarek Olšák2019-10-163-27/+21
* st/mesa: finalize NIR after shader variant passes for TCS/TES/GS/CSMarek Olšák2019-10-161-2/+3
* st/mesa: unify transform feedback info translation codeMarek Olšák2019-10-164-86/+48
* st/mesa: move vertex program preparation code into st_prepare_vertex_programMarek Olšák2019-10-162-31/+42
* st/mesa: clean up more after the removal of st_compute_programMarek Olšák2019-10-163-124/+31
* st/mesa: deduplicate st_common_program code in st_program_string_notifyMarek Olšák2019-10-161-40/+8
* st/mesa: sink TCS/TES/GS/CS translate code into st_translate_common_programMarek Olšák2019-10-163-221/+116
* st/mesa: deduplicate cases in st_deserialise_ir_programMarek Olšák2019-10-161-73/+20
* st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák2019-10-1611-174/+59
* st/mesa: don't store stream output info to shader cache for tess ctrl shadersMarek Olšák2019-10-161-2/+3
* st/mesa: simplify the signature of st_release_basic_variantsMarek Olšák2019-10-164-28/+13
* st/mesa: deduplicate code for ATI fs in st_program_string_notifyMarek Olšák2019-10-161-17/+9
* st/mesa: use *prog at the end of st_link_nirMarek Olšák2019-10-161-4/+4
* appveyor: Cache meson's wrap downloadsDylan Baker2019-10-161-0/+1
* gitlab-ci: Set the meson wrapmode to disabledDylan Baker2019-10-161-0/+1
* Revert "gitlab-ci: Disable meson-mingw32-x86_64 job again for now"Dylan Baker2019-10-161-1/+1
* gitlab-ci: Add a pkg-config for mingwDylan Baker2019-10-163-2/+12
* meson: Don't use expat on windowsDylan Baker2019-10-161-1/+5
* st/mesa: fix crash for drivers supporting nir defaulting to tgsiKarol Herbst2019-10-161-4/+4
* util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...Eric Engestrom2019-10-161-4/+4
* mesa/math: delete duplicate extern symbolEric Engestrom2019-10-161-2/+0
* mesa/math: delete leftover... from 18 years ago (!)Eric Engestrom2019-10-161-4/+0
* lima: Fix crash when there are no vertex shader attributesAndreas Baierl2019-10-161-3/+3
* lima: Fix compiler warning in standalone compilerAndreas Baierl2019-10-161-1/+1
* aco: emit_split_vector() s_memtime resultsRhys Perry2019-10-161-0/+1
* aco: don't CSE s_memtimeRhys Perry2019-10-161-1/+1
* aco: fix scheduling with s_memtime/s_memrealtimeRhys Perry2019-10-161-0/+8
* intel/common: include unistd.h for ioctl() prototype on SolarisAlan Coopersmith2019-10-161-0/+1
* meson: recognize "sunos" as the system name for SolarisAlan Coopersmith2019-10-161-1/+3
* util: Solaris has linux-style pthread_setname_npAlan Coopersmith2019-10-161-1/+1
* util: Workaround lack of flock on SolarisAlan Coopersmith2019-10-162-1/+11
* util: Make Solaris implemention of p_atomic_add work with gccAlan Coopersmith2019-10-161-2/+2
* c99_compat.h: Don't try to use 'restrict' in C++ codeAlan Coopersmith2019-10-161-1/+1
* pan/midgard: Do not repeatedly spill same valueAlyssa Rosenzweig2019-10-161-2/+14
* pan/midgard: Fix memory corruption in register spillingAlyssa Rosenzweig2019-10-161-2/+2
* pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stageAlyssa Rosenzweig2019-10-161-1/+7
* pan/midgard: Use 16-bit liveness masksAlyssa Rosenzweig2019-10-163-15/+14
* panfrost: Disable frame throttlingAlyssa Rosenzweig2019-10-161-0/+3
* mesa: fix invalid target error handling for teximagePierre-Eric Pelloux-Prayer2019-10-161-7/+8
* radeonsi/nir: simplify si_lower_nir signatureMarek Olšák2019-10-154-17/+17
* pan/midgard: Fix mir_mask_of_read_components with dot productsAlyssa Rosenzweig2019-10-151-5/+5
* pan/midgard: Add perspective ops to mir_get_swizzleAlyssa Rosenzweig2019-10-151-0/+6
* pan/midgard: Don't try to propagate swizzles to branchesAlyssa Rosenzweig2019-10-151-2/+2
* pan/midgard: Allow non-contiguous masks in UBO loweringAlyssa Rosenzweig2019-10-151-7/+2
* pan/midgard: Report read mask for branch argumentsAlyssa Rosenzweig2019-10-151-0/+4
* iris: finish aux import on get_paramJames Xiong2019-10-151-1/+5
* mesa: Handle pbuffers in desktop GL framebuffer attachment queriesKenneth Graunke2019-10-151-5/+7
* mesa: Make back_to_front_if_single_buffered non-staticKenneth Graunke2019-10-152-5/+9