summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove tgsi_sse2.José Fonseca2011-11-088-266/+1
* softpipe: don't clamp or do logical operations on floating-point buffers.Morgan Armand2011-11-081-22/+54
* softpipe: fix memory leaksMorgan Armand2011-11-072-1/+7
* llvmpipe: enable RGTC after u_format fix.Dave Airlie2011-11-061-5/+0
* scons: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-2/+4
* android: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-4/+4
* r600g: add initial linestipple support.Dave Airlie2011-11-066-6/+51
* r600g: move SPI setup to PS setupVadim Girlin2011-11-054-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-055-58/+65
* Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher2011-11-045-64/+57
* Revert "r600g: move SPI setup to PS setup"Alex Deucher2011-11-044-73/+74
* svga: fix varying var remapping for unused FS outputsBrian Paul2011-11-043-9/+22
* svga: add comments and reformat code in svga_tgsi_decl_sm30.cBrian Paul2011-11-041-47/+85
* r600g: move SPI setup to PS setupVadim Girlin2011-11-044-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-045-57/+64
* svga: Tighten the register file assertions.José Fonseca2011-11-041-4/+2
* svga: use the draw-module's sprite stage depending on FS inputsBrian Paul2011-11-031-1/+23
* svga: pass fragment shader to draw moduleBrian Paul2011-11-033-0/+12
* svga: implement generic variable index remappingBrian Paul2011-11-039-21/+165
* r300g: force buffer placements to GTT on big endian machinesMarek Olšák2011-11-031-0/+6
* r600g: more integer supportDave Airlie2011-11-032-23/+37
* r300g: Fix queries on big endian hosts.Michel Dänzer2011-11-021-1/+2
* svga: Tag cursors with the scanout hintJakob Bornecrantz2011-11-021-2/+3
* r600g: add comment about special shader exportsAlex Deucher2011-11-021-0/+32
* r600g: take into account PSIZE output for spi mappingVadim Girlin2011-11-021-3/+6
* svga: Update state prototypes to return pipe_error.José Fonseca2011-11-026-25/+36
* llvmpipe: Re-advertise support for stencil formats...José Fonseca2011-11-011-5/+6
* llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca2011-11-013-15/+21
* svga: Fix potential buffer overflow in rs draw state.José Fonseca2011-10-314-13/+19
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-315-4/+62
* llvmpipe: fix a crash in non-SSE pathChia-I Wu2011-10-301-1/+1
* r600g: reset the render condition to NULL when rendering unconditionallyMarek Olšák2011-10-301-1/+5
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-305-12/+15
* r600g: Replace needless flush in texture upload.Mathias Fröhlich2011-10-291-1/+1
* r600g: remove one pointless flushMarek Olšák2011-10-293-25/+4
* r600g: get backend mask after the context is fully set upMarek Olšák2011-10-283-4/+2
* r600g: don't flush before reading query resultsMarek Olšák2011-10-281-5/+0
* r600g: only maintain the list of active queriesMarek Olšák2011-10-284-32/+19
* r600g: cleanup r600_query_resultMarek Olšák2011-10-281-9/+6
* r600g: don't flush in r600_get_backend_maskMarek Olšák2011-10-281-3/+0
* r600g: remove redundant variable r600_query::buffer_sizeMarek Olšák2011-10-282-15/+17
* r300g: remove useless codeMarek Olšák2011-10-284-22/+3
* r300/compiler: Fix scheduler bug causing texture corruptionTom Stellard2011-10-271-6/+35
* r600g: remove redundant variable r600_pipe_context::blitMarek Olšák2011-10-273-4/+2
* r600g: remove redundant assignment of pipe_draw_info in draw_vboMarek Olšák2011-10-261-2/+0
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-262-0/+8
* r600g: cleanup draw_vbo and add commentsMarek Olšák2011-10-264-93/+71
* i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin2011-10-253-9/+5
* i915g: Flesh out TODO idea.Stéphane Marchesin2011-10-251-1/+3
* r600g: move some code out of draw_vbo into new r600_update_derived_stateMarek Olšák2011-10-251-20/+31