89641 Commits (0fc5110a6e1759c38af74f0b10acc56af6f0bfca)
 

Author SHA1 Message Date
  Timothy Arceri 75b47dda0c gallium/util: replace pipe_mutex_init() with mtx_init() 9 years ago
  Timothy Arceri acdcaf9be4 gallium/util: remove pipe_static_mutex() 9 years ago
  Timothy Arceri 2efddc63ee gallium/util: replace pipe_mutex with mtx_t 9 years ago
  Timothy Arceri 464d4806c1 gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast() 9 years ago
  Timothy Arceri 5e56c2c79d gallium/util: replace pipe_condvar_signal() with cnd_signal() 9 years ago
  Timothy Arceri 74c879ac75 gallium/util: replace pipe_condvar_wait() with cnd_wait() 9 years ago
  Timothy Arceri 1e0314281a gallium/util: replace pipe_condvar_destroy() with cnd_destroy() 9 years ago
  Timothy Arceri 3f58242863 gallium/util: replace pipe_condvar_init() with cnd_init() 9 years ago
  Marek Olšák 63d7a12fad st/dri: reduce dri_fill_st_options() params 9 years ago
  Marek Olšák 696c5115b9 st/dri: use local pointer to st_context_iface 9 years ago
  Gregory Hainaut 2ab5eccf5d glapi: fix typo in count_scale 9 years ago
  Kenneth Graunke 7782936cbc i965: Return NULL from initScreen2, not false. 9 years ago
  Kenneth Graunke b5b123ac8f i965: Make a devinfo local variable. 9 years ago
  Kenneth Graunke 951f56cd43 i965: Delete vestiges of resource streamer code. 9 years ago
  Kenneth Graunke 4dc785728a i965: Drop duplicate #defines now that we've bumped libdrm requirements. 9 years ago
  Samuel Pitoiset 4317cd96d3 getteximage: fix _mesa_GetTextureSubImage() 9 years ago
  Grazvydas Ignotas ff494fe999 ralloc: don't leave out the alignment factor 9 years ago
  Grazvydas Ignotas b384c23b9e i965: don't require 64bit cmpxchg 9 years ago
  Alex Smith 290d7e892d radv: Emit pending flushes before executing a secondary command buffer 9 years ago
  Samuel Pitoiset 052c81faa1 mesa/main: remove useless check in _mesa_IsSampler() 9 years ago
  Samuel Pitoiset 5ae54c0cf7 getteximage: avoid to lookup textures with id 0 9 years ago
  Marek Olšák 5ac6ab701f docs/relnotes/17.1.0: document the new LLVM requirement 9 years ago
  Marek Olšák c416d8a3bc gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SI 9 years ago
  Marek Olšák 7e1faa79d3 radeonsi: drop support for LLVM 3.6 & 3.7 9 years ago
  Marek Olšák d5d74fe2b5 radeonsi: set the convergent attribute where needed 9 years ago
  Marek Olšák ef883fc554 gallivm,ac: add LP_FUNC_ATTR_CONVERGENT 9 years ago
  Marek Olšák 9b08f044be radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarations 9 years ago
  Mark Thompson 6398a09213 st/omx: Set end-of-frame flag on bitstream output buffers 9 years ago
  Mark Thompson 6d95358aac st/omx: Fix port format enumeration 9 years ago
  Mark Thompson 0798fddb50 st/va: Fix forward/backward referencing for deinterlacing 9 years ago
  Mark Thompson c93a157078 st/va: Support fractional framerate in misc parameter 9 years ago
  Andy Furniss 012b6d3fe7 st/va encode handle ntsc framerate rate control 9 years ago
  Bas Nieuwenhuizen f3dc318464 radv: Use the new L2 writeback flag. 9 years ago
  Bas Nieuwenhuizen 66e12d4073 radv: Add L2 writeback. 9 years ago
  Timothy Arceri 6b657cecd5 util/disk_cache: fix make check 9 years ago
  Dave Airlie 2e73ccb485 radv/ac: use bitfield extract new intrinsics. 9 years ago
  Dave Airlie 9c7309b09b radv/ac: move to new kill build. 9 years ago
  Dave Airlie a2652719f3 radv/ac: move to using new export intrinsics. 9 years ago
  Dave Airlie 2830ece0fc radv/ac: switch to new intrinsics for pkrtz and clamp. 9 years ago
  Dave Airlie cc59e24a6b radv: drop Z24 support. 9 years ago
  Grazvydas Ignotas 6aaadd8728 radv: use VK_NULL_HANDLE for handles 9 years ago
  Grazvydas Ignotas a5446e3187 radv: check for upload alloc failure 9 years ago
  Grazvydas Ignotas 666fe622e1 radv: don't use uninitialized value on failure 9 years ago
  Grazvydas Ignotas 5458b02305 radv: avoid casting warnings on 32bit 9 years ago
  Bas Nieuwenhuizen fb7e4e16e7 radv/amdgpu: Add some debug flags. 9 years ago
  Bas Nieuwenhuizen 682248db45 radv: Cache command buffers in command pool. 9 years ago
  Timothy Arceri e3a01a5d1b Revert "glsl: Switch to disable-by-default for the GLSL shader cache" 9 years ago
  Timothy Arceri ee8d2e2804 docs: update envvars.html to reflect having a cache per arch 9 years ago
  Timothy Arceri 11f0efec2e util/disk_cache: support caches for multiple architectures 9 years ago
  Grazvydas Ignotas 175d4aa8f5 util/disk_cache: mark read-only arguments const 9 years ago