summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-234-12/+16
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-234-4/+4
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-234-4/+4
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-235-6/+9
* gallium/u_blitter: implement buffer clearingMarek Olšák2013-04-232-8/+97
* draw: implement primitive assemblerZack Rusin2013-04-181-0/+21
* util/prim: fix decomposed counts for adjacency primitivesZack Rusin2013-04-181-4/+4
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-182-0/+46
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-15/+20
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-041-0/+55
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-042-0/+2
* util: add new util_resource_size() function in u_resource.[ch]Brian Paul2013-04-032-1/+98
* util: move functions from u_resource.c to u_transfer.cBrian Paul2013-04-032-75/+74
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-261-1/+1
* gallium/util: attempt to fix blitting multisample texture arraysMarek Olšák2013-03-112-2/+2
* gallium/util: dump instance_divisorMarek Olšák2013-03-111-2/+1
* gallium/util: Correct shift value for TSC feature detection.Maxence Le Doré2013-03-081-1/+1
* u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAADave Airlie2013-03-041-0/+5
* gallium/util: add helper code for 1D integer rangeMarek Olšák2013-03-011-0/+89
* util: fix issues with util_clear_render_target.Roland Scheidegger2013-02-281-9/+46
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-0/+16
* util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca2013-02-231-4/+22
* 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