draw: Properly limit vertex buffer fetches on draw arrays.
[mesa.git] / src / gallium / auxiliary /
2012-12-04 José Fonsecadraw: Properly limit vertex buffer fetches on draw...
2012-12-04 José Fonsecadraw: Use symbolic primitive names in debug output.
2012-12-04 José Fonsecadraw: Consider the geometry shader when choosing the...
2012-12-04 José Fonsecatgsi: Allow TXF from buffers.
2012-12-04 José Fonsecautil/surface: Always use the surface format when clearing.
2012-12-04 José Fonsecatgsi: Increase maximum number of temps to 4096.
2012-12-04 José Fonsecagallivm: Generalize lp_build_mul and lp_build_lerp...
2012-12-04 Dave Airlieu_cache: fix dereference before NULL check
2012-12-04 Johannes Obermayrgallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM...
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 Roland Scheideggergallivm: fix srgb format fetch
2012-12-01 Roland Scheideggergallivm: drop border wrap clamping code
2012-11-30 Brian Paulutil: added pipe_surface_release() function
2012-11-29 Marek Olšákgallium/postprocess: share pipe_context and cso_context...
2012-11-29 José Fonsecagallivm: Fix lp_build_float_to_half.
2012-11-29 Roland Scheideggergallivm: fix a trivial txq issue for 2d shadow and...
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-29 José Fonsecautil/u_format: Kill util_format_is_array().
2012-11-29 José Fonsecautil/u_format: Tighten the meaning of is_array bit...
2012-11-29 Adhemerval Zanellautil/u_format: Fix format manipulation for big-endian
2012-11-29 Adhemerval Zanellagallivm: Fix format manipulation for big-endian
2012-11-29 Adhemerval Zanellagallivm: Add byte-swap construct calls
2012-11-29 Adhemerval Zanellagallivm: Fix vector constant for shuffle
2012-11-29 Adhemerval Zanellagallivm: clear Altivec NJ bit
2012-11-29 Adhemerval Zanellagallivm: Altivec floating-point rounding
2012-11-29 Adhemerval Zanellagallivm: Altivec vector add/sub intrisics
2012-11-29 Adhemerval Zanellagallivm: Altivec vector max/min intrisics
2012-11-29 Adhemerval Zanellagallivm: Altivec pack/unpack intrisics
2012-11-28 Brian Paulutil: add more memory debugging features
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-28 James Bentonutil: Updated util_format_is_array to be more accurate.
2012-11-28 James Bentongallivm: Added support for float to half-float conversi...
2012-11-28 James Bentongallivm: Changed lp_build_pad_vector to correctly handl...
2012-11-28 James Bentongallivm: Add a function to generate lp_type for a format.
2012-11-28 James Bentongallivm: Add support for unorm16 in lp_build_mul.
2012-11-28 Roland Scheideggergallivm: fix multiple lods with different min/mag filte...
2012-11-27 James Bentonutil: Modified u_rect to default to memcpy.
2012-11-27 James Bentonutil/format: Fix bug in float to non-float conversion...
2012-11-27 James Bentongallivm: Fix bug in lp_build_one which would incorrectl...
2012-11-27 Roland Scheideggergallivm: use the new mip per quad handling in texture...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-17 Vinson Leeutil: Only use open coded snprintf for MSVC.
2012-11-15 José Fonsecautil/u_debug: Fix DEBUG_NAMED_VALUE.
2012-11-15 Roland Scheideggerdraw: fix crashes with out-of-bounds indices
2012-11-13 Tom Stellardauxillary: Append LLVM_CXXFLAGS to CXXFLAGS
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-11 Marek Olšákgallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in...
2012-11-09 Dave Airlieu_blitter: fix cube array check
2012-11-09 José Fonsecautil/u_surface: Support 3D/array textures in util_resou...
2012-11-09 José Fonsecadraw: Remove redundant draw_geometry_shader_delete().
2012-11-09 José Fonsecautil/u_surface: Fix util_clear_depth_stencil for Z32_FL...
2012-11-09 José Fonsecasoftpipe,util: Fix blending of R and RG formats.
2012-11-09 José Fonsecatgsi: Lift the requirement of indirection being done...
2012-11-09 José Fonsecautil: Fix reduction of line adjacency primitives.
2012-11-09 José Fonsecautil/u_rect: Make it C++ safe.
2012-11-09 Dave Airlieu_blitter: don't create fragment program for cube maps...
2012-11-09 Dave Airlieu_blitter: add cube map array support.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-05 José Fonsecautil: Make u_framebuffer.h C++ safe.
2012-11-01 Marek Olšákgallium/u_vbuf: document how it works
2012-11-01 Marek Olšákgallium/u_vbuf: optimize looping over the list of buffe...
2012-11-01 Marek Olšákgallium/u_vbuf: skip processing of buffers unused by...
2012-10-31 Marek Olšákdraw: fix assertion failure in draw_emit_vertex_attr
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-29 Marek Olšákmesa: bump MAX_VARYING to 32
2012-10-28 Alexander V. Nikolaevgallium/gallivm: code generation options for LLVM 3.1+
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-26 Christian Königvl: fix the dri winsys helper screen init
2012-10-17 José Fonsecagallivm: Hide AVX support when requested by LP_NATIVE_V...
2012-10-17 Will Schmidtgallivm: Use mcjit for ppc_64 architecture
2012-10-17 Brian Paultgsi: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC double/float conversion warning in u_for...
2012-10-17 Brian Pauldraw: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil/blitter: silence assorted MSVC warnings
2012-10-17 José Fonsecatgsi: Add support to parse IMM[x] too.
2012-10-17 José FonsecaRevert "gallivm: Don't use llvm.x86.avx.max/min.ps...
2012-10-15 Brian Paulutil: added debug_print_transfer_flags() function
2012-10-15 Chris Festerutil: null-out the node's prev/next pointers in list_del()
2012-10-12 Matt Turneru_format_s3tc.c: Don't call getenv() twice
2012-10-12 José Fonsecagallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvert...
2012-10-12 José Fonsecatgsi: Dump register number when dumping immediates.
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-10-12 Marek Olšákr600g: implement MSAA resolving for 8-bit and 16-bit...
2012-10-11 Brian Paulutil: fix broken pipe_get_tile_rgba() call
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-08 Marek Olšákllvmpipe: remove unused variables to fix compile warnings
2012-10-06 Marek Olšákgallium: allow debug helpers in the release build
2012-09-30 Marek Olšákst/mesa: implement decompress_with_blit using gallium...
2012-09-30 Marek Olšákgallium: add helpers for dumping pipe_box and pipe_blit...
2012-09-30 Marek Olšákgallium/u_blitter: add helper for blitting via resource...
2012-09-30 Marek Olšákgallium/u_blitter: add gallium blit implementation
2012-09-30 Marek Olšákgallium/u_blitter: add ability to disable and restore...
2012-09-30 Marek Olšákgallium/u_blitter: facilitate co-existence with the...
2012-09-30 Marek Olšákgallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLE
next