summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* util/dump: Use static assertion to detect string table size mismatches.José Fonseca2013-02-231-1/+18
* util/u_dump: Update texture target strings.José Fonseca2013-02-221-2/+10
* util/debug: Always use __builtin_frame_address on gcc.Sergey Matyukevich2013-02-221-4/+1
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-132-0/+129
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-121-2/+2
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-072-0/+22
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-062-32/+5
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1
* util: add new error checking code in vbuf helperBrian Paul2013-01-251-27/+49
* util: add some defensive coding in u_upload_alloc()Brian Paul2013-01-251-1/+7
* util: silence MSVC signed/unsigned comparison warningsBrian Paul2013-01-251-4/+4
* util: silence MSVC double->float conversion warningsBrian Paul2013-01-251-2/+2
* util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul2013-01-251-1/+1
* gallium/util: add a half float array to util_colorMarek Olšák2013-01-151-0/+1
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-152-5/+33
* util: add new primitive types to pipe_prim_names[] arrayBrian Paul2013-01-141-0/+4
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-0/+2
* r300g: implement MSAAMarek Olšák2013-01-061-1/+2
* util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul2013-01-041-1/+1
* util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2013-01-041-0/+36
* util: move var declaration before loop to fix MSVC errorBrian Paul2013-01-041-1/+2
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-0/+18
* gallium/util: remove unused helper util_create_rgba_textureMarek Olšák2013-01-042-61/+0
* gallium/u_blitter: implement 3D blittingMarek Olšák2013-01-042-30/+83
* gallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY with a non-zero cube indexMarek Olšák2013-01-041-0/+5
* gallium/u_blitter: minor simplificationMarek Olšák2013-01-041-10/+11
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-042-20/+25
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-042-7/+5
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca2012-12-211-1/+1
* gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet2012-12-161-28/+0
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-122-0/+180
* gallium: remove pipe_surface::usageMarek Olšák2012-12-129-33/+13
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-124-157/+164
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-122-0/+6
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-071-1/+5
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-064-186/+140
* util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2012-12-042-33/+27
* util/u_draw: Skip rendering instead of aborting when excessive number of inst...José Fonseca2012-12-041-2/+9
* util/surface: Always use the surface format when clearing.José Fonseca2012-12-041-7/+8
* u_cache: fix dereference before NULL checkDave Airlie2012-12-041-4/+4
* util: added pipe_surface_release() functionBrian Paul2012-11-301-0/+16
* util/u_format: Kill util_format_is_array().José Fonseca2012-11-292-51/+0
* util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2012-11-292-2/+11
* util/u_format: Fix format manipulation for big-endianAdhemerval Zanella2012-11-291-5/+5
* util: add more memory debugging featuresBrian Paul2012-11-281-1/+81
* util: Updated util_format_is_array to be more accurate.James Benton2012-11-282-3/+16
* util: Modified u_rect to default to memcpy.James Benton2012-11-271-8/+1