mesa.git
2016-11-30 Tim Rowleyswr: [rasterizer common] add SwrTrace() and macros
2016-11-29 Marek Olšákradeonsi: don't fetch 8 dwords for samplerBuffer and...
2016-11-29 Marek Olšákradeonsi: disable XNACK to free 2 SGPRs on APUs
2016-11-29 Marek Olšákradeonsi: count and report temp arrays in scratch separ...
2016-11-29 Marek Olšákradeonsi: don't try to eliminate trivial VS outputs...
2016-11-29 Marek Olšákradeonsi: disable RB+ blend optimizations for dual...
2016-11-29 Marek Olšákradeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source...
2016-11-29 Marek Olšákradeonsi: always set all blend registers
2016-11-29 Marek Olšákradeonsi: set the smallest possible CB_TARGET_MASK
2016-11-29 Marek Olšákradeonsi: don't print bodies of header-only packets
2016-11-29 Marek Olšákradeonsi: print unknown registers with correct formatting
2016-11-29 Marek Olšákddebug: fix hang detection with deferred flushes
2016-11-29 Dave Airlieradv: set spi_baryc_cntl.pos_float_location to 0
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-29 Dave Airlienir: print var binding in dumps.
2016-11-29 Eric Engestromdocs: fix small typo
2016-11-29 Matt Turneri965/sched: Schedule trivial blocks.
2016-11-29 Matt Turneri965/sched: Make 'time' a local variable.
2016-11-29 Matt Turneri965/cfg: Initialize bblock_t::cycle_count.
2016-11-29 Matt Turneri965/cfg: Initialize cfg_t::cycle_count.
2016-11-29 Bas Nieuwenhuizenac/nir: Fix accessing an unitialized value.
2016-11-29 Bas Nieuwenhuizenradv: Initialize the shader_stats_dump flag.
2016-11-29 Eric Anholtvc4: Add a note for the future about texture latency...
2016-11-29 Eric Anholtvc4: Add support for coalescing ALU ops into tex_[srtb...
2016-11-29 Eric Anholtvc4: Restructure VPM write optimization into two passes.
2016-11-29 Eric Anholtvc4: Make qir_for_each_inst_inorder() safe against...
2016-11-29 Eric Anholtvc4: Split optimizing VPM writes from VPM reads.
2016-11-29 Eric Anholtvc4: Restructure texture insts as ALU ops with tex_...
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-11-29 Eric Anholtvc4: Replace the qinst src[] with a fixed-size array.
2016-11-29 Eric Anholtvc4: Remove qir_inst4().
2016-11-29 Ilia Mirkinanv: bump the texture gather offset limits
2016-11-29 Ilia Mirkini965/gen7: expose larger gather offsets
2016-11-29 Ilia Mirkini965: support constant gather offsets larger than 4...
2016-11-29 Jason Ekstrandi965/fs: Refactor handling of constant tg4 offsets
2016-11-29 Bas Nieuwenhuizenradv: Use different intrinsic for ubo loads.
2016-11-29 Timothy Arcerimesa: fix active subroutine uniforms properly
2016-11-29 Jason Ekstrandanv/cmd_buffer: Remove the 1-D case from the HiZ QPitch...
2016-11-29 Jason Ekstrandanv/cmd_buffer: Set the correct surface type for depth...
2016-11-29 Ilia Mirkinanv: enable drawIndirectFirstInstance
2016-11-29 Ilia Mirkinanv: expose depthBiasClamp, it is already set
2016-11-29 Ilia Mirkinanv: bump maxFramebufferLayers to 2048
2016-11-29 Ilia Mirkinanv: enable storage image extended formats
2016-11-29 Ilia Mirkinanv: expose imageCubeArray functionality
2016-11-29 Dave Airlieradv: set maxFragmentDualSrcAttachments to 1
2016-11-29 Dave Airlieanv: set maxFragmentDualSrcAttachments to 1
2016-11-29 Ilia Mirkinswr: [rasterizer memory] only clear up to the LOD size
2016-11-29 Ilia Mirkinswr: [rasterizer memory] hook up stencil clears for...
2016-11-29 Ilia Mirkinswr: [rasterizer memory] add support for clearing Z32F_...
2016-11-29 Jason Ekstrandintel/aubinator: Pull useful information from the AUB...
2016-11-29 Jason Ekstrandintel/aubinator: Wait to setup decoders until we parse...
2016-11-29 Jason Ekstrandintel/aubinator: Rework handling of the --gen flag
2016-11-29 Jason Ekstrandintel/aubinator: Trust the packet size in the header...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_offset helper
2016-11-29 Jason Ekstrandintel/aubinator: Fix the kernel start pointer for 3DSTA...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_address helper
2016-11-29 Jason Ekstrandintel/aubinator: Properly handle batch buffer chaining
2016-11-29 Ilia Mirkinswr: don't clear all dirty bits when changing so targets
2016-11-29 Ilia Mirkinswr: [rasterizer core] fix typo in scissor tile-alignme...
2016-11-28 Kenneth Graunkeanv: Fix cache UUID generation.
2016-11-28 Gwan-gyeong Munvulkan/wsi: Fix resource leak in success path of wsi_qu...
2016-11-28 Gwan-gyeong Munanv: Update the teardown in reverse order of the anv_Cr...
2016-11-28 Gwan-gyeong Munanv: drop the return type for anv_queue_init()
2016-11-28 Gwan-gyeong Munanv: Add missing error-checking to anv_block_pool_init...
2016-11-28 Chandu Babu... st/omx/dec/h264: consider POC as signed instead of...
2016-11-28 Emil Velikovradv: don't return VK_SUCCESS if radv_device_get_cache_...
2016-11-28 Emil Velikovradv: don't leak the fd if radv_physical_device_init...
2016-11-28 Emil Velikovanv: don't leak memory if anv_init_wsi() fails
2016-11-28 Emil Velikovanv: don't double-close the same fd
2016-11-28 Emil Velikovconfigure.ac: remove no longer used TIMESTAMP_CMD
2016-11-28 Emil Velikovanv: automake: don't generate anv_timestamp.h
2016-11-28 Emil Velikovanv: Use library mtime for cache UUID.
2016-11-28 Emil Velikovanv: Store UUID in physical device.
2016-11-28 Emil Velikovisl: Make isl_finishme only warn once per call-site
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-28 Emil Velikovanv: use do { } while (0) in the anv_finishme macro
2016-11-28 Emil Velikovdocs: add git tips how to do commit fixups and squash...
2016-11-28 George Kyriazisdocs: add note about r-b/other tags when resending
2016-11-28 Andres Gomezdocs: fix small typos in the submit patches page
2016-11-28 Emil Velikovdocs/releasing: use correct page title
2016-11-28 Emil Velikovdocs/releasing: correctly document touch-testing
2016-11-28 Emil Velikovdocs/release: drop references to patchwork
2016-11-28 Emil Velikovdocs: add news item and link release notes for 13.0.2
2016-11-28 Emil Velikovdocs: add sha256 checksums for 13.0.2
2016-11-28 Emil Velikovdocs: add release notes for 13.0.2
2016-11-28 Dave Airlieradv: fix 3D clears with baseMiplevel
2016-11-28 Dave Airlieradv: brown-paper bag for a forgotten else.
2016-11-28 Dave Airlieradv/ac/llvm: fix regression with shadow samplers fix
2016-11-27 Dave Airlieradv/ac/llvm: shadow samplers only return one value.
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-27 Emil Velikovradv: honour the number of properties available
2016-11-27 Mun Gwan-gyeongradv: drop the return type for radv_queue_init()
2016-11-27 Rob Clarkfreedreno: fix slice size for imported buffers
2016-11-27 Rob Clarkfreedreno/a3xx: make _emit_const() static
2016-11-27 Rob Clarkfreedreno/a4xx: make _emit_const() static
2016-11-26 Jason Ekstrandanv/pipeline: Make is_dual_src_blend_factor inline
2016-11-26 Jason Ekstrandanv/pipeline: Make the temp blend attachment state...
2016-11-26 Samuel Pitoisetgm107/ir: optimize 32-bit CONST load to mov
2016-11-26 Samuel Pitoisetgm107/ir: do not combine CONST loads
2016-11-26 Jason Ekstrandanv/device: Remove a bogus finishme comment
next