gallivm: Altivec floating-point rounding
[mesa.git] / src / gallium / drivers /
2012-11-29 Michel Dänzerradeonsi: Bitcast result of packf16 intrinsic to float...
2012-11-28 José Fonsecallvmpipe: Implement logic ops for the AoS path.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Enable vertex color clamping.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-28 Michel Dänzerradeonsi: Reinstate assertions against invalid colour...
2012-11-28 Michel Dänzerradeonsi: Re-enable Z16 depth buffers.
2012-11-28 Marek Olšákradeonsi: remove redundant parameter in r600_init_surface
2012-11-28 Michel Dänzerradeonsi: Use explicit stencil mipmap level offsets.
2012-11-28 Marek Olšákradeonsi: correct texture memory size for Z32F_S8X24
2012-11-28 Michel Dänzerradeonsi: Depth/stencil fixes.
2012-11-28 Michel Dänzerradeonsi: Flesh out support for depth/stencil exports...
2012-11-28 Michel Dänzerradeonsi: Fix sampler views for depth textures.
2012-11-28 Jerome Glisseradeonsi: Fix z/stencil texture creation.
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-22 Marek Olšákr600g: fix broken streamout if streamout_begin caused...
2012-11-22 Marek Olšákr600g: fix ARB_map_buffer_alignment with unaligned...
2012-11-16 Tom Stellardr300/compiler: Avoid generating MOV instructions for...
2012-11-16 Alex Deucherradeonsi: clean up some magic numbers
2012-11-16 Alex Deucherradeonsi: emit PA_SC_RASTER_CONFIG
2012-11-15 Alex Deucherradeonsi: remove new asserts and replace with warnings
2012-11-15 Alex Deucherradeonsi: cleanup si_db()
2012-11-15 Alex Deucherradeonsi: assert the CB format is valid (v2)
2012-11-15 Alex Deucherradeonsi: assert that the DB format is valid (v2)
2012-11-14 Michel Dänzerradeonsi: Set STENCILOPVAL fields to 1.
2012-11-14 Michel Dänzerradeonsi: Bump SI_PM4_MAX_DW.
2012-11-14 Michel Dänzerradeonsi: Handle TGSI TXL opcode.
2012-11-14 Michel Dänzerradeonsi: Handle TGSI TXB opcode.
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for 1D array textures...
2012-11-13 Marek Olšákr300g: don't call buffer_unmap in draw functions
2012-11-13 Marek Olšákr300g: fix crash since the set_vertex_buffers(start_slo...
2012-11-13 Marek Olšákr600g: untiled window-system buffers should be LINEAR_A...
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for 1D textures
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for staging textures...
2012-11-12 Marek Olšákr600g: remove redundant parameter in r600_init_surface
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-12 Roland Scheideggerllvmpipe: always allocate whole miptrees not individual...
2012-11-12 Michel Dänzerradeonsi: Implement alpha testing in pixel shader.
2012-11-12 Michel Dänzerradeonsi: Initialize uses_kill boolean from TGSI info.
2012-11-09 Dave Airlier600g: fix printk warnings
2012-11-09 Dave Airliesoftpipe: fix unused variable warning.
2012-11-09 Dave Airliegallium: fix unused cap warnings in drivers for cube...
2012-11-09 Dave Airlier600g: add initial cube map array support (v2)
2012-11-09 José Fonsecatrace: Support geometry shaders.
2012-11-09 José Fonsecagalahad: Support geometry shader / stream-output methods.
2012-11-09 José Fonsecasoftpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_AL...
2012-11-09 José Fonsecasoftpipe: Handle adjacency primitives.
2012-11-09 Vinson Leesvga: Fix memory leak in svga_buffer_transfer_map.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-11-08 Dave Airlier600g: fix lod bias/explicit lod with cube maps.
2012-11-08 Dave Airlier600g: clarify const buffer numbering and handling
2012-11-08 Vincent Lejeuner600g: fix pre eg export with llvm
2012-11-07 Alex Deucherr600g/compute: fix call to r600_bytecode_init
2012-11-07 Vinson Leesvga: Ensure vb_transfer in svga_swtnl_draw_vbo in...
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-05 José Fonsecatrace: Prevent segfault when passing NULL to set_vertex...
2012-11-05 José Fonsecagalahad: Prevent segfault when passing NULL to set_vert...
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-11-02 Vincent Lejeuner600g: make tgsi-to-llvm generates store.pixel* intrins...
2012-11-02 Michel Dänzerradeonsi: Implement support for vertex shader samplers.
2012-11-01 Marek Olšákr600g: re-enable handling of DISCARD_RANGE, improving...
2012-11-01 Marek Olšákr600g: fix abysmal performance in Reaction Quake
2012-10-31 José Fonsecallvmpipe: Obey back writemask.
2012-10-31 Jerome Glisser600g: avoid shader needing too many gpr to lockup...
2012-10-31 Marek Olšákr600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic...
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákr600g: use better sample positions for 8x MSAA
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-29 Vincent Lejeuner600g: tgsi-to-llvm emits right input intrinsics
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-28 Christoph Bumillernv50/ir: restore use of long immediate encodings
2012-10-28 Christoph Bumillernv50,nvc0: fix 2d engine stencil-only copies
2012-10-26 Marek Olšákr600g: advertise 32 streamout vec4 outputs
2012-10-26 Brian Paulsoftpipe: remove extraneous whitespace
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-26 Marek Olšákr600g: advertise 32 fragment shaders inputs, not 34
2012-10-26 José Fonsecatrace: Flush before drawing.
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_FACE.
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_BCOLOR.
2012-10-26 Michel Dänzerradeonsi: Don't snoop context state while building...
2012-10-26 Michel Dänzerradeon/llvm: Add intrinsic for reading SI FRONT_FACE...
2012-10-26 Alex Deucherr600g: split cayman common state out into a shared...
2012-10-26 Alex Deucherr600g: emit some additional regs on cayman
2012-10-26 Alex Deucherr600g: there are 16 const buffer size regs for each...
2012-10-26 Alex Deucherr600g: rework evergreen_init_common_regs()
2012-10-26 Alex Deucherr600g/compute: always CONTEXT_CONTROL packet at start...
2012-10-25 Marek Olšákr300g: fix texture border color for sRGB formats
2012-10-25 José Fonsecatrace: Fix dumping of set_constant_buffer method.
2012-10-24 Vincent Lejeuner600g: force bank_swizzle if already set
2012-10-24 Vincent Lejeuner600g: rewrite tgsi-to-llvm load-input to handle fragcoord
2012-10-24 Christoph Bumillernv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
2012-10-19 Tom Stellardr600g: Remove special handling of PRED_SET* insructions...
2012-10-19 Tom Stellardradeon/llvm: Sort tgsi opcode action initialization
2012-10-19 Tom Stellardradeon/llvm: Fix lowering TGSI_OPCODE_SSG
2012-10-18 Marek Olšákgallium: remove unused data pointer from pipe_transfer
2012-10-17 Brian Paulsvga: add svga_screen_cache_dump() debug helper
2012-10-17 Brian Paulsvga: whitespace fixes, remove useless comments
2012-10-16 Brian Paulsvga: silence MSVC warning about negating an unsigned...
next