aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-177-17/+49
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-177-44/+89
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-179-3/+22
* nir: support derefs in two-sided lighting loweringErik Faye-Lund2019-10-171-12/+28
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-178-1/+26
* nir: add lowering-pass for point-size movErik Faye-Lund2019-10-174-0/+74
* st/mesa: move point_size_per_vertex-logic to helperErik Faye-Lund2019-10-172-30/+34
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-178-1/+27
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-175-7/+25
* mesa: expose alpha-ref as a state-variableErik Faye-Lund2019-10-172-0/+11
* st/mesa: handling lower flatshading for NIR drivers.Dave Airlie2019-10-176-1/+18
* gallium: add flatshade lowering capabilityDave Airlie2019-10-173-0/+5
* nir: add a pass to lower flat shading.Dave Airlie2019-10-174-0/+54
* gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund2019-10-171-6/+5
* 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