llvmpipe: s/unsigned/enum pipe_shader_type/
[mesa.git] / src / gallium / drivers /
2017-03-08 Brian Paulllvmpipe: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulfreedreno: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Pauletnaviv: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-07 Matt Turnerbuild: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
2017-03-06 Dave Airlieradeonsi/ac: move get_image_intr_name to common
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread_wait() with thrd_join()
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread with thrd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_broadcast() with...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_destroy() with cnd_d...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2017-03-06 Marek Olšákgallium/radeon: don't monitor SDMA busyness on EG/Cayman/SI
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-03-06 Marek Olšákradeonsi: set the convergent attribute where needed
2017-03-06 Marek Olšákradeonsi: fix LLVM 3.9 - don't use non-matching attribu...
2017-03-05 Tim Rowleyswr: [rasterizer core] fix primID provoking vertex...
2017-03-05 Tim Rowleyswr: implement geometry shaders
2017-03-04 Timothy Arcerisvga: pass NULL to ureg_get_tokens()
2017-03-04 Ilia Mirkinnvc0: take extra pushbuf space into account for pushbuf...
2017-03-04 Ilia Mirkinnvc0: increase alignment to 256 for texture buffers...
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
2017-03-03 Marek Olšákradeonsi: detect and mark loads/stores from read-only...
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
2017-03-03 Marek Olšákradeonsi: use the writeonly LLVM attribute
2017-03-03 Marek Olšákac: remove offen parameter from ac_build_buffer_store_dword
2017-03-03 Marek Olšákradeonsi: enable TC L2 for tessellation offchip stores
2017-03-03 Marek Olšákradeonsi: merge and simplify tbuffer_store functions
2017-03-03 Marek Olšákradeonsi: set noalias on input shader pointers
2017-03-03 Marek Olšákradeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
2017-03-03 Marek Olšákradeonsi: move kill intrinsic building into amd/common
2017-03-03 Marek Olšákradeonsi: set readnone on reads from read-only memory
2017-03-03 Marek Olšákradeonsi: replace SI.buffer.load.dword with amdgcn...
2017-03-03 Marek Olšákradeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
2017-03-03 Marek Olšákradeonsi: remove last use of llvm.SI.resinfo
2017-03-03 Marek Olšákradeonsi: move image intrinsic building to amd/common
2017-03-03 Marek Olšákac: replace SI.export with amdgcn.exp.*
2017-03-03 Marek Olšákradeonsi: move llvm.SI.export building to amd/common
2017-03-03 Marek Olšákac: unify build_type_name_for_intr functions
2017-03-03 Marek Olšákradeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as...
2017-03-03 Marek Olšáktgsi/scan: record load/store/atomic image usage
2017-03-03 Timothy Arceriradeonsi: add support for an on-disk shader cache
2017-03-02 Bruce Cherniakswr: fix crash in swr_update_derived following st/mesa...
2017-03-02 Bruce Cherniakswr: enable clear_texture with util_clear_texture
2017-03-02 Brian Paulsvga: fix crash regression since e027935a795
2017-03-02 Brian Paulsvga: s/unsigned/pipe_prim_type/
2017-03-02 Brian Paulsvga: whitespace fixes in svga_context.h
2017-03-02 Brian Paulsvga: whitespace and formatting fixes in svga_stage.c
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-02-28 Emil Velikovautomake: r600: radeonsi: correctly manage libamd_commo...
2017-02-28 Michel Dänzergallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS...
2017-02-28 Timothy Arceriradeon: remove unused radeon_elf_util.{c,h}
2017-02-28 Timothy Arceriradeon/ac: switch to ac_shader_binary_config_start()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_elf_read() to ac_elf_read()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_shader_binary to ac_shade...
2017-02-25 Brian Paulsvga: fix MSVC build error after PIPE_CAP_USER_INDEX_BU...
2017-02-25 Eric Anholtvc4: Lazily emit our FS/VS input loads.
2017-02-25 Eric Anholtvc4: Refactor the load_input code out of the intrinsic...
2017-02-25 Eric Anholtvc4: Track the last block we emitted at the top level.
2017-02-25 Eric Anholtvc4: Emit max number of temps in the shader-db output.
2017-02-24 Marek Olšákradeonsi: fix broken tessellation on Carrizo and Stoney
2017-02-24 Marek Olšáktrace: remove pipe_resource wrapping
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-24 Marek Olšáksvga: implement user index buffers
2017-02-24 Marek Olšákfreedreno: add support for user index buffers
2017-02-24 Marek Olšáketnaviv: add support for user index buffers
2017-02-24 Emil Velikovvc4: automake: add the kernel/README to the tarball
2017-02-24 Lars Hamresoftpipe: enable clear_texture with util_clear_texture
2017-02-24 Lars Hamrellvmpipe: enable clear_texture with util_clear_texture
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2017-02-23 George Kyriazisswr: add fetch shader cache
2017-02-23 Timothy Arceriradeon: fix r600 builds when old version of llvm is...
2017-02-22 Timothy Arcerir600/radeonsi: enable glsl/tgsi on-disk cache
2017-02-22 Timothy Arceriddebug/rbug/trace: add get_disk_shader_cache() to pass...
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-21 Marek Olšákradeonsi: fix issues with monolithic shaders
2017-02-21 Marek Olšákradeonsi: set no-signed-zeros-fp-math
2017-02-21 Marek Olšákgallivm: add no-signed-zeros-fp-math option to lp_creat...
2017-02-21 Marek Olšákradeonsi: skip TESSINNER/OUTER offchip stores if TES...
2017-02-21 Marek Olšákradeonsi: skip LDS stores in TCS if there are no LDS...
2017-02-21 Christian Gmeineretnaviv: remove number of pixel pipes validation
2017-02-21 Christian Gmeineretnaviv: move pctx initialisation to avoid a null deref...
2017-02-21 Christian Gmeineretnaviv: add missing fallthrough annotation
2017-02-21 Nicolai Hähnleradeonsi: fix UINT/SINT clamping for 10-bit formats...
2017-02-21 Nicolai Hähnleradeonsi: handle MultiDrawIndirect in si_get_draw_start...
2017-02-21 Ben Skeggsnvc0: use PascalB for most Pascal boards
2017-02-20 Grazvydas Ignotasr300g: only allow byteswapped formats on big endian
2017-02-20 Mauro Rossiandroid: radeonsi: fix sid_table.h generated header...
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-19 Marek Olšákradeonsi: fix UNSIGNED_BYTE index buffer fallback with...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
next