draw: Properly limit vertex buffer fetches on draw arrays.
[mesa.git] / src / gallium / drivers /
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-03 Stefan Dösingerr300g: Give CLIP_DISABLE another try
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 José Fonsecallvmpipe: Refactor convert_to/from_blend_type to conver...
2012-12-03 José Fonsecallvmpipe: Improve color buffer loads/stores alignment.
2012-12-03 José Fonsecallvmpipe: Recompute the fs shader key when framebuffer...
2012-12-02 Marek Olšákr300g: increment num_z_clears only if we have Hyper-Z
2012-12-02 Marek Olšákr300g: add blacklist for apps that shouldn't steal...
2012-12-02 Marek Olšákr300g: enable Hyper-Z by default on r500
2012-12-02 Marek Olšákr300g: clear the ZB cache before clearing ZMASK or HIZ
2012-12-02 Marek OlšákRevert "r300g: fix occlusion queries when depth test...
2012-12-01 Marek Olšákr300g: refuse to create too large textures
2012-12-01 Marek Olšákr300g: fix memory leaks in texture_create error paths
2012-12-01 Marek Olšákr300g: fix revoking hyperz access
2012-12-01 Marek Olšákr300g: handle map flag DISCARD_WHOLE_RESOURCE
2012-12-01 Dave Airliesvga: remove pointless assert on unsigned >= 0
2012-12-01 Dave Airlier300g: fix comparison of hyperz flush time.
2012-11-30 José Fonsecallvmpipe: Remove remnants of lp_tile_soa from Makefile.
2012-11-30 Vinson Leellvmpipe: Fix incorrect sizeof.
2012-11-30 Stéphane Marchesinllvmpipe: Fix build break from 75da95c50
2012-11-29 Vincent Lejeuner600g: mirror simplification of if/break opcodes
2012-11-29 Vincent Lejeuner600g: separate resource_id and sampler_id tex info...
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-29 José Fonsecallvmpipe: Remove lp_build_blend_soa()
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-29 José Fonsecallvmpipe: Only advertise unswizzled formats.
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
next