summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | r300g: fix texture swizzling for the SRGB formatsMarek Olšák2010-02-241-4/+20
* | i965g: Add fallthrough comments in switch statement.Vinson Lee2010-02-221-3/+3
* | r300g: fix draw_elements for "start" != 0Marek Olšák2010-02-231-7/+2
* | svga: Upload user buffers only once.José Fonseca2010-02-224-29/+46
* | svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca2010-02-223-7/+9
* | svga: Emit a scalar rcp in shadow maps.José Fonseca2010-02-221-4/+4
* | svga: Don't emit zero writemasks.José Fonseca2010-02-222-28/+39
* | svga: Upload the dirty ranges instead of the whole buffer.José Fonseca2010-02-221-45/+48
* | svga: Break uploads of big buffers into smaller pieces.José Fonseca2010-02-222-22/+147
* | svga: Note ranges even when there is no hardware buffer around.José Fonseca2010-02-221-5/+2
* | svga: Further cleanup/comment svga buffer code.José Fonseca2010-02-222-112/+142
* | svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca2010-02-221-7/+20
* | svga: Remove unused buffer download code.José Fonseca2010-02-222-45/+0
* | svga: Prevent buffer overflow in buffer ranges.José Fonseca2010-02-221-8/+54
* | svga: Fix PIPE_LOGICOP_INVERT.José Fonseca2010-02-221-6/+1
|/
* 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