summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "r300g: remove L8_UNORM from colorbuffer formats"Corbin Simpson2010-02-191-0/+1
* r300g: remove L8_UNORM from colorbuffer formatsMarek Olšák2010-02-191-1/+0
* softpipe: fix depth testing problemsBrian Paul2010-02-181-36/+53
* softpipe: comments and whitespace fixesBrian Paul2010-02-181-7/+8
* softpipe: const qualifiers, commentsBrian Paul2010-02-181-3/+3
* identity: Propagate api->name and api->driver_name upJakob Bornecrantz2010-02-181-0/+2
* trace: Propagate api->name upJakob Bornecrantz2010-02-181-0/+1
* svga: Silence uninitialized variable warnings.Vinson Lee2010-02-171-0/+6
* r300g: add support for all missing non-FP sampler formatsMarek Olšák2010-02-183-124/+234
* llvmpipe: use ffs technique for full tiles alsoKeith Whitwell2010-02-171-45/+70
* llvmpipe: rework do_block_16 to use bitmasks and ffsKeith Whitwell2010-02-171-27/+41
* nv40: Fix incorrect so_new() numbering.Francisco Jerez2010-02-161-1/+1
* nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.Francisco Jerez2010-02-161-0/+2
* nv50: use hw idx buffers where we canBen Skeggs2010-02-162-8/+27
* nouveau: fix for latest libdrmBen Skeggs2010-02-161-5/+1
* r300g: fix the size of constant buffersMarek Olšák2010-02-153-2/+34
* trace: Dump blend state as a binary blob.José Fonseca2010-02-151-37/+1
* trace: Fix constant buffer unwrapping.José Fonseca2010-02-151-9/+4
* trace: No need to dump reference counts.José Fonseca2010-02-141-13/+0
* trace: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* llvmpipe: Silence unused value warning.Vinson Lee2010-02-141-0/+1
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-141-0/+1
* r300: add half_float_vertex supportMarek Olšák2010-02-142-0/+11
* r300g: set the correct tiling flags for renderbuffersMarek Olšák2010-02-141-0/+68
* r300g: add macrotiling support to texture setupMarek Olšák2010-02-143-10/+45
* r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák2010-02-143-7/+85
* r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORMMarek Olšák2010-02-143-5/+17
* llvmpipe: s/debug_dump_/util_dump_/José Fonseca2010-02-144-31/+31
* cell: Use util_format_name().José Fonseca2010-02-141-2/+3
* llvmpipe: Use util_format_name().José Fonseca2010-02-141-2/+2
* nv: Use util_format_name().José Fonseca2010-02-146-10/+17
* r300g: Use util_format_name().José Fonseca2010-02-144-12/+13
* trace: Use util_format_name().José Fonseca2010-02-141-1/+2
* trace: Fix generated XML.José Fonseca2010-02-143-22/+9
* llvmpipe: Silence uninitialized variable warning.Vinson Lee2010-02-131-0/+2
* softpipe: Silence uninitialized variable warnings.Vinson Lee2010-02-131-0/+3
* r300g: fix scons buildMarek Olšák2010-02-142-3/+3
* softpipe: fix broken cubemap / mipmap selection codeBrian Paul2010-02-131-28/+71
* svga: Fix texture border color.José Fonseca2010-02-131-10/+6
* r300g: do not invalidate texture caches when only sampler state is changedMarek Olšák2010-02-131-2/+3
* r300g: cleanup the emission of RS block stateMarek Olšák2010-02-132-9/+13
* r300g: cleanup the emission of framebuffer stateMarek Olšák2010-02-132-11/+3
* r300g: disable independent blend enablesMarek Olšák2010-02-132-7/+2
* r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xxMarek Olšák2010-02-131-2/+1
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-121-1/+1
* svga: A few more tweaks to blend color state emission.José Fonseca2010-02-122-10/+8
* svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca2010-02-121-1/+6
* svga: Report the 2d/3d texture sizes supported by the host.José Fonseca2010-02-122-5/+23
* cell: implement PIPE_CAP_MAX_COMBINED_SAMPLERS queryBrian Paul2010-02-121-0/+2
* svga: enable code to emit blend colorRoland Scheidegger2010-02-121-13/+1