swr: [rasterizer] Include cmath for std::isnan and std::isinf.
[mesa.git] / src /
2016-05-11 Vinson Leeswr: [rasterizer] Include cmath for std::isnan and...
2016-05-10 Jason Ekstrandi965/blorp: Don't blend integer values during MSAA...
2016-05-10 Jason Ekstrandmeta/blit: Don't blend integer values during MSAA resolves
2016-05-10 Jason Ekstrandi965/fs: Default all constants to a location of -1
2016-05-10 Dave Airliest/glsl_to_tgsi: attach image to correct instruction...
2016-05-10 Dave Airliemesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERS...
2016-05-10 Dave Airliemesa/meta: check for signed/unsigned int conversion...
2016-05-10 Matt Turneri965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_...
2016-05-10 Bas Nieuwenhuizenradeonsi: Set declared tessellation LDS size to hardwar...
2016-05-10 Rob Clarkfreedreno/ir3: size input/output arrays properly
2016-05-10 Ian Romanickir_to_mesa: Emit smarter ir_binop_logic_or for vertex...
2016-05-10 Ian Romanickprog: Delete all remains of OPCODE_SNE, OPCODE_SEQ...
2016-05-10 Ian Romanickir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
2016-05-10 Ian Romanickir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
2016-05-10 Samuel Pitoisetnvc0: enable compute support by default on GK110+
2016-05-10 Marek Olšákgallium/radeon: don't flush the GFX IB if DMA doesn...
2016-05-10 Marek Olšákradeonsi: consolidate radeon_add_to_buffer_list calls...
2016-05-10 Marek Olšákgallium/radeon: add a heuristic for better (S)DMA perfo...
2016-05-10 Marek Olšákgallium/radeon: flush if DMA IB memory usage is too...
2016-05-10 Marek Olšákradeonsi: add new SDMA texture copy code
2016-05-10 Marek Olšákgallium/radeon: fix (S)DMA read-after-write hazards
2016-05-10 Marek Olšákradeonsi: raise the max size for SDMA buffer copies
2016-05-10 Marek Olšákradeonsi: remove SDMA texture copy code
2016-05-10 Marek Olšákradeonsi: only expose *_init_*dma_functions from (S...
2016-05-10 Marek Olšákgallium/radeon: implement randomized SDMA texture copy...
2016-05-10 Marek Olšákgallium/radeon: discard CMASK or DCC if overwriting...
2016-05-10 Marek Olšákgallium/radeon: use a common function for DMA blit...
2016-05-10 Marek Olšákgallium/radeon: split out code for discarding DCC
2016-05-10 Marek Olšákgallium/radeon: rename r600_texture_disable_cmask ...
2016-05-10 Marek Olšákst/mesa: use transfer_inline_write for memcpy TexSubIma...
2016-05-10 Marek Olšákgallium/radeon: fix partial layered transfers of cube...
2016-05-10 Marek Olšákgallium/radeon: align alignments for better buffer...
2016-05-10 Marek Olšákgallium/radeon: use gart_page_size instead of hardcoded...
2016-05-10 Marek Olšákwinsys/radeon: use gart_page_size instead of private...
2016-05-10 Marek Olšákwinsys/amdgpu: move gart_page_size to struct radeon_winsys
2016-05-10 Roland Scheideggergallivm: print declarations of intrinsics with GALLIVM_...
2016-05-10 Roland Scheideggergallivm: use InternalLinkage instead of PrivateLinkage...
2016-05-10 Roland Scheideggergallivm: disable avx512 features
2016-05-10 Jose FonsecaRevert "nir: Try to warn when C99 extensions are used...
2016-05-10 Samuel Iglesias... i965/fs: fix MOV_INDIRECT exec_size for doubles
2016-05-10 Samuel Iglesias... i965/fs: take into account doubles when calculating...
2016-05-10 Samuel Iglesias... i965/fs: demote_pull_constants() did not take into...
2016-05-10 Samuel Iglesias... i965/fs: push first double-based uniforms in push const...
2016-05-10 Iago Toral Quirogai965/fs: recognize writes with a subreg_offset > 0...
2016-05-10 Iago Toral Quirogai965/fs/lower_simd_width: Fix registers written for...
2016-05-10 Iago Toral Quirogai965/fs: rename our lower_d2f pass to lower_d2x
2016-05-10 Iago Toral Quirogai965/fs: implement i2d and u2d
2016-05-10 Iago Toral Quirogai965/fs: implement d2i and d2u
2016-05-10 Iago Toral Quirogai965/fs: implement d2b
2016-05-10 Iago Toral Quirogai965/fs: implement fsign() for doubles
2016-05-10 Iago Toral Quirogai965/fs: add null_reg_df
2016-05-10 Iago Toral Quirogai965/fs: We only support 32-bit integer ALU operations...
2016-05-10 Iago Toral Quirogai965/fs: handle fp64 opcodes in brw_do_channel_expressions
2016-05-10 Connor Abbotti965/fs: add support for f2d and d2f
2016-05-10 Connor Abbotti965/fs: add a pass for legalizing d2f
2016-05-10 Connor Abbotti965/fs: fix dst width calculation in CSE
2016-05-10 Connor Abbotti965/fs: fix regs_written in LOAD_PAYLOAD for doubles
2016-05-10 Connor Abbotti965/fs: fix is_copy_payload() for doubles
2016-05-10 Connor Abbotti965/fs: fix compares for doubles
2016-05-10 Connor Abbotti965/fs: extend exec_size halving in the generator
2016-05-10 Connor Abbotti965/fs: fix assign_constant_locations() for doubles
2016-05-10 Connor Abbotti965/fs: use byte_offset() in offset() for uniforms
2016-05-10 Connor Abbotti965/fs: handle uniforms in byte_offset()
2016-05-10 Connor Abbotti965/fs: fix type_size() for doubles
2016-05-10 Iago Toral Quirogai965/fs: optimize unpack double
2016-05-10 Iago Toral Quirogai965/fs: optimize pack double
2016-05-10 Connor Abbotti965/fs/nir: translate double pack/unpack
2016-05-10 Connor Abbotti965/fs: add a pass for lowering PACK opcodes
2016-05-10 Connor Abbotti965/fs: add PACK opcode
2016-05-10 Francisco Jerezi965/fs: Introduce helper to extract a field from each...
2016-05-10 Connor Abbotti965/fs: always pass the bitsize to brw_type_for_nir_type()
2016-05-10 Connor Abbotti965/fs: add support for printing double immediates
2016-05-10 Connor Abbotti965/fs: don't propagate 64-bit immediates
2016-05-10 Connor Abbotti965/fs: use the NIR bit size when creating registers
2016-05-10 Connor Abbotti965: fixup uniform setup for doubles
2016-05-10 Iago Toral Quirogai965: two-argument instructions can only use 32-bit...
2016-05-10 Iago Toral Quirogai965: fix brw_abs_immediate() for doubles
2016-05-10 Iago Toral Quirogai965: fix brw_saturate_immediate() for doubles
2016-05-10 Connor Abbotti965: fix is_zero(), is_one() and is_negative_one(...
2016-05-10 Connor Abbotti965: fix brw_negate_immediate() for doubles
2016-05-10 Connor Abbotti965/eu: add support for DF immediates
2016-05-10 Connor Abbotti965: add support for disassembling DF immediates
2016-05-10 Connor Abbotti965: add support for getting/setting DF immediates
2016-05-10 Connor Abbotti965: add brw_imm_df
2016-05-10 Topi Pohjolaineni965/eu: Allow 3-src float ops with doubles
2016-05-10 Connor Abbotti965/disasm: fix disasm of 3-src doubles
2016-05-10 Topi Pohjolaineni965: Tell backend register about double precision...
2016-05-10 Topi Pohjolaineni965: Determine size of double precision float register
2016-05-10 Topi Pohjolaineni965: Lower DFRACEXP/DLDEXP
2016-05-10 Connor Abbotti965: use pack/unpackDouble lowering
2016-05-10 Connor Abbotti965: use double lowering pass
2016-05-10 Samuel Iglesias... freedreno/ir3: lower lrp when operating with double...
2016-05-10 Samuel Iglesias... i965: enable lrp lowering for doubles
2016-05-10 Dave Airliest/glsl_to_tgsi: brown paper bag for the input offsets...
2016-05-10 Dave Airlieglsl: check geometry output vertices limits.
2016-05-10 Dave Airliemesa/vbo: fix check for zero aliases with 2/10/10/10
2016-05-10 Eduardo Lima Mitevnir/print: Print memory qualifiers in a variable declar...
2016-05-10 Eduardo Lima Mitevglsl: Apply memory qualifiers to vars inside named...
2016-05-10 Dave Airliest/glsl_to_tgsi: handle offsets from inputs
2016-05-09 Kenneth GraunkeRevert "Revert "i965: Switch to scalar TCS by default.""
next