Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary /
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: make sure use_llvm isn't used when not defined
2010-04-19 Zack Rusindraw llvm: fix typo (boolean, not bool)
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: allow runtime switching of pipelines (yes...
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 Brian Paulgallium/util: specify binding type for blit src texture
2010-04-19 Brian Paulgallium/draw: use a local var to simplify some code
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Vinson Leegallivm: Remove redundant initialization of dst_vec_type.
2010-04-19 Vinson Leeauxiliary: Move loop variable declaration outside for...
2010-04-19 Vinson Leeauxiliary: Initialize variable.
2010-04-19 Vinson Leeauxiliary: Add util/u_surfaces.c to SCons build.
2010-04-18 Luca Barbieriu_inlines: split pipe_surface_init in pipe_surface_rese...
2010-04-18 Brian Paultgsi: add comment about potential code removal
2010-04-18 Brian Paultgsi: replace 0xf with TGSI_WRITEMASK_XYZW
2010-04-18 Luca Barbieriu_surfaces: silence warning
2010-04-18 Luca Barbieriauxiliary: add util_dirty_surfaces to track dirty rende...
2010-04-18 Luca Barbieriauxiliary: add util_surfaces to track a resource's...
2010-04-18 Luca Barbieriu_inlines: add function to initialize pipe_surface
2010-04-18 Luca Barbieriu_blitter: add support for saving vertex buffers
2010-04-18 José Fonsecadraw: Cosmetic cleanups and comments.
2010-04-17 Vinson Leeos: Implement pipe_barrier for POSIX platforms without...
2010-04-17 Jakob Bornecrantzgallium/util: Ignores
2010-04-17 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-16 Brian Paulgallium/draw: fix breakage from moving lp_bld_* files
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_blend* files to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_interp.c to llvmpipe...
2010-04-16 Brian Paulgallivm: init some vars to silence warnings
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-16 Brian Paulgallivm: remove some old stuff
2010-04-14 Corbin Simpsonu_blitter: Coords are normalized.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Chia-I Wugallium: Remove pipe_screen::update_buffer.
2010-04-13 Michal Krolutil: Fix util_dynarray_trim().
2010-04-13 Vinson Leedraw llvm: Initialize variable.
2010-04-13 Luca Barbierigallium/auxiliary: make util_dynarray_trim do nothing...
2010-04-13 Luca Barbierigallium/auxiliary: add util_dynarray_resize
2010-04-13 Luca Barbierigallium/auxiliary: fix util_dynarray_trim to 0 to free...
2010-04-13 Luca Barbieriutil: implement Jose Fonseca's suggestions for u_buffer...
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
2010-04-12 Luca Barbierigallium/auxiliary: add dynamically sized buffer/array...
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecallvmpipe: pipe_target needs now 3 bits to be represented.
2010-04-11 Vinson Leeutil: Remove unnecessary header.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 José Fonsecascons: Make LLVM a black-white dependency.
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian Paulllvmpipe: fix transposed stencil ref / values comparison
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 José Fonsecautil: Fix typo in earlier commit.
2010-04-09 José Fonsecautil: ubyte_to_float and float_to_ubyte whenever possible.
2010-04-09 José Fonsecautil: Get all depth stencil tests passing.
2010-04-09 José Fonsecautil: Add missing break statement.
2010-04-09 José Fonsecautil: Use consistent symbols in pack generator.
2010-04-09 José Fonsecautil: Reorder format tests -- group by format.
2010-04-09 José Fonsecautil: Add dedicated depth-stencil packing/unpacking...
2010-04-09 Corbin Simpsonutil: Include u_debug for debug_print_format.
2010-04-09 Vinson Leeutil: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac...
2010-04-08 José Fonsecautil: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMA...
2010-04-08 José Fonsecautil: (Almost) universal format translation function.
2010-04-08 José Fonsecautil: Describe, implement, and test the new D3D9 color...
2010-04-08 José Fonsecautil: is_array/mixed/etc is only meaningful for plain...
2010-04-08 José Fonsecautil: Keep const keyword when unpacking formats.
2010-04-08 José Fonsecautil: Reorder the code generated function so that they...
2010-04-08 Zack Rusindraw llvm: hook up the generated function into the...
2010-04-08 José Fonsecadraw: Fix vertex buffer indexation.
2010-04-08 José Fonsecautil: Don't call util_dl_close(library) when util_forma...
2010-04-08 Vinson Leeutil: util_dl_close(library) before exiting util_format...
2010-04-08 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack Rusindraw llvm: highly reduce the compilation times for...
2010-04-07 José Fonsecagallivm: Get the format translation logic write.
2010-04-07 José Fonsecautil: Support fixed formats conversion.
2010-04-07 José Fonsecautil: Add copyright header to u_half.h
2010-04-07 José Fonsecautil: Remove the half typedef from p_compiler.h.
2010-04-07 José Fonsecautil: Use stubs for the dynamically loaded S3TC functions.
2010-04-07 José Fonsecadraw: Fix MSVC build (snprintf->util_snprintf).
2010-04-07 José Fonsecautil: Remove u_tile.c YCbCr's.
2010-04-07 José Fonsecautil: Implement YUV and subsampled RGB format conversion.
2010-04-07 Brian Pauldraw: init draw->pt.middle.general = NULL just to be...
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Vinson Leedraw llvm: Remove unnecessary headers.
2010-04-07 Vinson Leegallium: Add files to Makefile.
2010-04-07 Zack Rusindraw llvm: disable printing of the LLVM ir
2010-04-07 Brian Paulgallium/draw: add additional DRAW_LLVM check
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecagallivm: Fallback to calling util_format_description...
2010-04-06 José Fonsecagallivm: Move the global LLVM objects (module, engine...
2010-04-06 Zack Rusindraw llvm: disable debugging output
2010-04-06 Zack Rusindraw llvm: implement simple pipeline caching using...
2010-04-06 Zack Rusindraw llvm: fix iteration for larger vertex arrays
2010-04-06 Zack Rusindraw llvm: iterate with the correct stop over the outputs
2010-04-06 Michal Krolutil: Respect destination stride in pipe_get_tile_swizz...
2010-04-06 Zack Rusindraw llvm: fix draw arrays
2010-04-06 José Fonsecautil: Make half float lookup tables constant.
2010-04-06 José Fonsecautil: Remove the hand written SRGB format support code.
next