ac: replace SI.export with amdgcn.exp.*
[mesa.git] / src / gallium /
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šákgallivm, ac: add writeonly and inaccessiblememonly...
2017-03-03 Marek Olšáktgsi/scan: record load/store/atomic image usage
2017-03-03 Grazvydas Ignotastgsi/ureg: return correct token count in ureg_get_tokens
2017-03-03 Timothy Arceriradeonsi: add support for an on-disk shader cache
2017-03-02 Matt Turnerclover: Work around build failure with AltiVec.
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-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
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 Arcerigallium/r600: fix r600 build when OpenCL is enabled
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-27 Jan Veselyclover: Dump linked binary to a different file
2017-02-27 Grazvydas Ignotasgallium/u_queue: set num_threads correctly if not all...
2017-02-27 Grazvydas Ignotasgallium/u_queue: fix a crash with atexit handlers
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine Charlamovst/nine: make use of common uploaders v4
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 Marek Olšákgallium/util: add new helpers for user index buffer...
2017-02-24 Roland Scheideggergallium/util: (trivial) fix util_clear_render_target
2017-02-24 Emil Velikovvc4: automake: add the kernel/README to the tarball
2017-02-24 Thomas Hellstromst/va: Fix up YV12 to NV12 putImage conversion
2017-02-24 Thomas Hellstromst/vdpau: Provide YV12 to NV12 putBits conversion v2
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-24 Lars Hamregallium: implement util_clear_texture
2017-02-24 Jerome Duvalhaiku/winsys: fix dt prototype args
2017-02-24 Jerome Duvalhaiku: build fixes around debug defines
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2017-02-23 George Kyriazisswr: add fetch shader cache
2017-02-18 Charmaine Leest/wgl: flush with ST_FLUSH_WAIT before releasing share...
2017-02-18 Charmaine Leest: add ST_FLUSH_WAIT to st_context_flush()
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 Timothy Arcerigallium: add get_disk_shader_cache() callback
2017-02-22 Thomas HellstromRevert "st/vdpau: Fix multithreading"
2017-02-22 Nayan Deshmukhvl: u_upload_alloc might fail to allocate buffer in...
2017-02-22 Marek Olšákgallium: reorder fields in pipe_draw_info
2017-02-22 Marek Olšákgallium/hud: handle a thread switch for API-thread...
2017-02-22 Marek Olšákgallium/hud: prevent an infinite loop
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-22 Marek Olšákgallium/u_queue: fix random crashes when the app calls...
2017-02-22 Thomas Hellstromgallium/vl: Simplify the matrix filter fragment shader
2017-02-22 Thomas Hellstromst/vdpau: Fix multithreading
2017-02-22 Thomas Hellstromgallium/vl: Parameter substitution in the csc matrix...
2017-02-22 Thomas Hellstromgallium/vl: Simplify usage of full range matrices
2017-02-22 Thomas Hellstromgallium/vl Fix brightness matrix description
2017-02-22 Thomas Hellstromgallium/vl: Don't map vertex buffers on creation
2017-02-22 Thomas Hellstromgallium/vl: Add sampler views to video filter fragment...
2017-02-22 Thomas Hellstromgallium/vl: declare sampler views in compositor shaders
2017-02-22 Eric Engestromgallium/docs: use imgmath instead of pngmath
2017-02-22 Eric Engestromgallium/docs: fix section title formatting
2017-02-22 Eric Engestromgallium/docs: add missing newlines
2017-02-22 Eric Engestromgallium/docs: add missing math formatting
2017-02-22 Eric Engestromgallium/docs: fix sublist formatting
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 Marek Olšáktgsi/scan: add basic info about tessellation OUT and...
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 Emil Velikovgallium: do not #include foo.h within extern C {}
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 Nicolai Hähnlewinsys/amdgpu: reduce max_alloc_size based on GTT limits
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 Ben Crockergallivm: Reenable PPC VSX (v3)
2017-02-20 Ben Crockergallivm: Override getHostCPUName() "generic" w/ "pwr8...
2017-02-20 Ben Crockergallivm: Improve debug output (V2)
2017-02-20 Marek Olšákgallium/u_suballoc: update comments
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...
next