summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-2214-331/+200
* i965g: added missing texture cap queriesBrian Paul2010-02-221-0/+4
* i915g: added missing texture cap queriesBrian Paul2010-02-221-0/+4
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-2214-600/+101
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-2214-101/+600
* r3OOg: support rendering of more than 65535 vertices per draw call (almost)Marek Olšák2010-02-222-29/+83
* i965g: Fix memory leak.Vinson Lee2010-02-211-1/+2
* r300g: Remove unnecessary header.Vinson Lee2010-02-211-1/+0
* r300g: precompute framebuffer register valuesMarek Olšák2010-02-216-220/+250
* r300g: add all missing colorbuffer formatsMarek Olšák2010-02-212-83/+165
* r300g: make r300_translate_texformat privateMarek Olšák2010-02-213-235/+246
* r300g: re-enable SRGB formatsMarek Olšák2010-02-211-1/+2
* i965g: Remove dead code.Vinson Lee2010-02-211-2/+0
* i965g: Fix assertions that were always true.Vinson Lee2010-02-211-4/+10
* i965g: Fix use of out-of-scope variable.Vinson Lee2010-02-211-8/+7
* r300g: fix rendering into the L8 and A8 texture formatsMarek Olšák2010-02-191-2/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* 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