106545 コミット (3a81c753a3cfdcea215268c00f98ac87a09902e1)
 

作成者 SHA1 メッセージ 日付
  Eric Anholt 3a81c753a3 v3d: Fix segfault when failing to compile a program. 6年前
  Marek Olšák 3ae57957be radeonsi: always unmap texture CPU mappings on 32-bit CPU architectures 6年前
  Marek Olšák edfca1f8dc radeonsi: remove unused variables in si_insert_input_ptr 6年前
  Marek Olšák cba475b3e7 radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_vertices 7年前
  Marek Olšák 54bc87469a radeonsi: make si_cp_wait_mem more configurable 6年前
  Marek Olšák 9d2c3a1fe0 radeonsi: call si_fix_resource_usage for the GS copy shader as well 7年前
  Marek Olšák d28e208213 radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets 7年前
  Caio Marcelo de Oliveira Filho 7d6babf995 nir: add a way to print the deref chain 6年前
  Dylan Baker a2596450ac meson: Error out if building nouveau and using LLVM without rtti 6年前
  Alexander von Gluck IV 1b97a72328 egl/haiku: Fix reference to disp vs dpy 6年前
  Iago Toral Quiroga ec79069856 compiler/spirv: use 32-bit polynomial approximation for 16-bit asin() 7年前
  Iago Toral Quiroga fda3f6d424 compiler/spirv: implement 16-bit frexp 7年前
  Iago Toral Quiroga 7d3c34197a compiler/spirv: implement 16-bit hyperbolic trigonometric functions 7年前
  Iago Toral Quiroga 88663ba67c compiler/spirv: implement 16-bit exp and log 7年前
  Iago Toral Quiroga f18554e2ce compiler/spirv: implement 16-bit atan2 7年前
  Iago Toral Quiroga 1c8de08ec9 compiler/spirv: implement 16-bit atan 7年前
  Iago Toral Quiroga df118535ca compiler/spirv: implement 16-bit acos 7年前
  Iago Toral Quiroga dbbbe24d76 compiler/spirv: implement 16-bit asin 7年前
  Iago Toral Quiroga 95b7c29c2c compiler/spirv: handle 16-bit float in radians() and degrees() 7年前
  Iago Toral Quiroga aeee683780 compiler/nir: add nir_fadd_imm() and nir_fmul_imm() helpers 6年前
  Iago Toral Quiroga 5fc9ad1cb0 compiler/nir: add a nir_b2f() helper 6年前
  Timothy Arceri 70be9afccb nir: link time opt duplicate varyings 6年前
  Timothy Arceri d828694b80 nir: rework nir_link_opt_varyings() 6年前
  Timothy Arceri c0aba8b0dc nir: add can_replace_varying() helper 6年前
  Timothy Arceri 50de3f80a8 nir: rename nir_link_constant_varyings() nir_link_opt_varyings() 6年前
  Timothy Arceri 0a4378ce56 st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st 6年前
  Timothy Arceri 2ef0f944f5 radeonsi: make use of ac_are_tessfactors_def_in_all_invocs() 6年前
  Timothy Arceri 2832bc972b ac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs() 6年前
  Timothy Arceri 2817a4ec0b radeonsi: remove unrequired param in si_nir_scan_tess_ctrl() 6年前
  Timothy Arceri 4dda445750 tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl() 6年前
  Timothy Arceri dd061eb044 tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl() 6年前
  Ilia Mirkin 8f98ff362c nv30: disable rendering to 3D textures 6年前
  Bas Nieuwenhuizen 8c93ef5de9 radv: Do a cache flush if needed before reading predicates. 6年前
  Erik Faye-Lund 86089a7316 anv/autotools: make sure tests link with -msse2 6年前
  Erik Faye-Lund 89679e18a9 anv/meson: make sure tests link with -msse2 6年前
  Ilia Mirkin 207fb558e4 nv30: fix some s3tc layout issues 6年前
  Ilia Mirkin ad251330e8 nv30: use correct helper to get blocks in y direction 6年前
  Ilia Mirkin b04c1907c8 nv30: add support for multi-layer transfers 6年前
  Ilia Mirkin b34cfd4749 nv30: fix rare issue with fp unbinding not finding the bufctx 6年前
  Ilia Mirkin ef3eac9545 nv30: avoid setting user_priv without setting cur_ctx 6年前
  Eric Anholt ad1e59cf8d v3d: Add support for gl_HelperInvocation. 6年前
  Eric Anholt 20021e3473 v3d: Add support for textureSize() on MSAA textures. 6年前
  Eric Anholt f695d62fe5 v3d: Add support for requesting the sample offsets. 6年前
  Eric Anholt 906fca1b4b v3d: Add support for non-constant texture offsets. 6年前
  Eric Anholt 47caefc7b4 v3d: Force sampling from base level for tg4. 6年前
  Eric Anholt f9bdce9966 v3d: Add a note for a potential performance win on multop/umul24. 6年前
  Eric Anholt b36757448d v3d: Dead-code eliminate unused flags updates. 6年前
  Eric Anholt 20e3526298 v3d: Don't generate temps for comparisons. 6年前
  Eric Anholt ebde5afb93 v3d: Move "does this instruction have flags" from sched to generic helpers. 6年前
  Eric Anholt 39b1112189 v3d: Drop incorrect dependency for flpop. 6年前