r600g: uniform buffer object support
[mesa.git] / src / gallium / auxiliary /
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-11 Roland Scheideggergallivm: fix border color for integer textures
2013-01-11 Roland Scheideggergallivm: more integer texture format fetch fixes
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt TurnerRemove MESA_PIC_FLAGS macro
2013-01-10 Matt Turnerbuild: Don't build pipebuffer
2013-01-10 Tom Stellardlibgallium: Convert to automake
2013-01-06 Marek Olšákr300g: implement MSAA
2013-01-04 Brian Paulutil: fix addressing bug in pipe_put_tile_z() for PIPE_...
2013-01-04 Brian Paulutil: add get/put_tile_z() support for PIPE_FORMAT_Z32_...
2013-01-04 Brian Paulgallivm: support more immediates in lp_build_tgsi_info()
2013-01-04 Brian Paulutil: move var declaration before loop to fix MSVC...
2013-01-04 Marek Olšákst/mesa: fix GetTexImage for compressed 2D array textures
2013-01-04 Marek Olšákgallium/util: remove unused helper util_create_rgba_texture
2013-01-04 Marek Olšákgallium/u_blitter: implement 3D blitting
2013-01-04 Marek Olšákgallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY...
2013-01-04 Marek Olšákgallium/u_blitter: minor simplification
2013-01-04 Marek Olšákgallium/u_blitter: unify some parameters into a dstbox...
2013-01-04 Marek Olšákgallium/u_blitter: remove useless parameter from blitte...
2013-01-04 Marek Olšákgallium/util: complete implementation of util_dump_transfer
2012-12-21 José Fonsecautil/u_format: Round when converting depth values from...
2012-12-18 Roland Scheideggergallivm: fix conversion for pure integer formats
2012-12-17 Roland Scheideggergallivm: fix texel fetch for array textures (2)
2012-12-16 Henri Verbeetgallium/u_blitter: Remove the overlapped blit assert...
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-12-13 Roland Scheideggergallivm: fix texel fetch for array textures
2012-12-12 Marek Olšákgallium/util: add a simple allocator for suballocating...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšákgallium/util: move util_try_blit_via_copy_region to...
2012-12-12 Marek Olšákgallium/cso: don't use the pipe_error return type where...
2012-12-12 Marek Olšákgallium: manage render condition in cso_context and...
2012-12-11 Brian Paulutil: add util_copy_constant_buffer() helper function
2012-12-11 Tom Stellardgallivm: Lower TGSI_OPCODE_MUL to fmul by default
2012-12-10 Dave Airliellvmpipe: fix txq for 1d/2d arrays. (v3)
2012-12-10 Dave Airliellvmpipe: increase texture target width to reflect...
2012-12-08 Brian Pauldraw: fix/improve dirty state validation
2012-12-08 Brian Pauldraw: add reminder comments about similar code in diffe...
2012-12-08 Brian Pauldraw: rearrange code in llvm_middle_end_prepare()
2012-12-08 Brian Pauldraw: fix comment typo
2012-12-08 Brian Pauldraw: add comment on draw->pt.opt field
2012-12-08 Brian Pauldraw: update a comment about index buffers
2012-12-08 José Fonsecagallium/os: Fix nano->micro second concersion.
2012-12-07 José Fonsecagallivm: Rudimentary native integer support.
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm: Allow indirection from TEMP registers too.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-07 Marek Olšákgallium/u_blitter: fix conflict with u_memory.h
2012-12-06 José Fonsecautil: Add util_copy_box helper.
2012-12-06 José Fonsecagallium/util: Move the util_copy/fill_rect into u_surface.
2012-12-06 José Fonsecagallium/os: Cleanup up os_time_get/os_time_get_nano.
2012-12-06 José Fonsecagallium/os: Fix os_time_sleep() on Windows for small...
2012-12-06 José Fonsecagallivm: Fix lerping of (un)signed normalized numbers.
2012-12-06 José Fonsecagallivm: Fix lp_build_print_value of smaller integer...
2012-12-06 Brian Pauldraw: remove some dead constant buffer code
2012-12-05 Vincent Lejeunegallivm: Have a default emit function for min/max opcode
2012-12-05 Vincent Lejeunegallivm: have a default emit function for fdiv/rcp
2012-12-05 Brian Pauldraw: set precalc_flat flag for AA lines too
2012-12-04 José Fonsecagallivm: Re-add the kludge for lp_build_lerp of fixed...
2012-12-04 José Fonsecautil/u_debug: Cleanup/fix debug_dump_image.
2012-12-04 José Fonsecatranslate: Fix the fetch function assertions.
2012-12-04 José Fonsecautil/u_draw: Skip rendering instead of aborting when...
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.
next