summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: document custom meta helpersMarek Olšák2012-08-152-7/+16
* r600g: implement MSAA color resolveMarek Olšák2012-08-152-0/+69
* r600g: implement MSAA depth-stencil decompression and resolveMarek Olšák2012-08-152-0/+3
* gallium/u_blitter: implement X and Y texture flippingMarek Olšák2012-08-151-11/+26
* gallium/u_blitter: implement blitting multisample resourcesMarek Olšák2012-08-156-99/+342
* gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák2012-08-151-1/+1
* util: Move dereference after null check in util_resource_copy_region.Vinson Lee2012-08-041-3/+3
* gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák2012-08-042-32/+68
* gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák2012-08-042-13/+3
* gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák2012-08-042-13/+16
* gallium/u_blitter: minor cleanupMarek Olšák2012-08-042-8/+8
* gallium/u_blitter: set sample mask to ~0Marek Olšák2012-08-042-0/+20
* gallium/u_blit: bail out if src is a multisample textureMarek Olšák2012-08-041-0/+6
* gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák2012-08-041-1/+2
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-042-0/+9
* u_blitter: Move a pointer dereference after null check.Vinson Lee2012-08-031-2/+3
* Use C99 NAN and INFINITY macrosMatt Turner2012-08-031-10/+3
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-032-26/+26
* gallium/util: Use GCC built-in functions for NaN and infinity.Vinson Lee2012-07-301-0/+5
* Fix compile time errors when building against uclibcAnthony G. Basile2012-07-241-0/+2
* gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák2012-07-171-0/+14
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+12
* gallium/util, mesa: Refactor etc1 unpack functionChad Versace2012-07-161-24/+1
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-122-36/+174
* st/mesa: set colormask to zero when blitting depthMarek Olšák2012-07-121-4/+8
* gallium/u_blit: remove useless memset callsMarek Olšák2012-07-121-6/+0
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-122-50/+15
* gallium/u_blit: don't do two copies for non-2D texturesMarek Olšák2012-07-121-33/+39
* gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlinesMarek Olšák2012-07-122-30/+30
* gallium/u_blitter: accelerate stencil-only copyingMarek Olšák2012-07-123-1/+79
* gallium/u_blitter: accelerate depth-stencil copying using shader stencil exportMarek Olšák2012-07-124-12/+147
* gallium: add util_format_stencil_only helper functionMarek Olšák2012-07-121-0/+29
* gallium/u_blitter: minify depth0 when initializing last_layerMarek Olšák2012-07-121-1/+1
* gallium/u_gen_mipmap: accelerate depth texture mipmap generationMarek Olšák2012-07-121-26/+58
* gallium/u_blitter: consolidate some state changesMarek Olšák2012-07-091-32/+17
* gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie2012-07-041-0/+2
* gallium/util: Add ULL suffix to large constants.José Fonseca2012-07-021-3/+3
* gallium/util: Truly disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+1
* gallium/util: Disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+7
* util: Reimplement half <-> float conversions.James Benton2012-06-293-214/+67
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-2/+4
* util: Updated u_format_tests to rigidly test half-float boundary values.James Benton2012-06-291-0/+30
* util: Added functions for checking NaN / Inf for double and half-floats.James Benton2012-06-291-2/+102
* util: Added util_format_is_array.James Benton2012-06-292-0/+39
* gallium/util: Fix parsing of options with underscore.José Fonseca2012-06-271-1/+1
* u_blitter: disable streamout before renderingMarek Olšák2012-06-261-0/+10
* util: add some comments, fix indentationBrian Paul2012-06-131-1/+5
* util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2012-05-251-3/+3
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-122-9/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-0/+13