97536 次代码提交 (a06fe75eac64d321a115265b4ecf20242155582c)
 

作者 SHA1 备注 提交日期
  Marek Olšák a06fe75eac radeonsi: remove DBG_NO_DISCARD_RANGE 7 年前
  Adam Jackson 5293b96b16 glx: Implement GLX_EXT_no_config_context (v2) 7 年前
  Adam Jackson 3f66d54a2a glx: Prepare the DRI backends for GLX_EXT_no_config_context 7 年前
  Adam Jackson 74b701d84c glx: Relax validate_renderType_against_config for EXT_no_config_context 7 年前
  Nicolai Hähnle ffc2060616 anv: fix build failure 7 年前
  Nicolai Hähnle cc78d77043 mesa: flush and wait after creating a fallback texture 7 年前
  Nicolai Hähnle 46444613cf mesa: increase MaxServerWaitTimeout 7 年前
  Nicolai Hähnle fbda7958ff st/mesa: remove redundant flushes from st_flush 7 年前
  Nicolai Hähnle 884a0b2a9e st/dri: use stapi flush instead of pipe flush when creating fences 7 年前
  Nicolai Hähnle b921da3b74 radeonsi: use a threaded context even for debug contexts 7 年前
  Nicolai Hähnle 1a6d9e087a radeonsi: record and dump time of flush 7 年前
  Nicolai Hähnle b07569ad8b ddebug: optionally handle transfer commands like draws 7 年前
  Nicolai Hähnle 18fd2a859d ddebug: dump context and before/after times of draws 7 年前
  Nicolai Hähnle ba2f2b6f2a ddebug: generalize print_named_xxx via a PRINT_NAMED macro 7 年前
  Nicolai Hähnle c9fefa062b ddebug: rewrite to always use a threaded approach 7 年前
  Nicolai Hähnle e8bb8758dd ddebug: use an atomic increment when numbering files 7 年前
  Nicolai Hähnle d6710fe874 dd/util: extract dd_get_debug_filename_and_mkdir 7 年前
  Nicolai Hähnle 8491fcafab gallium/u_dump: add and use util_dump_transfer_usage 7 年前
  Nicolai Hähnle 9b8033a4a7 gallium/u_dump: add util_dump_ns 7 年前
  Nicolai Hähnle 6f4a03b08a gallium/u_dump: export util_dump_ptr 7 年前
  Nicolai Hähnle 125a915052 radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE 7 年前
  Nicolai Hähnle e4627ac8fb radeonsi: document some subtle details of fence_finish & fence_server_sync 7 年前
  Nicolai Hähnle 14b9fa75e4 gallium: add pipe_context::callback 7 年前
  Nicolai Hähnle 2bdfbb0e53 gallium/u_threaded: implement pipe_context::set_log_context 7 年前
  Nicolai Hähnle 244536d3d6 gallium/u_threaded: avoid syncs for get_query_result 7 年前
  Nicolai Hähnle 609a230375 gallium/u_threaded: implement asynchronous flushes 7 年前
  Nicolai Hähnle 11b380ed0c gallium/u_threaded: mark queries flushed only for non-deferred flushes 7 年前
  Nicolai Hähnle 78a4750d91 radeonsi: move fence functions to si_fence.c 7 年前
  Nicolai Hähnle e6dbc804a8 winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences 7 年前
  Nicolai Hähnle 1e5c9cf590 gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits 7 年前
  Nicolai Hähnle ea6df1ce37 gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH 7 年前
  Nicolai Hähnle e3a8013de8 util/u_queue: add util_queue_fence_wait_timeout 7 年前
  Nicolai Hähnle f1a3648784 threads: update for late C11 changes 7 年前
  Nicolai Hähnle c50743f61c gallium: remove unused and deprecated u_time.h 7 年前
  Nicolai Hähnle 222a2fb998 util: move os_time.[ch] to src/util 7 年前
  Nicolai Hähnle f76a6cb337 radeonsi: always use async compiles when creating shader/compute states 7 年前
  Nicolai Hähnle b650fc09c3 radeonsi: fix potential use-after-free of debug callbacks 7 年前
  Nicolai Hähnle dd7c273e87 radeonsi: move pipe debug callback to si_context 7 年前
  Nicolai Hähnle 185061aef4 u_queue: add util_queue_finish for waiting for previously added jobs 7 年前
  Nicolai Hähnle f0d3a4de75 util: move pipe_barrier into src/util and rename to util_barrier 7 年前
  Nicolai Hähnle 28c95cdb29 gallium: add async debug message forwarding helper 7 年前
  Nicolai Hähnle 637240d824 st/mesa: guard sampler views changes with a mutex 7 年前
  Nicolai Hähnle 8d20c660a9 st/mesa: re-arrange st_finalize_texture 7 年前
  Nicolai Hähnle 0dcf30e550 gallium: clarify the constraints on sampler_view_destroy 7 年前
  Nicolai Hähnle 0f54ee6072 radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key 7 年前
  Nicolai Hähnle 4f493c79ee radeonsi: use ready fences on all shaders, not just optimized ones 7 年前
  Nicolai Hähnle d1ff082637 u_queue: add a futex-based implementation of fences 7 年前
  Nicolai Hähnle 574c59d4f9 u_queue: add util_queue_fence_reset 7 年前
  Nicolai Hähnle 1b9d5ece55 u_queue: export util_queue_fence_signal 7 年前
  Nicolai Hähnle b20f955bc1 u_queue: group fence functions together 7 年前